- Sep 20, 2004
-
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
on ridiculously long input prompts.
-
deuce authored
Change the 'X' back to the original (and better-looking) 0xfe (Little box)
-
deuce authored
SO easy..
-
deuce authored
probobly support it. :-)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
need to do a console... fixed a problem with textmode() on X, added more mode constants, and generally kicked the hell outta the X console stuff. Who's da man?
-
- Sep 19, 2004
- Sep 18, 2004
-
-
deuce authored
-
deuce authored
font. Laid out in binary format for your hacking pleasure... let me know if you spot any mistakes (It's after midnight here!) Note: For hacking, this looks best viewed white text on black background.
-
deuce authored
LINK_LIST_MALLOC will allow one node to be pushed on and removed, then hangs when another is pushed... not sure exactly why this is. Workaround involves manually allocating the link_list_t, and initializing with LINK_LIST_NEVER_FREE... not completely sure what this does, but it seems to work... how it's not a memory leak (crosses fingers).
-
deuce authored
-
deuce authored
-
- Sep 17, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
so sbbsdefs.js need not be loaded for these values, which also could possibly be platform-dependant.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Typecast some thing to void * to avoid warnings.
-
rswindell authored
max_crcs to -number (if specified). e.g. "smbutil -c1000 -5000 i msgbase"
-
rswindell authored
-
rswindell authored
-
rswindell authored
(or any useful error number). It just returns a "non-zero" value, the same "non-zero" value regardless of the cause of failure. Still not positive if fread() sets errno in any/all CRTLs or not. :-(
-
rswindell authored
Updated README.TXT and FILE_ID.DIZ contents.
-
rswindell authored
-
rswindell authored
Adding "void" to getsub() function definition.
-