factor/basis/bootstrap
Doug Coleman 94f3ca3b8c Remove all non-core uses of (scan-token)
Add scan-datum
Add scan-number
Document more words
Fixes #225.
2011-10-02 12:00:08 -07:00
..
compiler bootstrap.compiler: move GetLastError/FormatMessageW compilation before any other foreign words; add a similar shortlist for dlerror on unix as a safeguard 2011-09-13 13:33:07 -07:00
handbook
help
image Remove all non-core uses of (scan-token) 2011-10-02 12:00:08 -07:00
io bootstrap.io: fix load error 2011-02-27 15:02:20 -08:00
math
threads Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
tools
ui Fix conflict 2011-02-27 20:01:45 -06:00
unicode
bootstrap-error.factor
finish-bootstrap.factor Use debugger to print an error if startup hook fails; fixes #39 2011-09-11 23:38:26 -07:00
finish-staging.factor
stage2.factor parser.notes sets parser-quiet? to t in the global namespace. stage2.factor runs its code in the global namespace, so 1) make it more clear that we're setting the global parser-quiet? and 2) change it back before finishing bootstrap to match parser.notes top-level form 2011-09-07 13:41:18 -05:00