factor/unmaintained
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
..
4DNav Removing "to:" syntax from values. 2011-09-26 11:08:26 -07:00
L-system Various load-everything fixes 2009-03-07 01:22:21 -06:00
adsoda Removing "to:" syntax from values. 2011-09-26 11:08:26 -07:00
advice parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
alien math.blas, alien.fortran: move to unmaintained cuz I'm getting too old for this shit. closes #171 2011-09-24 20:59:21 -07:00
animations rename millis to system-millis, micros to system-micros, add nano-count 2009-11-18 15:58:48 -06:00
arm Factor source files should not be executable 2009-11-21 17:50:43 -06:00
automata Factor source files should not be executable 2009-11-21 17:50:43 -06:00
boolean-expr Move multi-methods, and vocabs that depend on them (dns, shell, newfx). Multi methods won't be in Factor 1.0 and I don't want to keep maintaining this feature 2009-04-22 06:50:09 -05:00
bubble-chamber Various load-everything fixes 2009-03-07 01:22:21 -06:00
cairo-demo Various load-everything fixes 2009-03-07 01:22:21 -06:00
cairo-gadgets Various load-everything fixes 2009-03-07 01:22:21 -06:00
cairo-samples Various load-everything fixes 2009-03-07 01:22:21 -06:00
cartesian Various load-everything fixes 2009-03-07 01:22:21 -06:00
cfdg Various load-everything fixes 2009-03-07 01:22:21 -06:00
closures Move closures, fries and set-n to unmaintained 2010-02-24 20:24:32 +13:00
cont-responder Factor source files should not be executable 2009-11-21 17:50:43 -06:00
cryptlib Remove ENUM: f and replace uses with CONSTANTs. 2010-04-19 20:08:40 -07:00
db/mysql "stdcall" -> stdcall 2010-03-31 19:29:04 -07:00
dns move dns.* to unmaintained 2009-10-27 20:58:52 -05:00
dragdrop-listener Move windows.dragdrop-listener to unmaintained 2010-02-21 17:48:06 +13:00
drills move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded 2009-11-09 01:18:36 -06:00
easy-help Remove some stuff from unmaintained, and put some extra stuff there 2009-03-07 01:38:50 -06:00
flatland Move flatland to unmaintained 2009-03-07 01:47:18 -06:00
frame-buffer Various load-everything fixes 2009-03-07 01:22:21 -06:00
fries Move closures, fries and set-n to unmaintained 2010-02-24 20:24:32 +13:00
gir/samples/lowlevel/gstreamer Move gstreamer and clutter bindings to unmaintained/ for now, until Anton can fix them, to make the build work 2011-03-04 18:11:42 -05:00
golden-section Factor source files should not be executable 2009-11-21 17:50:43 -06:00
graph-theory sigma -> map-sum 2009-10-29 14:34:04 -05:00
gstreamer/plugins fix gstreamer.*; 2011-03-05 17:34:01 +06:00
headers Factor source files should not be executable 2009-11-21 17:50:43 -06:00
images math.blas, alien.fortran: move to unmaintained cuz I'm getting too old for this shit. closes #171 2011-09-24 20:59:21 -07:00
irc-ui Factor source files should not be executable 2009-11-21 17:50:43 -06:00
jamshred Move jamshred to unmaintained 2010-02-04 16:03:00 -06:00
javascriptcore Move javascriptcore to unmaintained. Fixes #130 2011-09-19 00:12:36 -07:00
jni "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
ldap "stdcall" -> stdcall 2010-03-31 19:29:04 -07:00
lint "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
math specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
models/combinators move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded 2009-11-09 01:18:36 -06:00
modules Move modules and peg-lexer to unmaintained 2009-10-19 05:56:35 -05:00
multi-method-syntax Move unused utility libraries to unmaintained 2009-03-11 08:35:48 -05:00
odbc "stdcall" -> stdcall 2010-03-31 19:29:04 -07:00
ogg/player Merge up 2010-01-30 20:39:43 -08:00
opengl-gadgets Update 4DNav for new_ui 2009-03-07 03:20:47 -06:00
oracle "stdcall" -> stdcall 2010-03-31 19:29:04 -07:00
ori Remove some stuff from unmaintained, and put some extra stuff there 2009-03-07 01:38:50 -06:00
pdf Remove ENUM: f and replace uses with CONSTANTs. 2010-04-19 20:08:40 -07:00
peg-lexer Move modules and peg-lexer to unmaintained 2009-10-19 05:56:35 -05:00
physics Move unused utility libraries to unmaintained 2009-03-11 08:35:48 -05:00
pong Various load-everything fixes 2009-03-07 01:22:21 -06:00
pos Remove some stuff from unmaintained, and put some extra stuff there 2009-03-07 01:38:50 -06:00
processing/shapes Various load-everything fixes 2009-03-07 01:22:21 -06:00
random-weighted Remove some stuff from unmaintained, and put some extra stuff there 2009-03-07 01:38:50 -06:00
recipes move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded 2009-11-09 01:18:36 -06:00
sandbox Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
semantic-db Factor source files should not be executable 2009-11-21 17:50:43 -06:00
set-n Move closures, fries and set-n to unmaintained 2010-02-24 20:24:32 +13:00
shell Move multi-methods, and vocabs that depend on them (dns, shell, newfx). Multi methods won't be in Factor 1.0 and I don't want to keep maintaining this feature 2009-04-22 06:50:09 -05:00
size-of Move size-of to unmaintained until help-lint is fixed 2009-01-22 20:07:22 -06:00
sniffer Factor source files should not be executable 2009-11-21 17:50:43 -06:00
springies Factor source files should not be executable 2009-11-21 17:50:43 -06:00
sto Remove some stuff from unmaintained, and put some extra stuff there 2009-03-07 01:38:50 -06:00
sudokus move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded 2009-11-09 01:18:36 -06:00
tabs Merge up 2010-01-30 20:39:43 -08:00
tangle Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
trails Various load-everything fixes 2009-03-07 01:22:21 -06:00
triggers Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
ui Factor source files should not be executable 2009-11-21 17:50:43 -06:00
webapps/numbers Fix webapps.fjsc bitrot and move from unmaintained 2009-10-15 15:46:33 +13:00