.. |
alien
|
concurrency.mailboxes: linked-thread's error reporting should still work even when debugger.threads is not loaded. This addresses part of #95
|
2011-10-03 00:24:37 -07: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: improve stack effect docs for "?at".
|
2011-09-26 11:32:20 -07:00 |
bootstrap
|
Cleanup some uses of global [ ] bind.
|
2011-10-19 11:01:16 -07: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
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
combinators
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
compiler/units
|
Cleanup some uses of global [ ] bind.
|
2011-10-19 11:01:16 -07:00 |
continuations
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -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
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
generic
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
graphs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
growable
|
Cleanup lint warnings.
|
2011-10-14 11:47:24 -07:00 |
hash-sets
|
hash-sets: separate <hash-set> and >hash-set to match other containers. Fixes #154.
|
2011-10-19 11:35:25 -07:00 |
hashtables
|
hashtables: moving hash-combine to hashtables.
|
2011-10-02 20:29:49 -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
|
More cleanup of unused stuff.
|
2011-10-19 11:01:16 -07:00 |
kernel
|
kernel: higher-order effects for *keep
|
2011-10-14 10:45:02 -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
|
Cleanup more lint warnings.
|
2011-10-14 12:31:46 -07:00 |
make
|
Typo in "make.factor" documentation
|
2011-03-14 06:07:32 +00:00 |
math
|
Cleanup some lint warnings.
|
2011-10-15 19:19:44 -07:00 |
memory
|
Add test case to memory-tests.factor for recent large object allocation bug
|
2011-09-05 16:47:32 -07:00 |
namespaces
|
namespaces: adding a "with-global" word to replace "global [ ] bind".
|
2011-10-13 17:21:59 -07:00 |
parser
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -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
|
Cleanup more lint warnings.
|
2011-10-16 13:01:58 -07:00 |
sets
|
Cleanup lint warnings.
|
2011-10-14 11:47:24 -07:00 |
slots
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
sorting
|
Fixing docs for recent stack effects additions.
|
2011-09-24 22:08:54 -07:00 |
source-files
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
splitting
|
Fixing docs for recent stack effects additions.
|
2011-09-24 22:08:54 -07:00 |
strings
|
More lint cleanups.
|
2011-10-16 19:33:16 -07:00 |
syntax
|
hash-sets: separate <hash-set> and >hash-set to match other containers. Fixes #154.
|
2011-10-19 11:35:25 -07:00 |
system
|
system: fix stack effect for exit in docs.
|
2011-10-18 20:03:19 -07:00 |
vectors
|
random is generic now -- iota random -> random
|
2010-01-14 12:48:57 -06:00 |
vocabs
|
vocabs: adding docs for 'parent-vocab?' and 'parent-vocabs'.
|
2011-09-25 18:36:20 -07:00 |
words
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |