factor/core
Joe Groff 78d23ce6a0 io: implement stream protocols on f
Fixes deployed applications that write to output-stream
2011-11-28 20:36:34 -08:00
..
alien use radix literals 2011-11-23 19:03:40 -08:00
arrays Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
assocs assocs: 5-8% performance improvement to assoc>map. Fixes #69. 2011-11-12 17:02:33 -08:00
bootstrap syntax: remove BIN: HEX: OCT: 2011-11-23 20:07:33 -08:00
byte-arrays Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
byte-vectors Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
checksums use radix literals 2011-11-23 19:03:40 -08:00
classes classes.maybe: Change the type of maybe's class slot. As a result, maybe: maybe: integer is valid now, so fix the unit tests and its prettyprinting. 2011-11-23 01:43:02 -08:00
combinators combinators: fix docs for case. 2011-11-10 11:20:28 -08:00
compiler/units constants for special object hardcoded literals 2011-11-02 12:54:50 -07:00
continuations constants for special object hardcoded literals 2011-11-02 12:54:50 -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 generalizations: Refactor stack-checker so that smart combinators can be used with curry and compose. 2011-11-27 20:25:22 -08:00
generic classes: add syntax for intersection{ and union{ anonymous classes. make classoid a mixin. 2011-11-22 18:49:42 -08:00
graphs docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
growable Fix all failures in the linux64 build email 2011-10-24 19:33:09 -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 use radix literals 2011-11-23 19:03:40 -08:00
init constants for special object hardcoded literals 2011-11-02 12:54:50 -07:00
io io: implement stream protocols on f 2011-11-28 20:36:34 -08:00
kernel vm: more defense against multi-faulting 2011-11-12 13:02:57 -08:00
layouts constants for special object hardcoded literals 2011-11-02 12:54:50 -07:00
lexer lexer: skip #! as a single token at front of line 2011-11-27 14:59:54 -08:00
make Typo in "make.factor" documentation 2011-03-14 06:07:32 +00:00
math math.integers: make bignum/f round to even on tie 2011-11-26 17:44:29 -08:00
memory Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
namespaces namespaces: rework so a singleton isn't necessary 2011-11-28 18:25:27 -08:00
parser lexer: skip #! as a single token at front of line 2011-11-27 14:59:54 -08:00
quotations Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
sbufs Fix all failures in the linux64 build email 2011-10-24 19:33:09 -07:00
sequences random: go faster 2011-11-15 20:45:16 -08:00
sets Cleanup lint warnings. 2011-10-14 11:47:24 -07:00
slots classes: add syntax for intersection{ and union{ anonymous classes. make classoid a mixin. 2011-11-22 18:49:42 -08: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 use radix literals 2011-11-23 19:03:40 -08:00
syntax syntax: add note to #! docs 2011-11-27 15:03:40 -08:00
system remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
vectors Fix all failures in the linux64 build email 2011-10-24 19:33:09 -07:00
vocabs rearrange source-file-error error. to load earlier 2011-11-15 18:26:35 -08:00
words Rename lookup to lookup-word. 2011-11-06 16:00:00 -08:00