factor/basis/io
Joe Groff c1fe3854d4 update io.files.*.windows to use specialized arrays; also, io.files.info.windows was providing buffers that were too small, so fix that 2009-08-31 09:58:04 -05:00
..
backend fix kqueue 2009-08-30 21:57:33 -05:00
buffers A few inline declarations 2009-08-27 04:09:12 -05:00
crlf
directories fix directory-entries so we can bootstrap again 2009-08-25 23:50:27 -05:00
encodings Add inline declarations for various assorted methods 2009-08-17 22:32:21 -05:00
files update io.files.*.windows to use specialized arrays; also, io.files.info.windows was providing buffers that were too small, so fix that 2009-08-31 09:58:04 -05:00
launcher use structs in process launcher 2009-08-25 17:46:07 -05:00
mmap 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
monitors io.monitors: fixes for disposable protocol 2009-08-24 20:55:24 -05:00
pipes Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
pools
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 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
streams support seeking on limited streams 2009-08-26 13:48:41 -05:00
styles Some gold plating 2009-05-01 02:03:22 -05:00
thread
timeouts