| Commit message (Expand) | Author | Age | Files | Lines |
* | adapt it to be buildable | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+2 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | add some missed statics on constant objects. | vda | 2007-04-08 | 1 | -8/+8 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #1 | vda | 2007-01-29 | 1 | -3/+3 |
* | awk: undo locale setting for numbers - or else parsing | vda | 2007-01-01 | 1 | -1/+2 |
* | date: -R shouldn't use locale | vda | 2006-12-13 | 1 | -5/+13 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -3/+3 |
* | - pull from busybox_scratch: r15829:15850 | aldot | 2006-08-28 | 1 | -137/+123 |
* | Patch from Suresh Rajashekara moving comments and #includes and such around. | landley | 2006-07-14 | 1 | -16/+17 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 1 | -1/+0 |
* | Patch from Denis Vlasenko to add xstat() and use it. | landley | 2006-03-13 | 1 | -2/+1 |
* | Walter Harms added -D to date, and I did a code cleanup while I was in the | landley | 2006-02-21 | 1 | -85/+41 |
* | just whitespace | timr | 2006-01-25 | 1 | -7/+7 |
* | RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 | vodz | 2005-10-15 | 1 | -4/+2 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | vodz | 2005-10-14 | 1 | -1/+1 |
* | remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment... | vodz | 2005-10-12 | 1 | -32/+33 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | vodz | 2005-10-11 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | landley | 2005-09-11 | 1 | -1/+0 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | vodz | 2005-09-05 | 1 | -3/+1 |
* | Shaun Jackman submitted a patch converting an allocation to use | landley | 2005-05-28 | 1 | -5/+7 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | vapier | 2005-05-11 | 1 | -1/+1 |
* | Patch from David Daney: | andersen | 2004-10-11 | 1 | -0/+9 |
* | Larry Doolittle writes: | andersen | 2004-04-14 | 1 | -1/+1 |
* | Fix non standard 'date -R' formatting | andersen | 2004-04-06 | 1 | -4/+4 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -2/+2 |
* | Add the -r option, patch from Rob with some help from myself. | bug1 | 2004-02-17 | 1 | -4/+11 |
* | Woops, im getting ahead of myself, we dont have the -r (refernece) | bug1 | 2004-02-17 | 1 | -2/+4 |
* | define option names to be clearer, simplify nested if statements, remove | bug1 | 2004-02-17 | 1 | -30/+29 |
* | Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current | mjn3 | 2003-07-23 | 1 | -0/+1 |
* | last_patch89 from vodz: | andersen | 2003-06-20 | 1 | -37/+28 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -11/+11 |
* | Run through indent, fix comments | bug1 | 2002-08-23 | 1 | -126/+112 |
* | - updated a few copyright/left file headers | sandman | 2002-08-05 | 1 | -0/+2 |
* | Added the -I (isofmt) options to date, which comes in handy for scripts | sandman | 2002-07-30 | 1 | -7/+55 |
* | Don't use pointless GNU-isms | andersen | 2002-06-15 | 1 | -2/+2 |
* | Patch from larry to fix some grammar errors. | andersen | 2001-05-23 | 1 | -1/+1 |
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | kraai | 2001-05-16 | 1 | -1/+1 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | andersen | 2001-04-25 | 1 | -4/+0 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | andersen | 2001-03-09 | 1 | -2/+2 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -5/+5 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -4/+4 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+1 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -7/+7 |
* | Stop using TRUE and FALSE for exit status. | kraai | 2000-12-01 | 1 | -2/+2 |
* | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | andersen | 2000-11-29 | 1 | -62/+46 |
* | "I will always compile before I commit." | andersen | 2000-11-17 | 1 | -21/+30 |
* | Renamed "internal.h" to the more sensible "busybox.h". | andersen | 2000-09-25 | 1 | -1/+1 |
* | Some #include updates. | andersen | 2000-08-10 | 1 | -0/+1 |
* | The result of getopt() is "int" and should be treated as such | proski | 2000-07-17 | 1 | -1/+1 |