factor/basis/io
Slava Pestov da623ba29a Merge branch 'link' of git://github.com/klazuka/factor 2009-09-30 05:11:21 -05:00
..
backend io.backend.unix.multiplexers: add meta-data 2009-09-28 06:38:23 -05:00
buffers move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
crlf io.crlf: add some unit tests; read-crlf now returns f on EOF 2009-04-17 17:52:22 -05:00
directories make a struct for dirents on linux, not a <c-object> 2009-08-30 22:49:35 -05:00
encodings Add inline declarations for various assorted methods 2009-08-17 22:32:21 -05:00
files move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
launcher Fix the build 2009-09-10 00:47:01 -05:00
mmap io.mmap: fix obsolete tests and get code to inline better 2009-09-28 03:18:27 -05:00
monitors move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
pipes add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
pools Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
ports Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems 2009-08-24 02:26:13 -05:00
servers Remove initial-quot feature 2009-06-15 13:07:15 -05:00
sockets update openssl.libcrypto structs 2009-09-18 17:50:20 -05:00
streams define a method on stream-element-type, fix a bug in unlimited-input and add a unit test 2009-09-28 15:51:40 -05:00
styles help.markup: word link stack effect is now clickable 2009-09-28 10:44:46 -04:00
thread Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
timeouts move null streams to core and make them not depend on io.styles and io.timeouts, initialize the std streams to null-streams on windows in win32 mode 2009-01-29 18:33:19 -06:00