factor/basis/tools
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
..
annotations Clean up some duplication in annotate/deep-annotate 2011-08-26 17:11:50 -05:00
cocoa 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
completion tools.completion: add test that empty completions preserve order. 2011-09-17 09:00:43 -07:00
continuations threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
coverage Decouple adding the coverage annotations from setting the flag in them 2011-09-25 19:32:36 -07:00
crossref tools.crossref: now 50% faster. 2011-09-25 11:40:55 -07:00
deploy specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
deprecation Merge branch 'master' into startup 2009-11-15 02:52:50 -06:00
destructors docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
disassembler Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
dispatch tools.time: fix load error in docs 2010-03-16 16:44:36 +13:00
errors tools.errors: fix help lint 2011-09-13 23:40:48 -07:00
files 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
hexdump docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
memory Move some primitives from memory and memory.private to tools.memory.private, add data-heap and code-heap words that wrap the struct for you 2011-09-05 16:47:29 -07:00
profiler "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
scaffold tools.scaffold: remove unused ERROR: 2011-09-01 22:31:45 -07:00
test tools.test: change unit-test docs so it's clear "output" is a sequence and not an executable quotation (reported by mncharity) 2010-07-12 09:36:36 -07:00
threads Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
time tools.time: fix typo in docs 2011-01-18 07:29:55 +09:00
trace tools.trace: fix for call( 2009-05-06 23:47:17 -05:00
walker Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
summary.txt