factor/basis/db
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
..
errors Change postgresql test database to prepend the cpu string so that running two builders on the Mac Pro build machine will not cause random failures due to interference. 2011-09-06 17:51:46 -07:00
pools Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
postgresql specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
queries Change postgresql test database to prepend the cpu string so that running two builders on the Mac Pro build machine will not cause random failures due to interference. 2011-09-06 17:51:46 -07:00
sqlite Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
tester Only test postgresql on win32 2011-09-07 00:35:26 -07:00
tuples Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
types Factor source files should not be executable 2009-11-21 17:50:43 -06:00
authors.txt move db to basis 2008-09-02 18:26:31 -05:00
db-docs.factor db: fix a couple of typos in docs 2011-01-15 02:03:20 +09:00
db-tests.factor fix unit tests 2008-10-02 16:02:31 -05:00
db.factor Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
summary.txt move db to basis 2008-09-02 18:26:31 -05:00
tags.txt move db to basis 2008-09-02 18:26:31 -05:00