factor/core
Erik Charlebois 64252dbdbc 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
..
alien Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -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 Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
bootstrap 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -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 Checksums help article update: Added internet checksums brief description 2011-03-23 03:51:55 +00:00
classes Tuple subclassing help article: Fixed typo 2011-03-24 04:48:48 +00: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 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
io io: fix help lint 2011-04-03 17:37:28 -07: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 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 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 slots: use em dashes 2010-08-14 18:27:30 +02:00
sorting sorting: change sort-keys and sort-values to generics. 2011-04-07 08:57:26 -07: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 syntax: add stack effect declaration to <color> word definition in usage example of C: syntax 2011-02-07 23:00:30 +09:00
system 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
vectors
vocabs Use .factor-rc etc on Windows too, files can begin with dots just fine 2011-05-23 23:36:13 -04:00
words words: replace the trailing comma with a period in the article of words 2011-02-04 16:25:35 +09:00