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
completion tools.completion: add test that empty completions preserve order. 2011-09-17 09:00:43 -07:00
continuations
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
destructors
disassembler Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
dispatch
errors tools.errors: fix help lint 2011-09-13 23:40:48 -07:00
files
hexdump
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
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
walker
summary.txt