2014-07-01 |
Denys Vlasenko | test: fix mishandling of "test '(' = '('" and similar |
blob | commitdiff | raw |
2013-01-14 |
Denys Vlasenko | whitespace cleanup. no code changes |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Denys Vlasenko | test: "test !" was accessing argv past NULL - fix it... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Pere Orga | move help text from include/usage.src.h to coreutils/*.c |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Denys Vlasenko | printenv: fix environ == NULL segfault |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Denys Vlasenko | test: add examples when "%s: unknown operand" happens |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Denys Vlasenko | remove defconfig. Now "make defconfig" simply uses... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Denys Vlasenko | partially migrate coreutils to Config.src and Kbuild.src |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Denys Vlasenko | test: "" is not a valid number. Closes bug 1915 |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Denys Vlasenko | test: use index_in_strings |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Denys Vlasenko | test: fix "test !" and "test abc -a !". closes bug 465 |
blob | commitdiff | raw | diff to current |
2009-06-14 |
Denys Vlasenko | ash: fix . builtin |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Denys Vlasenko | test, tcpsvd, tcpsvd: shrink |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Bernhard Reutner... | - update my name. No obj-code changes ;) |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Denis Vlasenko | test: fix parser to prefer binop over unop, as coreutil... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Denis Vlasenko | more -Wall warning fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Denis Vlasenko | *: remove remaining instances of ".data" hack |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Denis Vlasenko | *: add optimization barrier to all "G trick" locations |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Denis Vlasenko | test: fix mishandling of 'test ! arg1 op arg2 more... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Denis Vlasenko | test: stop using lots of bss. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Bernhard Reutner... | - remove most of the forward declarations. No obj-code... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Denis Vlasenko | test: correct confusing placement of "const" |
blob | commitdiff | raw | diff to current |
2007-06-30 |
Denis Vlasenko | introduce and use bb_basename() |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | test: suppress gcc warning |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Denis Vlasenko | test: shrink a bit |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Bernhard Reutner... | - fix test -f ./exists |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Bernhard Reutner... | - fix testing primary expressions like '"-u" = "-u"' |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Denis Vlasenko | test: fix thinko in previous commit |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Denis Vlasenko | test: recognize /path/to/[ case too |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Bernhard Reutner... | - fix wrong not operator which was essentially ignored... |
blob | commitdiff | raw | diff to current |
2007-05-27 |
Denis Vlasenko | test: close bug 1371 |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Denis Vlasenko | test: code size saving, no logic changes |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Denis Vlasenko | audit small applets and mark some of them as NOFORK. |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Denis Vlasenko | test: comment out unused code |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Bernhard Reutner... | - debloat test. untested. |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | introduce LONE_CHAR (optimized strcmp with one-char... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 1 |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Rob Landley | "Jordan Crouse" <jordan.crouse@amd.com> says: |
blob | commitdiff | raw | diff to current |
2006-07-01 |
"Robert P. J. Day" | Remove all usage of the "register" storage class specifier. |
blob | commitdiff | raw | diff to current |
2006-06-18 |
Rob Landley | skip_whitespace() shouldn't claim its return value... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Paul Fox | made "test" an ash built-in. |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Bernhard Reutner... | - reuse strings and messages. Saves about 600B |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Mike Frysinger | In Bug 208, bernhardf writes: |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Mike Frysinger | add aliases == and [[ for = and [ to support more bash... |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Glenn L McGrath | Patch from Bastian Blank to add 64 bit support to the... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-07-14 |
Eric Andersen | Update a bunch of docs. Run a script to update my... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-08-23 |
Glenn L McGrath | Run through indent, fix comments |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Eric Andersen | Scrub up some function prototypes. |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Eric Andersen | Another cleanup patch from Jeff Garzik <jgarzik@mandrak... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2000-12-30 |
Matt Kraai | Improvements from Vladimir N. Oleynik. |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Don't use strings directly in calls to usage(). This... |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Eric Andersen | More cleanups. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Use global applet_name instead of local versions. |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
blob | commitdiff | raw | diff to current |
2000-06-02 |
Eric Andersen | A number of additional fixed from Pavel Roskin, note... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Erik Andersen | More documentation updates, and minor fixes to make... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Erik Andersen | Forgot these files... |
blob | commitdiff | raw | diff to current |
|