factor/core
Doug Coleman 8bad9f014a case now throws the value it can't find 2009-02-10 16:59:55 -06:00
..
alien Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
arrays Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
assocs renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
bootstrap Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups 2009-01-24 23:39:00 -06:00
byte-arrays Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence 2009-02-04 05:13:12 -06:00
checksums renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
classes renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
combinators case now throws the value it can't find 2009-02-10 16:59:55 -06:00
compiler Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
continuations Unchecked-examples are hard, let's go shopping. 2009-02-03 21:29:24 -06:00
definitions Only build a generic word once, even if a compilation unit defines several methods on it, by adding generics to a set and building them at the end. 25% improvement on bootstrap time 2008-11-03 03:51:28 -06:00
destructors New $quotation markup element 2008-11-16 09:03:30 -06:00
effects Remove some usages of tuck 2009-01-23 18:20:47 -06:00
generic renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
graphs Adding inline recursive declarations 2008-07-18 19:22:59 -05:00
growable Fix various documentation errors 2009-01-16 13:30:43 -06:00
hashtables Remove some usages of tuck 2009-01-23 18:20:47 -06:00
init Fix permission bits 2008-10-02 08:34:49 -05:00
io Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
kernel Fixing help-lint bugs 2009-02-09 14:37:22 -06:00
layouts define-inline now takes an effect parameter 2008-12-15 19:44:56 -06:00
lexer Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
make Add missing meta-data 2008-09-23 16:11:59 -05:00
math Docs for lists, consolidating list functionality in lists, minor API changes 2009-02-09 14:29:09 -06:00
memory Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups 2009-01-24 23:39:00 -06:00
namespaces add initialize word to namespaces. foo global [ [ bar ] unless* ] curry => foo [ bar ] initialize 2009-02-10 13:02:33 -06:00
parser Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
quotations Fixing wrappers with locals 2009-01-28 17:07:31 -06:00
sbufs Remove unsafe string allocation, since its of dubious value 2008-12-09 17:53:00 -06:00
sequences Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence 2009-02-04 05:13:12 -06:00
sets renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
slots Slots with declared type of callable or quotation now have an initial value [ ] 2009-01-28 01:57:14 -06:00
sorting Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
source-files Split up io.directories further, move file types to io.files.types. Bunny demo no longer pulls in file-info and file-system-info code, reducing image size by 35kb 2008-12-15 00:01:06 -06:00
splitting Move at-default from unicode.case to assocs, move 2cache from classes.algebra to assocs, clean up some code to no longer use -rot, rot, pick 2009-01-20 15:27:14 -06:00
strings Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
syntax Update docs for GENERIC: GENERIC# and HOOK to show stack effect decl 2009-02-08 23:45:59 -08:00
system Fix help lint 2008-11-24 00:51:46 -06:00
vectors Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence 2009-02-04 05:13:12 -06:00
vocabs Fix two small typos 2009-01-27 05:05:46 -06:00
words Update some existing code to use initialize 2009-02-10 16:16:12 -06:00