]> gitweb.factorcode.org Git - factor.git/history - basis/debugger
scryfall: make decks better, import from moxfield
[factor.git] / basis / debugger /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-17 John Benediktssonvocabs: disallow quotation in vocab name
2023-01-20 John BenediktssonSwitch to https urls
2021-12-30 Doug Colemanbasis: fix bootstrap.
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2019-09-28 Doug Colemanbasis: Move signal word and fix tests.
2019-09-27 Doug Colemanbasis: Fix bootstrap to display unix signals instead...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2016-12-30 Björn Lindqvistclasses.mixin: better name for the type checking error
2016-11-23 Björn LindqvistVM: the unimplemented error isn't used anymore
2016-08-04 Björn Lindqvistalien: replacing the alien-*-error family of errors...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-04-07 Doug Colemanui.debugger: quotation stack effect wants ( .. -- ...
2016-03-29 John Benediktssonvocabs.parser: all USE: vocabs are also QUALIFIED:.
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...
2015-12-12 John Benediktssondocs: using $maybe.
2015-12-04 Björn Lindqvisttools.test: print the callstack in test failures
2015-10-01 John Benediktssondebugger: adding strerror of the errno to io-error.
2015-09-29 Björn LindqvistVM: looks like ERROR_C_STRING is never thrown, so it...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-24 Doug Colemandebugger: final fix for path/file rename
2015-07-16 John Benediktssonsequences: integer slots in slice, don't store reason...
2015-07-09 John Benediktssondebugger: give bad-vocab-name a better summary.
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-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-12-04 John Benediktssondebugger: simplify test case.
2014-12-04 John Benediktssondebugger: adding a test case that breaks the fix for...
2014-09-29 Björn LindqvistVM: try and recover with a kernel error from the callba...
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-09 Doug Colemandebugger: Fix using.
2014-07-08 Doug Colemandebugger: Add a unit test for #1098.
2014-06-08 Doug Colemanalien.libraries.finder: Make find-library return the...
2014-06-07 Björn LindqvistVM: bignum_to_fixnum_strict and an accompanying vm...
2014-06-04 John Benediktssonkernel: change errors to be in kernel.private.
2014-06-04 Björn Lindqvistkernel: symbolic constants for the various kernel errors
2014-06-04 John Benediktssondebugger: switch to using dispatch.
2014-06-04 John Benediktssondebugger: change vm-errors to use nth instead of at.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2013-03-30 Doug Colemandebugger: Fix error message.
2013-03-29 Doug Colemandebugger: Try to be more helpful if linux libraries...
2013-03-24 Doug Colemandebugger: Fix undefined-word.
2013-03-24 Doug Colemancontinuations: Rename restart to continue-restart.
2013-02-01 Doug Colemandebugger.unix: Make this vocab unix only.
2013-02-01 Doug Colemandebugger.unix: Get the signal name from a signal object...
2012-10-28 Jon HarperFriendlier grouping/clumping error message
2012-06-21 Doug Colemandebugger: summary on check-mixin-class-error
2012-06-21 Doug Colemandebugger: put method on no-current-vocab-error
2012-06-21 Doug Colemandebugger: Put method on check-method-error.
2012-06-01 John Benediktssondebugger: fix error summary for not-found-in-roots.
2011-11-24 Joe Groffuse radix literals
2011-11-13 Slava PestovFix bootstrap
2011-10-28 Joe Groffvm: add factorbug command to throw exception
2011-10-24 Doug ColemanRename class to class-of
2011-10-14 John Benediktssondebugger: remove double namespace using.
2011-10-14 John Benediktssonnamespaces: adding a "with-global" word to replace...
2011-10-03 Slava Pestovconcurrency.mailboxes: linked-thread's error reporting...
2011-10-03 Slava PestovFix infinite loop and empty-dlist error when an error...
2011-09-12 Slava PestovTease out symbol name and library in undefined_symbol...
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-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-05-04 John BenediktssonMerge branch 'master' into highlight
2011-05-04 John BenediktssonMerge branch 'master' into sorting
2011-04-13 Slava PestovChange do-callback to register the current thread with...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-01-04 Keita Hagadebugger: fix typo in docs
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-10 Slava PestovMerge branch 'docs-linearization-typo' of http://github...
2010-09-10 Slava PestovMerge branch 'docs-optimization' of http://github.com...
2010-09-03 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-09-03 Slava PestovFix three problems discovered by running math.floats...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-06 Slava PestovLoad debugger.{unix,windows} later on in bootstrap...
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Joe Groffwindows.errors, debugger.windows: improve description...
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-10 Slava PestovMerge remote branch 'origin/abi-symbols' into fastcall...
2010-04-10 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-06 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-06 Joe Groffdebugger: `` '' -> “ ”
2010-04-06 Joe Groffcatch merge conflicts in source and report them as...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-29 Joe Groffsomeone screwed up the kernel-error codes in debugger
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-27 Slava Pestovvm: report callstack overflow
next