factor/core
John Benediktsson f1e51fa4ef Merge remote-tracking branch 'erg/master' 2011-08-26 18:53:58 -07: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 Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
checksums Checksums help article update: Added internet checksums brief description 2011-03-23 03:51:55 +00:00
classes Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
combinators Merge branch 'cleanup' 2011-08-26 18:49:25 -07:00
compiler/units Moving new-sets to sets 2010-02-26 16:01:01 -05:00
continuations Spelling fixes to documentation. 2011-08-26 16:20:31 -07: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 Spelling fixes to documentation. 2011-08-26 16:20:31 -07: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 Spelling fixes to documentation. 2011-08-26 16:20:31 -07: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 io: fix help lint 2011-04-03 17:37:28 -07:00
kernel Fix help lint for when*,unless* 2011-08-23 12:28:16 -07: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 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 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 command-line, parser, syntax: move the MAIN: invocation from run-file to run-script to minimize the potential impact on internal machinery that uses run-file 2011-08-17 21:29:02 -07: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, fix stack effect of (accumulate) 2011-08-25 00:43:37 +02:00
sets Add a bunch of unit tests for 100% code coverage in sets vocab 2011-08-26 15:03:55 -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 parser, source-files, syntax: have MAIN: store the main entry point in the source-file record in addition to the vocabulary. Have run-file execute the MAIN: word for a file if present after evaluating its contents. 2011-08-17 20:58:09 -07:00
splitting splitting: fix stack effect declaration of (split) 2010-11-06 17:50:39 -07:00
strings Fix unit test in strings 2011-08-25 11:10:40 -07:00
syntax command-line, parser, syntax: move the MAIN: invocation from run-file to run-script to minimize the potential impact on internal machinery that uses run-file 2011-08-17 21:29:02 -07:00
system 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
vectors random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
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