1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more comments regarding input function. More... over 23 years ago
#includes malloc.h instead of alloc.h (but only if not FreeBSD). More... over 23 years ago
Updates from Deuce (builds intermediate libraries?). More... over 23 years ago
Update from Deuce (with a couple of minor changes by Rob). More... over 23 years ago
Always display -d and -c command-line options. More... over 23 years ago
Eliminated #include of dir.h (unnecessary) and scfglib.h (redundant). More... over 23 years ago
Avoid redefinition of stricmp in Unix builds (with uifc.h). More... over 23 years ago
Changed mkdir to _mkdir. More... over 23 years ago
Seed random number generator with ticks instead of seconds and through away first result. More... over 23 years ago
Unix defined macro for stricmp. More... over 23 years ago
Cleaned up Deuce's style (the indentations were chaotic), no functional changes to the code (should compile exactly the same). Added comments/concerns. More... over 23 years ago
Support the libdialog implemenation of UIFC (uifcd.c). More... over 23 years ago
Moved API function comments (and updated them) from uifc*.c to uifc.h. Eliminated unused uprintf() function. Renamed uifcinix() to uifcinid() (for libdialog), so resolve confict with uifcx.c. More... over 23 years ago
Moved API function comments (and updated them) from uifc*.c to uifc.h. Eliminated unused uprintf() function. More... over 23 years ago
Moved API function comments (and updated them) from uifc*.c to uifc.h. More... over 23 years ago
Moved API function comments (and updated them) from uifc*.c to here. Added uifcinid() prototype (for libdialog implementation). More... over 23 years ago
Eliminated use of _fsopen/share for maximum portability. More... over 23 years ago
Deuce's update for uifcd. More... over 23 years ago
Screen mode is not set here rather than in client code (SCFG). More... over 23 years ago
Fixed line counter/pause. More... over 23 years ago
Deuce's UIFC implementation that uses libdialog (for Unix). More... over 23 years ago
Fixed search/replace faux pa. More... over 23 years ago
Converted filenames to lowercase (for Unix). More... over 23 years ago
Makefiles for SCFGX (currently tested on FreeBSD only). More... over 23 years ago
_beginthread is only compiled if SBBS is defined. More... over 23 years ago
Using BOOL for exported toggles (no_msghdr and all_msghdr). More... over 23 years ago
Moved getfname from filedat.c to misc.c (for use in SCFG). More... over 23 years ago
Replaced use of findfirst/next with glob. More... over 23 years ago
Eliminated ultoa (now linking with wrappers.c). uifc.c is now setting the video modes instead of scfg.c Screen length is now configurable for both uifc and uifcx. Replaced use of findfirst/next with glob. More... over 23 years ago
Added wrappers.c (for glob, ultoa, etc). More... over 23 years ago