factor/core
John Benediktsson 01e210346e continuations: make with-return use with-variable instead of with-scope. 2015-06-15 09:11:35 -07:00
..
alien use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
arrays kernel.private: add ERROR-OUT-OF-FIXNUM-RANGE on the Factor side 2014-06-07 14:36:53 +02:00
assocs minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
bootstrap core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
byte-arrays core: update some help $value types. 2014-05-23 14:24:04 -07:00
byte-vectors cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
checksums core/basis: Trim or reorganize a few using lists. Playing around with auto-use restarts and private words. 2014-10-27 13:39:30 -07:00
classes words: rename reset-props to remove-word-props. 2015-06-09 11:53:46 -07:00
combinators combinators: fix broken optimization that made floats work for integer keys. 2015-01-17 15:46:04 -08:00
compiler/units compiler.units: simplify remember-class. 2015-06-09 11:04:11 -07:00
continuations continuations: make with-return use with-variable instead of with-scope. 2015-06-15 09:11:35 -07:00
definitions Docs: bunch of smaller documentation fixes for various vocabs 2015-04-29 09:31:54 -07:00
destructors destructors: change check-disposed not to drop the disposable. 2014-11-21 08:19:05 -08:00
effects effects: fix expected and got in bad-stack-effect (were backwards). 2014-06-06 11:16:43 -07:00
generic words: rename reset-props to remove-word-props. 2015-06-09 11:53:46 -07:00
growable growable: Multiply growable size by 2 instead of 3 when growing. 2015-03-11 16:53:20 -07:00
hash-sets use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
hashtables Revert "hashtables: make hash-combine use fixnum primitives." 2015-06-11 20:33:47 -07:00
init core: cleanup USING lists. 2013-03-05 10:34:47 -08:00
io io.streams.sequence: use stream-exempler here. 2015-06-09 20:24:42 -07:00
kernel VM: code_block::scan, make it so the method always returns -1 if scan can't be determined, part of the fix for 2015-01-15 09:29:13 +00:00
layouts minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
lexer change errors to use "object" instead of "obj". 2014-12-01 08:04:49 -08:00
make make: update docs for 'make-assoc' functionality. 2012-08-02 09:32:18 -07:00
math math.parser: slightly faster ((pow)). 2015-06-11 20:04:44 -07:00
memory memory.tests: a full test against , it shouldn't crash 2015-05-09 20:04:23 -07:00
namespaces minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
parser parser: added helper word use-first-word? to simplify no-word 2015-06-09 13:02:03 +02:00
quotations core: update some help $value types. 2014-05-23 14:24:04 -07:00
sbufs core: cleanup USING lists. 2013-03-05 10:34:47 -08:00
sequences sequences: make concat-as inline and don't special-case empty. 2015-06-06 09:28:00 -07:00
sets improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
slots core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
sorting sorting: faster sort-keys and sort-values for hashtables. 2014-12-05 10:50:22 -08:00
source-files use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
splitting splitting: new word split-indices, it's useful compiler.cfg.scheduling so let's add it to the splitting vocab too 2014-11-22 17:31:38 -08:00
strings use suffix! and append!. 2014-12-03 11:37:34 -08:00
syntax core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
system system: better key-for-value. 2014-11-30 08:28:18 -08:00
vectors minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
vocabs vocabs: remove little used words. 2015-06-11 20:04:44 -07:00
words Fix tests broken by word hashcode change. 2015-06-09 20:37:55 -07:00