- May 19, 2004
-
-
rswindell authored
-
rswindell authored
inkey() is now just a macro for getch() on non-Win32 platforms. Win32 inkey() implementation now uses ReadConsoleInput() instead of getch() in an attempt to support ex-ASCII input. Win32 uifcini32() now disables Ctrl-C handling by the OS (processed input).
-
deuce authored
-
deuce authored
(Keeps things out of cc.* and back in gcc.*)
-
rswindell authored
-
- May 18, 2004
- May 17, 2004
- May 14, 2004
- May 13, 2004
- May 12, 2004
- May 11, 2004
-
-
rswindell authored
the file transfer protocol is "Native 32-bit" (e.g. Nemesis Transfer Protocol).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created strListAddAt() to add a string at a known index in the string list.
-
rswindell authored
-
rswindell authored
-
rswindell authored
xpdev/ini_file and future modules that need to deal with string lists.
-
rswindell authored
-
rswindell authored
header incorrectly, which based on the query name, could result in a failed MX-record look-up. Added bounds-checking to queried name lengths.
-
- May 10, 2004
-
-
rswindell authored
to 40 chars.
-
- May 08, 2004
-
-
rswindell authored
chars following space.
-
- May 07, 2004
-
-
deuce authored
-