- 20 Sep, 2004 4 commits
- 19 Sep, 2004 7 commits
- 18 Sep, 2004 5 commits
-
-
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
-
- 17 Sep, 2004 24 commits
-
-
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.
-
rswindell authored
#pragma argsused for lprintf() Eliminate gui_mode variable (FLTK build no longer supported). Adding "void" to whichcond() and whichlogic() function definitions.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Deuce: gotta remember to diff before commit. :-)
-
deuce authored
THIS BAD BOY WORKS NOW! YeeHaw!!!
-
deuce authored
-
deuce authored
-