Age | Commit message (Expand) | Author |
2006-12-13 | date: -R shouldn't use locale | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-07-14 | Patch from Suresh Rajashekara moving comments and #includes and such around. | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-02-21 | Walter Harms added -D to date, and I did a code cleanup while I was in the | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-15 | RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 | "Vladimir N. Oleynik" |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-12 | remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment... | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-05-28 | Shaun Jackman submitted a patch converting an allocation to use | Rob Landley |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2004-10-11 | Patch from David Daney: | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-04-06 | Fix non standard 'date -R' formatting | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-17 | Add the -r option, patch from Rob with some help from myself. | Glenn L McGrath |
2004-02-17 | Woops, im getting ahead of myself, we dont have the -r (refernece) | Glenn L McGrath |
2004-02-17 | define option names to be clearer, simplify nested if statements, remove | Glenn L McGrath |
2003-07-23 | Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current | Manuel Novoa III |
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 |
2002-08-05 | - updated a few copyright/left file headers | Robert Griebl |
2002-07-30 | Added the -I (isofmt) options to date, which comes in handy for scripts | Robert Griebl |
2002-06-15 | Don't use pointless GNU-isms | Eric Andersen |
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen |
2001-05-16 | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-11-29 | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | Eric Andersen |
2000-11-17 | "I will always compile before I commit." | Eric Andersen |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-07-17 | The result of getopt() is "int" and should be treated as such | Pavel Roskin |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-06 | Fix 'date -u' | Eric Andersen |
2000-05-16 | Some updates for better portability. | Erik Andersen |