]> gitweb.factorcode.org Git - factor.git/history - core/continuations
webapps.wiki: only top/bottom margin to zero
[factor.git] / core / continuations /
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2020-11-19 John Benediktssoncore: using fry in a few places to see how it works.
2020-01-15 John Benediktssoncontinuations: more use of check-instance.
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-02-02 John Benediktssoncontinuations: don't need to init-catchstack twice...
2016-11-18 Björn Lindqvistcontinuations: new words for ignoring masked errors
2016-04-07 Doug Colemancontinuations: Moving usages of rethrow below where...
2016-04-07 Doug Colemanui.debugger: quotation stack effect wants ( .. -- ...
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-29 John BenediktssonHopefully fix stack effects of error hooks to throw...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2016-03-03 John Benediktssonhashtables: remove 2hashtable (not really used).
2016-03-03 Doug Colemancore: I messed up the refactoring. with-scope should...
2016-03-03 Doug Colemancore: Don't use with-scope. H{ } clone [ ] with-variabl...
2015-08-15 Björn LindqvistVM: fix one callstack overflow problem by "unlocking...
2015-08-14 John Benediktssoncontinuations: rename catchstack* to (get-catchstack...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemancore: callstack is a builtin type and a class name...
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-04 Björn LindqvistVM: bump stack_reserved from 1kb to 4kb
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-15 John Benediktssoncontinuations: make with-return use with-variable inste...
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2014-12-04 John BenediktssonRevert "continuations.tests: test case for #1187"
2014-12-04 Björn Lindqvistcontinuations.tests: test case for #1187
2014-12-01 John Benediktssonchange errors to use "object" instead of "obj".
2014-10-17 Björn Lindqviststack-checker,compiler: docs for stack-checker and...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-02-21 John Benediktssoncontinuations: remove seemingly unhelpful comment.
2013-03-24 Doug Colemancontinuations: Rename restart to continue-restart.
2013-03-06 John Benediktssoncontinuations: speed up init-catchstack.
2012-09-14 John Benediktssoncontinuations: slight speedup.
2012-07-28 John BenediktssonRevert "continuations: add typing."
2012-07-28 John Benediktssoncontinuations: add typing.
2012-07-20 Doug Colemancontinuations: change continuation word to current...
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-14 Joe Groffcontinuations: document full effect of cleanup
2011-10-13 John BenediktssonFix M: stack effects.
2011-10-03 Slava Pestovconcurrency.mailboxes: linked-thread's error reporting...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-26 John BenediktssonSpelling fixes to documentation.
2011-02-28 Slava PestovFix conflict
2011-02-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2011-02-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-07 Keita Hagacontinuations: fix typo in docs
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-08 Keita Hagacontinuations, io.binary: add whitespace between '...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-12 Doug ColemanFix throw-restarts example
2010-09-11 Doug ColemanFix throw-restarts example
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovcontinuations: keep original error when throwing wrappe...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-03 Slava Pestovcontinuations: faster with-datastack
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-18 Slava PestovAdd context-specific special object table, generalizing...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-10 Joe Groffmore help-lint
2010-03-09 Joe Groffadd polymorphic stack effects to continuations:recover...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-22 Slava PestovMerge branch 'master' of git://projects.elasticdog...
2010-02-21 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-20 William SchlieperMerge branch 'master' of git://factorcode.org/git/factor
2010-02-20 Slava Pestovcontinuations: add a throw-continue word for resumable...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-31 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
next