factor/core
Keita Haga fd8bea65f6 sequences: enclose some $examples in '$examples' 2011-01-14 19:29:17 +09:00
..
alien FFI rewrite part 7: compile callback bodies with the optimizing compiler 2010-07-28 00:49:26 -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: use assoc-size to short-circuit equality checks. 2011-01-05 17:28:06 -08:00
bootstrap Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float 2010-11-24 22:41:15 -08: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 Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
checksums triyng to rice crc32 a bit 2009-12-13 02:03:06 -06:00
classes classes.algebra, grouping, parser: replace 'seqence' with 'sequence' in docs 2011-01-04 21:02:11 +09:00
combinators remove useless whitespace in several documentation 2011-01-05 15:55:34 +09:00
compiler/units Moving new-sets to sets 2010-02-26 16:01:01 -05:00
continuations continuations, io.binary: add whitespace between '"' and '{ $snippet' in the documentation 2011-01-08 22:26:06 +09:00
definitions A number of documentation fixes and cleanup. 2010-02-03 00:05:03 -07:00
destructors Add unless-disposed combinator to clean up some repetition, and fix bogus error reported from timer thread if an I/O operation with a set timeout fails on Windows 2010-08-23 21:12:24 -05:00
effects effects: fix typo in docs 2011-01-04 21:30:37 +09:00
generic generic: fix using to M\ example in docs 2010-12-05 05:11:38 +09:00
graphs docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
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 sets: adding cardinality word. 2010-12-27 19:22:36 -08:00
hashtables assocs: use assoc-size to short-circuit equality checks. 2011-01-05 17:28:06 -08:00
init Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side 2010-01-13 18:08:18 +13:00
io continuations, io.binary: add whitespace between '"' and '{ $snippet' in the documentation 2011-01-08 22:26:06 +09:00
kernel remove useless whitespace in several documentation 2011-01-05 15:55:34 +09:00
layouts Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side 2010-01-13 18:08:18 +13:00
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 make: documentation tweak 2010-02-20 12:18:29 +13:00
math math: fix typo in docs 2011-01-09 02:29:33 +09:00
memory Fix image save on Windows 2010-01-22 12:59:36 -06:00
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 remove useless whitespace in several documentation 2011-01-05 15:55:34 +09:00
quotations Minor doc cleanup. 2010-02-03 00:05:02 -07:00
sbufs sbufs: fix typo in docs 2011-01-08 22:37:58 +09:00
sequences sequences: enclose some $examples in '$examples' 2011-01-14 19:29:17 +09:00
sets Merge branch 'master' of git://github.com/slavapestov/factor into fast-sets 2011-01-05 17:30:48 -08:00
slots slots: use em dashes 2010-08-14 18:27:30 +02:00
sorting random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
source-files source-files: fix typo to record-checksum word description in docs 2011-01-05 02:10:19 +09:00
splitting splitting: fix stack effect declaration of (split) 2010-11-06 17:50:39 -07:00
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 sequences, syntax, vocabs.parser: remove useless whitespace in docs 2010-12-23 03:42:41 +09:00
system remove system-micros word from factor src tree 2010-06-22 01:49:11 -05:00
vectors random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
vocabs sequences, syntax, vocabs.parser: remove useless whitespace in docs 2010-12-23 03:42:41 +09:00
words Get foldable and flushable declarations working on typed words 2010-02-24 00:16:55 +13:00