| Commit message (Expand) | Author | Age | Files | Lines |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | touch: do not ignore argument of -d/-t option | Mikhail Gusarov | 2010-03-21 | 1 | -2/+2 |
* | touch: needs another fix after last utimes() fixes | Denys Vlasenko | 2009-11-30 | 1 | -7/+6 |
* | fix improper utimes usage | Denys Vlasenko | 2009-11-29 | 1 | -6/+6 |
* | some non-gnu compilers can't have non-const struct initializers | Denys Vlasenko | 2009-11-15 | 1 | -4/+5 |
* | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer | 2009-11-15 | 1 | -8/+6 |
* | touch: implement -t TIME (needed for testsuite) | Denys Vlasenko | 2009-07-18 | 1 | -1/+5 |
* | touch: implement -d --date (our own testsuite needs that) | Denys Vlasenko | 2009-07-18 | 1 | -11/+31 |
* | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS | Denys Vlasenko | 2009-06-19 | 1 | -2/+2 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -2/+2 |
* | uname: correct cut/paste error | Denis Vlasenko | 2009-03-15 | 1 | -3/+17 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile) | Denis Vlasenko | 2008-06-28 | 1 | -6/+39 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | touch: accept and ignore -f | Denis Vlasenko | 2007-11-28 | 1 | -1/+2 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | make xfunctions optionally longjump instead of exit. | Denis Vlasenko | 2007-04-09 | 1 | -9/+4 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -4/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -14/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -33/+34 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -2/+2 |
* | Continue processing files if we are asked to touch, but not create, a file | Matt Kraai | 2001-12-07 | 1 | -3/+5 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -3/+2 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | Add missing newlines to error messages. | Matt Kraai | 2000-12-18 | 1 | -2/+2 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -3/+2 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -10/+0 |
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -2/+2 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
* | Fix touch so it behaves itself (it could segfault in some cases). | Eric Andersen | 2000-06-02 | 1 | -25/+27 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+5 |
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -42/+37 |
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -2/+2 |
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -1/+3 |