factor/basis/windows
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
..
advapi32 Windows bindings for security tokens 2011-09-08 15:47:57 -07:00
com specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
ddk Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
directx specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
dwmapi Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
errors Make a way to get DNS server ips on Windows 2010-09-29 15:36:56 -05:00
fonts 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
gdi32 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
gdiplus images.gdiplus, windows.gdiplus, windows.streams: update for change to with-out-parameters 2011-08-27 15:53:07 -07:00
handles Make sure io.backend.windows loads the implementations for the generics it defines. Make windows.handles not depend on io.timeouts. Fix typo in win32-file-attributes. Fix bug in null-output word. Clean up error checking code. 2010-09-17 14:19:10 -05:00
iphlpapi Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
kernel32 Implement set-time on Windows 2010-06-16 17:42:15 -05:00
messages Remove extra stack effects in windows.messages 2011-09-25 19:32:36 -07:00
offscreen alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
ole32 windows.gdiplus: clean up so it loads 2010-06-28 16:30:45 -07:00
opengl32 rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
privileges Windows bindings for security tokens 2011-09-08 15:47:57 -07:00
psapi 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
registry Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
shell32 specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
streams specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
time Move win32-handle to windows.handles and update using lists to avoid pulling in the io backend where not necessary 2010-09-16 15:40:36 -05:00
types windows.gdiplus: clean up so it loads 2010-06-28 16:30:45 -07:00
uniscribe Remove usages of <void*> and *void* 2010-10-25 13:22:50 -05:00
user32 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
usp10 Remove ENUM: f and replace uses with CONSTANTs. 2010-04-19 20:08:40 -07:00
winsock Fix error checking in windows.sockets again 2010-09-21 14:33:10 -05:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
platforms.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
summary.txt Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05: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
windows.factor windows, windows.directx: move directx libraries out of windows vocab 2011-09-14 11:25:06 -07:00