factor/basis/io
Slava Pestov 527db8995a Specialized array overhaul
- Replace hand-written specialized-arrays.* subvocabularies with new system; instead of USE:ing specialized-arrays.T, do SPECIALIZED-ARRAY: T
- Ditto for specialized-vectors; use SPECIALIZED-VECTOR:
- io.mmap.functor: removed entirely, use <mapped-array> instead
- struct-arrays and struct-vectors have been removed because specialized arrays and vectors subsume them entirely
2009-09-09 22:33:34 -05:00
..
backend Specialized array overhaul 2009-09-09 22:33:34 -05:00
buffers A few inline declarations 2009-08-27 04:09:12 -05:00
crlf
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 Specialized array overhaul 2009-09-09 22:33:34 -05:00
launcher Specialized array overhaul 2009-09-09 22:33:34 -05:00
mmap Specialized array overhaul 2009-09-09 22:33:34 -05:00
monitors remove deprecated inotify-event struct 2009-09-08 14:15:25 -05:00
pipes Specialized array overhaul 2009-09-09 22:33:34 -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 Fix sockets on Windows, and re-organize things so that windows.winsock doesn't get loaded by default 2009-09-04 05:02:33 -05:00
streams support seeking on limited streams 2009-08-26 13:48:41 -05:00
styles
thread
timeouts