factor/basis/io/backend/unix/multiplexers
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
epoll epoll working on linux 2011-05-23 23:36:13 -04:00
kqueue specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
run-loop "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
select Fix bugs in unix ffi usage 2011-05-23 23:36:14 -04:00
authors.txt io.backend.unix.multiplexers: add meta-data 2009-09-28 06:38:23 -05:00
multiplexers.factor fix stack effects for nanosseconds, update io backends for nanos 2009-11-19 04:51:47 -06:00
platforms.txt vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
summary.txt