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 io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
freebsd io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
linux io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
macosx io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
multiplexers Specialized array overhaul 2009-09-09 22:33:34 -05:00
netbsd io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
openbsd io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
authors.txt io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
summary.txt io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
tags.txt io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
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