factor/core
otoburb aafc885060 Typo in "make.factor" documentation 2011-03-14 06:07:32 +00:00
..
alien alien: fix a couple of typos in docs 2011-01-14 19:59:14 +09:00
arrays
assocs assocs: fix a few typos in docs 2011-02-08 00:35:15 +09: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
byte-vectors
checksums
classes In several documentation, remove whitespace before or after the colon or period 2011-02-10 01:51:13 +09:00
combinators combinators: fix help lint 2011-02-25 21:06:10 -08:00
compiler/units
continuations continuations: fix typo in docs 2011-02-07 23:42:44 +09:00
definitions definitions: remove unused vocabulary in refactored a.factor 2011-02-24 15:37:41 +09: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: add missing right parenthesis in description of stack-effect word 2011-01-23 21:51:52 +09:00
generic generic: fix using to M\ example in docs 2010-12-05 05:11:38 +09:00
graphs
growable
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
io io.pathnames: enclose a few example outputs in double quote characters 2011-01-14 20:07:10 +09:00
kernel kernel: add a note to the documentation for "dip" and "if" that they are primitive for certain arguments 2011-03-07 09:28:51 -08:00
layouts
lexer
make Typo in "make.factor" documentation 2011-03-14 06:07:32 +00:00
math math: fix typo in docs 2011-01-09 02:29:33 +09:00
memory
namespaces
parser remove useless whitespace in several documentation 2011-01-05 15:55:34 +09:00
quotations
sbufs sbufs: fix typo in docs 2011-01-08 22:37:58 +09:00
sequences sequences: nths should return a sequence of the same type as the original (reported by Jon Harper) 2011-01-29 00:18:36 -05:00
sets sets: fix help lint 2011-01-29 00:07:08 -05:00
slots
sorting
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
syntax syntax: add stack effect declaration to <color> word definition in usage example of C: syntax 2011-02-07 23:00:30 +09:00
system
vectors
vocabs sequences, syntax, vocabs.parser: remove useless whitespace in docs 2010-12-23 03:42:41 +09:00
words words: replace the trailing comma with a period in the article of words 2011-02-04 16:25:35 +09:00