- Jan 14, 2025
-
-
Rob Swindell authored
uncrustify nl_split_if_one_liner setting
-
Rob Swindell authored
... using uncrustify mod_paren_on_return config
-
- May 26, 2024
-
-
Rob Swindell authored
-
- Dec 23, 2023
-
-
Rob Swindell authored
Where ever we assign the realloc() result to the same pointer we pass, use this new function instead to eliminate the cppcheck error reported by Nelgin: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc] This isn't going to actually solve any memory leaks, it's just good practice for critical error (e.g. no memory error) handling.
-
- Feb 13, 2023
-
-
Rob Swindell authored
Some legacy Baja source files !INCLUDE SBBSDEFS.INC, but the filename is now sbbsdefs.inc, which does not match on case-sensitive filesystems (e.g. Linux) e.g. BBSLISTR.ZIP:!INCLUDE SBBSDEFS.INC FORSALE1.ZIP:!INCLUDE SBBSDEFS.INC FWISH10.ZIP:!INCLUDE SBBSDEFS.INC GUESS20.ZIP:!INCLUDE SBBSDEFS.INC NU_SYNC.ZIP:!INCLUDE SBBSDEFS.INC ONELINE1.ZIP:!INCLUDE SBBSDEFS.INC ni-sbbs.zip:!INCLUDE SBBSDEFS.INC This issue was reported via DOVE-Net by Rick Smith.
-
- Mar 04, 2022
-
-
Rob Swindell authored
-
- Nov 06, 2020
-
-
Rob Swindell authored
I'm fed-up with MSVC assertions in ctype functions (e.g. isdigit, isprint, isspace, etc.) when called with out-of-range (e.g. negative) values. This problem only affects MSVC debug builds, but if you run them (like I do), these things are like little time bombs that can drive you crazy (knocking your board out of service). The new macros names are bit more descriptive as well.
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- May 14, 2020
-
-
rswindell authored
SCFG for Win32 is linked against a load_cfg lib that builds withOUT SCFG defined, so these compiled AR elements were allocated and then many SCFG operations (e.g. copy/paste, create new) would copy the allocated ARs to another configuration and then be subjected to double-free upon exit/clean-up (resulting in exception or crash). Just get rid of this cruft and some other related RAM-byte-saving hold-overs from the MS-DOS days.
-
- Apr 16, 2020
-
-
rswindell authored
current sub, executing the configured "List Msgs Module" if there is one configured in SCFG->System->Loadable Modules (e.g. msglist.js)
-
- Jun 30, 2018
-
-
rswindell authored
default location to find !include'd baja (*.inc) files. If you use the '-I' option, it will override the environment variable setting. For Nelgin.
-
- Feb 20, 2018
-
-
rswindell authored
-
- Aug 22, 2015
-
-
deuce authored
I need to remove the \n at the end of usage() since puts() appends one.
-
- Sep 03, 2013
-
-
deuce authored
Whatever we needed windows.h for here is gone. this fixes the windows.h -> winsock.h / winsock2.h problem.
-
- Oct 24, 2012
-
-
deuce authored
I've likely broken something though, so if you see weird behaviour with extended ASCII, let me know please.
-
- Oct 29, 2011
-
-
deuce authored
This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
-
- Jul 11, 2007
-
-
deuce authored
-
- Jul 08, 2007
-
-
deuce authored
-
- Dec 19, 2006
-
-
rswindell authored
Also fixed issue with the -o (output dir) option.
-
- Dec 18, 2006
-
-
deuce authored
Thanks pewp!
-
- Sep 20, 2005
-
-
deuce authored
-
- Sep 09, 2005
-
-
deuce authored
-
- Sep 08, 2005
-
-
rswindell authored
ASCII value of a number happened to match the crc32 of a variable name, the code wouldn't run correctly. isvar() and newvar() are updated.
-
- Sep 07, 2005
- Sep 06, 2005
- Sep 05, 2005
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- Sep 12, 2004
-
-
rswindell authored
-
- May 30, 2004
-
-
deuce authored
-
- Dec 10, 2003
-
-
rswindell authored
Include directory can be over-ridden with -i command-line option. Using xpdev/dirwrap functions for much improved filename/directory parsing.
-
- Oct 16, 2003
-
-
rswindell authored
the first 3 characters to an integer value. This allows sequences like \0014 (^A4) to work correctly.
-
- May 15, 2003
- Aug 08, 2002
-
-
rswindell authored
-
- Apr 26, 2002
-
-
rswindell authored
-
- Apr 13, 2002
-
-
rswindell authored
-
- Apr 12, 2002
-
-
rswindell authored
-
- Mar 07, 2002
-
-
rswindell authored
-
- Mar 06, 2002
-
-
rswindell authored
-