1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ARS syntax bug fix. More... over 24 years ago
Version 3.00c attr.cfg More... over 24 years ago
Version 3.00c TEXT.DAT More... over 24 years ago
Created new make_data_dirs() function to create data directory and hard-coded sub-directories if they don't already exist. More... over 24 years ago
Converted hard-coded .LOG filenames to lowercase for Unix compatibility. More... over 24 years ago
Added temporary Unix-compatibilty hacks by forcing data and exec directory names to lowercase. More... over 24 years ago
Added temporary Unix-compatibilty hacks by forcing internal codes and module names to lowercase. More... over 24 years ago
Removed strupr() on source filename for Unix compatibility. More... over 24 years ago
Fixed a couple bugs in Unix version of fexist(). More... over 24 years ago
Now #includes smbdefs.h (for _PACK macro). More... over 24 years ago
Noted where an unresolved exception occurred. More... over 24 years ago
Added support for ^U and ^P commands while remote spying on a node. More... over 24 years ago
Added trailing slash to ctrl_dir default (not really necessary). More... over 24 years ago
Prettier lprintf output. More... over 24 years ago
Fixed problem with target platform strings. More... over 24 years ago
Typo. :-) More... over 24 years ago
Version string now includes non-Win32 target OS names. More... over 24 years ago
md() now trims '.' off end of path and displays errno if mkdir failed. More... over 24 years ago
Eliminated system() call in xtrn.cpp (for now). More... over 24 years ago
Changed prep_path to convert backslashes to forward slashes on Unix. More... over 24 years ago
Fixed problem with Unix version of _fullpath - can't use cwd if chdir failed. More... over 24 years ago
Fixed use of GNU 'packed' attribute (docs on gnu.org are wrong). More... over 24 years ago
Fixed gettmplt bug introduced in last rev (template string must be converted to uppercase for propper parsing). Fixed ^X bug that was there before. More... over 24 years ago
Removed extraneous semicolon from _PACK macro definition. More... over 24 years ago
Converted hard-coded file names and paths to lowercase for Unix file system compatibility. More... over 24 years ago
Fixed use of _PACK macro for GNU/Linux compiler. More... over 24 years ago
Moved _PACK definition from smbwrap.h to smbdefs.h. More... over 24 years ago
Introduced GNU C-compatible _PACK macro (Win32 builds still use #pragmas). More... over 24 years ago
libc.a was causing segmentation faults in (monolithic) sbbs. More... over 24 years ago
Added libpthread.a to Linux builds. More... over 24 years ago