factor/basis/windows/directx/dinput
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
..
constants specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
authors.txt Move windows.dinput to windows.directx.dinput. 2010-01-19 21:08:28 -08:00
dinput.factor windows, windows.directx: move directx libraries out of windows vocab 2011-09-14 11:25:06 -07:00
platforms.txt Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
summary.txt Move windows.dinput to windows.directx.dinput. 2010-01-19 21:08:28 -08:00
tags.txt 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