factor/basis/io/backend/unix
Slava Pestov 7f2e2b1777 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
..
bsd
freebsd
linux
macosx
multiplexers Specialized array overhaul 2009-09-09 22:33:34 -05:00
netbsd
openbsd
authors.txt
summary.txt
tags.txt
unix-tests.factor io.backend.unix: tweak test 2009-08-30 21:01:49 -05:00
unix.factor 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