- Aug 25, 2020
-
-
Rob Swindell authored
-
- Aug 24, 2020
-
- Aug 23, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
That way, when the error is reported (e.g. in sbbs), it'll include the file name and line number.
-
Rob Swindell authored
Also replaced some unsafe str function calls with safe(r) ones.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
This reverts commit b76f4695.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Clones the git repo into $(SBBSIDR)/git building everything there and then copying the run-time dirs (e.g. ctrl, exec, text, xtrn, web) to the $(SBBSDIR). This means a sysop cannot simply "git-update" (there is no such thing) the exec or xtrn dirs as someone might have done previously with CVS. Update instructions on the wiki will be forthcoming. Removed the NOCVS option (if the workdir already exists, no clone occurs). Changed CVSTAG to just TAG. It does not create a local branch for the checked-out tag (perhasp it should). Removed the INSTALL type (only CLASSIC was installed anyway), that should be easy to restore if/when UNIX-style install is ever implemented.
-
Rob Swindell authored
gtkmonitor.c:156:79: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations] sprintf(str,"%-2d SL: %-2d F1: %s",i,cfg.val_level[i],ltoaf(cfg.val_flags1[i],flags)); ~~~~~~~~~~~~~~^~~ gtkmonitor.c:151:2: note: within this loop for(i=1; i<=10; i++) { ^~~
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
That way, the file and line number is reported correctly.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
I don't think Randy meant to wait 500 seconds here.
-
- Aug 22, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
The list of exlcuded sub-directories should likely instead be a separate file in the repo, but meh, later. Right now, syncterm is excluded (that project is separately built and archived nightly), but syncdraw is included. Almsot everything that was previously not included in the 'src-sbbs3' CVS module alias is also being not included (excluded) here.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
- Aug 20, 2020
-
-
Rob Swindell authored
-
- Aug 18, 2020
-
-
Curses mode does not allow you to control the mode. This should fix mysterious and hard-to-pin-down UIFC MONO mode.
-
Deucе authored
This allows get_cterm_size() to return a likely correct value even if there actually is no cterm instance to get the size of.
-
Rob Swindell authored
-
Deucе authored
Curses mode does not allow you to control the mode. This should fix mysterious and hard-to-pin-down UIFC MONO mode.
-
Rob Swindell authored
-