1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First hack at a GNU makefile for Unix. More... over 23 years ago
Now tests SLEEP, and more dirwrap functions. More... over 23 years ago
Changed xp_beep to unix_beep. More... over 23 years ago
Renamed COMPILER_DESC macro to DESCRIBE_COMPILER. Changed xp_beep and mswait macros to BEEP and SLEEP. More... over 23 years ago
Had MKDIR, RMDIR, and FULLPATH macro definitions backwards. More... over 23 years ago
Make include file, defines OBJS required for xpdev wrappers. More... over 23 years ago
Borland Makefile to build wraptest.exe More... over 23 years ago
New directory for cross-platform development files (wrappers, etc). More... over 23 years ago
Now #includes windows.h (to avoid DWORD, etc conflicts). Always #includes sys/types.h (no reason not to). More... over 23 years ago
Tests new wrapper modules (work-in-progress). More... over 23 years ago
New wrapper header targeted specifically at socket-related RTL functions/types. Will replace sbbsinet.h at some point. More... over 23 years ago
New wrapper module targeted specifically at general/string RTL functions. Will replace smbwrap.*/wrappers.c/sbbswrap.h at some point. More... over 23 years ago
New wrapper module targeted specifically at thread and IPC-related functions. Will replace wrappers.c/sbbswrap.h at some point. More... over 23 years ago
New wrapper module targeted specifically at open file-related RTL functions. Will replace smbwrap.* at some point. More... over 23 years ago
New wrapper module targeted specifically at directory-related RTL functions. More... over 23 years ago
New Borland Makefile. A slight improvement over Makefile.bor, but still needs work. More... over 23 years ago
Deuce's mod to use SBBSEXEC environment variable for help file location. If not set and path not in argv[0], uses cfg.ctrl_dir + "../exec". More... over 23 years ago
Deuce's mod to use uname to automatically detect FreeBSD build. More... over 23 years ago
Created user_sync() method, which just calls getuserdat() to read current user record from database into memory for sbbs.useron. Created node_sync() alias for nodesync() method. More... over 23 years ago
Deuce's fix for FreeBSD build. More... over 23 years ago
Deleted UpTimer start until after timezone is changed. More... over 23 years ago
Changed default text in status bar to "Starting up...". More... over 23 years ago
Fixed typo in SBBSMONO target dependencies. Added implicit C compile rule for .o files in exe output directory. More... over 23 years ago
More reversion to older makefile style. More... over 23 years ago
Reverted back to having output directories in target definitions (better than in dependencies after-all). More... over 23 years ago
New experimental GNU makefile. Still needs work for sure. More... over 23 years ago
Removed output directories from target definitions. Will be dependencies instead. More... over 23 years ago
Deuce's fix for building on FreeBSD. More... over 23 years ago
No longer uses exec_mutex for NT-based OSes, native 32-bit executables, or if the XTRN_NO_EXEC bit is set in cfg.xtrn_misc. Now utilizing SAFECOPY macro to prevent potential buffer overruns. More... over 23 years ago
Created xtrn_misc scfg_t property for global external program-related toggles. More... over 23 years ago