summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-10-22*: remove last function calls to isspaceDenys Vlasenko8-35/+28
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-10-29syscall: code shrinkDenis Vlasenko2-101/+92
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2005-09-01According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley2-8/+10
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-04-23Reversed last patch; unnecessary.Mark Whitley1-4/+0
2001-04-23Added a sanity check to fix weird bug exposed when sourcing in commands from aMark Whitley1-1/+5
2001-04-04Patch from Larry Doolittle to eliminate needless thrashingEric Andersen1-3/+3
2001-04-03if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,Eric Andersen1-4/+5
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen47-2254/+3901