factor/core/io
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
..
backend change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
binary continuations, io.binary: add whitespace between '"' and '{ $snippet' in the documentation 2011-01-08 22:26:06 +09:00
encodings Make sure 0 read always returns f. Fixes issue #70. 2011-09-09 18:51:06 -07:00
files specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
pathnames io.pathnames: enclose a few example outputs in double quote characters 2011-01-14 20:07:10 +09:00
streams specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
test io.buffers: fix buffer-until for iota (reported by Sascha Matzke) 2010-01-16 18:44:24 +13:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
io-docs.factor io: fix help lint 2011-04-03 17:37:28 -07:00
io-tests.factor Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
io.factor io: improve stack effects. 2011-03-25 18:30:52 -07:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00