factor/core
Slava Pestov c04de94b96 compiler.tree.finalization: record dependencies on inlined predicates 2010-07-23 16:31:15 -07:00
..
alien Updating tests for recent compiler changes 2010-05-03 17:34:30 -04:00
arrays Clarify documentation for resize-array, resize-byte-array, resize-string words, and remove flushable declaration since technically they don't satisfy the flushable contract (reported by Daniel Ehrenberg) 2010-06-22 15:48:48 -04:00
assocs assocs: add effect declarations to assoc combinators 2010-04-14 15:08:32 -07:00
bootstrap Clarify documentation for resize-array, resize-byte-array, resize-string words, and remove flushable declaration since technically they don't satisfy the flushable contract (reported by Daniel Ehrenberg) 2010-06-22 15:48:48 -04:00
byte-arrays Clarify documentation for resize-array, resize-byte-array, resize-string words, and remove flushable declaration since technically they don't satisfy the flushable contract (reported by Daniel Ehrenberg) 2010-06-22 15:48:48 -04:00
byte-vectors
checksums
classes compiler.tree.finalization: record dependencies on inlined predicates 2010-07-23 16:31:15 -07:00
combinators combinators: tweak docs 2010-06-03 21:34:55 -04:00
compiler/units
continuations continuations: keep original error when throwing wrapped errors as well, for easier debugging of bootstrap failures 2010-05-03 17:34:22 -04:00
definitions
destructors
effects Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
generic
graphs
growable Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
hash-sets Adding null? word to test if a set is empty 2010-04-17 16:25:51 -05:00
hashtables Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
init
io Clean up vocabulary list, remove unused/poorly-named word from io 2010-07-09 13:32:09 -05:00
kernel kernel: update *dip docs to match stack effects and not mention retain stack 2010-05-01 17:03:03 -07:00
layouts
lexer Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
make
math math: declare quotation stack effects on each-integer, times, find-integer, all-integers? 2010-05-13 14:30:19 -07:00
memory
namespaces Add context-specific special object table, generalizing catchstack_save and current_callback_save fields of context struct 2010-03-18 22:06:00 +13:00
parser parser: update unit test 2010-07-08 15:41:28 -04:00
quotations
sbufs
sequences sequences: remove unused 2reverse-each word 2010-05-10 00:46:29 -04:00
sets Sets docs -- testing set membership: member? -> in? 2010-06-05 18:55:46 -05:00
slots Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
sorting
source-files Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
splitting
strings Clarify documentation for resize-array, resize-byte-array, resize-string words, and remove flushable declaration since technically they don't satisfy the flushable contract (reported by Daniel Ehrenberg) 2010-06-22 15:48:48 -04:00
syntax Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
system remove system-micros word from factor src tree 2010-06-22 01:49:11 -05:00
vectors
vocabs Normalize vocabulary roots by removing the last path separator so that scaffold tool works with trailing separators 2010-06-21 13:06:09 -05:00
words