204
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix exit status on failure. More... almost 25 years ago
Removed isBlank and isWildCard macros that were totally unused (should anyone need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked. More... almost 25 years ago
Changed some #define strings to static const char [] variables. Tested ls after changing, it worked. More... almost 25 years ago
Use perrorMsg and clean up exit status. More... almost 25 years ago
Fixed the comments to match the code and renamed the function to a (hopefully) more descriptive name, and as per the style guide. More... almost 25 years ago
Applied patch from Matt Kraai to add v*error functions for handling vararg lists in a safe 'n sane fashion. More... almost 25 years ago
Use perrorMsg instead of perror and keep removing files if we encounter an error. More... almost 25 years ago
Changelog update More... almost 25 years ago
Flag day warning! Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik More... almost 25 years ago
Patch to add in the -X option and fix the --exclude bug, originally by Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <[email protected]> and kent robotti <[email protected]>. More... almost 25 years ago
Fix typo More... almost 25 years ago
Patch from Larry Doolittle so it will build the newdocs right. More... almost 25 years ago
Update for handling .udebs and building using a pristine source dir... More... almost 25 years ago
More doc handling updates More... almost 25 years ago
Update some descriptions More... almost 25 years ago
Fix yet another blunder. Create symlink correctly this time. More... almost 25 years ago
I forgot a "/". Oops. More... almost 25 years ago
More pristine source directory updates. It now works for me (including doing install). How about you? -Erik More... almost 25 years ago
More updates for the Makefile to do BB_SRC_DIR. This is primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... More... almost 25 years ago
Make tar shutup on compile More... almost 25 years ago
Remove #ifdef __STDC__ junk. We don't do K&R round these parts, so no point acting like we do. More... almost 25 years ago
Stop using TRUE and FALSE for exit status. More... almost 25 years ago
Apply some patches from Gennady Feldman <[email protected]> to . /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now... More... almost 25 years ago
Note new dependency. More... almost 25 years ago
Note an error if we are unable to list/extract specified files. More... almost 25 years ago
Patch from Larry Doolittle (with minor touchups from me so everything compiles and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. More... almost 25 years ago
Fix escape char problem. More... almost 25 years ago
Add "\r" to utility.c:process_escape_sequence() (from email about "echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik More... almost 25 years ago
Apply the BSD echo version submitted by Jonas Holmberg <[email protected]> More... almost 25 years ago
Apply rev #2 of dd fix from Gennady Feldman. More... almost 25 years ago