Age | Commit message (Expand) | Author |
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |
2007-06-25 | test: suppress gcc warning | Denis Vlasenko |
2007-06-21 | test: shrink a bit | Denis Vlasenko |
2007-06-15 | - fix test -f ./exists | Bernhard Reutner-Fischer |
2007-06-12 | - fix testing primary expressions like '"-u" = "-u"' | Bernhard Reutner-Fischer |
2007-06-08 | test: fix thinko in previous commit | Denis Vlasenko |
2007-06-08 | test: recognize /path/to/[ case too | Denis Vlasenko |
2007-06-06 | - fix wrong not operator which was essentially ignored. got introduced in r18282 | Bernhard Reutner-Fischer |
2007-05-27 | test: close bug 1371 | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-01 | test: code size saving, no logic changes | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-04-02 | test: comment out unused code | Denis Vlasenko |
2007-03-30 | - debloat test. untested. | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-08-22 | "Jordan Crouse" <jordan.crouse@amd.com> says: | Rob Landley |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-06-08 | made "test" an ash built-in. | Paul Fox |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger |
2005-04-14 | add aliases == and [[ for = and [ to support more bash scripts | Mike Frysinger |
2004-08-11 | Patch from Bastian Blank to add 64 bit support to the test command. | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-08-23 | Run through indent, fix comments | Glenn L McGrath |
2001-10-18 | Scrub up some function prototypes. | Eric Andersen |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-03-19 | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2000-12-30 | Improvements from Vladimir N. Oleynik. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-07-19 | Centralize handling of --help. | Matt Kraai |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai |
2000-07-14 | More cleanups. | Eric Andersen |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen |