factor/core
Daniel Ehrenberg 5dc614c9c9 Adding map-find to core 2009-03-03 12:22:47 -06:00
..
alien Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
arrays Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
assocs add ?at, tests, documentation 2009-02-22 17:13:18 -06:00
bootstrap Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -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 Redoing string streams and byte-array streams without copying 2009-02-27 00:53:05 -06:00
classes produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06:00
combinators use CONSTANT: in core/ 2009-02-22 19:09:49 -06:00
compiler Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -06:00
continuations Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -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 produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06:00
generic Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -06:00
graphs
growable Fix various documentation errors 2009-01-16 13:30:43 -06:00
hashtables Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
init
io Merge branch 'master' of git://factorcode.org/git/factor 2009-03-02 00:06:45 -06:00
kernel produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -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
math produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -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 Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
quotations Tweak quotations docs 2009-02-11 04:59:36 -06:00
sbufs Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
sequences Adding map-find to core 2009-03-03 12:22:47 -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 Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
sorting Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01: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 Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
strings Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
syntax Update docs for GENERIC: GENERIC# and HOOK to show stack effect decl 2009-02-08 23:45:59 -08:00
system prélude to a haiku 2009-02-28 15:01:28 -06:00
vectors Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
vocabs Documentation fixes 2009-02-19 13:35:53 -06:00
words Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -06:00