factor/basis/bootstrap
Slava Pestov 7f2e2b1777 Specialized array overhaul
- Replace hand-written specialized-arrays.* subvocabularies with new system; instead of USE:ing specialized-arrays.T, do SPECIALIZED-ARRAY: T
- Ditto for specialized-vectors; use SPECIALIZED-VECTOR:
- io.mmap.functor: removed entirely, use <mapped-array> instead
- struct-arrays and struct-vectors have been removed because specialized arrays and vectors subsume them entirely
2009-09-09 22:33:34 -05:00
..
compiler Specialized array overhaul 2009-09-09 22:33:34 -05:00
handbook Fix permission bits 2008-10-02 08:34:49 -05:00
help Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
image bootstrap.image: smarter object folding; 500kb boot image size reduction on 64-bit 2009-08-22 17:56:58 -05:00
io io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
math Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
threads Move formatted stream output words to io.styles; they didn't belong in core, and this reduces deployed image size 2009-01-13 17:12:43 -06:00
tools Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems 2009-08-24 02:26:13 -05:00
ui Re-organize things so that bootstrap.ui doesn't load ui.text 2009-03-31 23:44:38 -05:00
unicode Update Unicode docs 2009-01-25 23:03:49 -06:00
bootstrap-error.factor Untangling some dependencies 2008-12-08 14:58:00 -06:00
finish-bootstrap.factor Fix -e switch 2009-04-17 15:49:36 -05:00
finish-staging.factor Returning from boot quotation wouldn't exit Factor if run loop MX was in use 2008-12-13 04:10:39 -06:00
stage2.factor bootstrap.stage2: strip out UTF16 encoding. It will only be loaded again if needed. This reduces deployed binary size 2009-05-12 04:02:08 -05:00