summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2013-09-11touch: add conditional support for -hDenys Vlasenko1-4/+35
2011-12-14touch: add new option FEATURE_TOUCH_SUSV3walter harms1-8/+15
2011-12-13touch: document -t DT option in help textDenys Vlasenko1-2/+3
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2-3/+16
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko5-25/+29
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-21touch: do not ignore argument of -d/-t optionMikhail Gusarov1-2/+2
2009-11-30touch: needs another fix after last utimes() fixesDenys Vlasenko1-7/+6
2009-11-29fix improper utimes usageDenys Vlasenko4-18/+18
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko4-11/+18
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer4-17/+13
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko3-20/+91
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko12-29/+64
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-15uname: correct cut/paste errorDenis Vlasenko2-5/+19
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-28touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)Denis Vlasenko1-6/+39
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-28touch: accept and ignore -fDenis Vlasenko1-1/+2
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko10-24/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-20- small size tweakBernhard Reutner-Fischer1-4/+2
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
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
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai27-144/+144
2001-12-07Continue processing files if we are asked to touch, but not create, a fileMatt Kraai1-3/+5
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-18Add missing newlines to error messages.Matt Kraai9-23/+25
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-08-10Some #include updates.Eric Andersen53-57/+12
[next]