2011-02-26 |
Denys Vlasenko | Replace "depends on PLATFORM_LINUX" with "select PLATFO... |
blob | commitdiff |
2011-01-18 |
Denys Vlasenko | mass removal of underscores from _BB_DIR_foo and _BB_SU... |
blob | commitdiff | diff to current |
2010-12-31 |
Alexey Soloviev | date: preserve isdst value if date is in time_t (unix... |
blob | commitdiff | diff to current |
2010-12-30 |
Denys Vlasenko | add missed underscore |
blob | commitdiff | diff to current |
2010-12-30 |
Denys Vlasenko | date: add a comment about _SVID_SOURCE |
blob | commitdiff | diff to current |
2010-11-22 |
Denys Vlasenko | date :add a comment about older toolchains |
blob | commitdiff | diff to current |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
blob | commitdiff | diff to current |
2010-10-15 |
Denys Vlasenko | date: move applet and usage bits to date.c |
blob | commitdiff | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | diff to current |
2010-08-12 |
Denys Vlasenko | *: s/xatoi_u/xatoi_positive/g - I got bored of mistypin... |
blob | commitdiff | diff to current |
2010-07-18 |
Jeremie Koenig | mark Linux-specific configuration options |
blob | commitdiff | diff to current |
2010-06-18 |
Denys Vlasenko | date: make %N work without -lrt on glibc |
blob | commitdiff | diff to current |
2010-06-12 |
Denys Vlasenko | date: trivial fix - was reading seconds into nanosecond... |
blob | commitdiff | diff to current |
2010-06-08 |
Denys Vlasenko | date: use the same code for FEATURE_DATE_NANO for glibc... |
blob | commitdiff | diff to current |
2010-06-06 |
Denys Vlasenko | date: make FEATURE_NANO compile on glibc systems |
blob | commitdiff | diff to current |
2010-06-06 |
Denys Vlasenko | remove defconfig. Now "make defconfig" simply uses... |
blob | commitdiff | diff to current |
2010-06-04 |
Denys Vlasenko | partially migrate coreutils to Config.src and Kbuild.src |
blob | commitdiff | diff to current |
2010-06-04 |
Denys Vlasenko | date: optional support for %N. Closes bug 1861. |
blob | commitdiff | diff to current |
2010-01-23 |
Denys Vlasenko | date: introduce FEATURE_DATE_COMPAT; shrink |
blob | commitdiff | diff to current |
2009-11-15 |
Denys Vlasenko | date: restore hadling of MMDDhhmm[[CC]YY][.ss] date... |
blob | commitdiff | diff to current |
2009-11-13 |
Denys Vlasenko | *: use "can't" instead of "cannot" |
blob | commitdiff | diff to current |
2009-10-23 |
Bernhard Reutner... | date: handle long options |
blob | commitdiff | diff to current |
2009-07-18 |
Denys Vlasenko | touch: implement -d --date (our own testsuite needs... |
blob | commitdiff | diff to current |
2009-07-18 |
Denys Vlasenko | date: factor out date parsing (in preparation for touch -d) |
blob | commitdiff | diff to current |
2009-04-21 |
Denis Vlasenko | *: mass renaming of USE_XXXX to IF_XXXX |
blob | commitdiff | diff to current |
2008-09-25 |
Bernhard Reutner... | - update my name. No obj-code changes ;) |
blob | commitdiff | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | diff to current |
2008-04-28 |
Denis Vlasenko | date: better version of previous commit; + fix testsuite |
blob | commitdiff | diff to current |
2008-04-28 |
Denis Vlasenko | date: complain if there are extraneout arguments |
blob | commitdiff | diff to current |
2008-04-25 |
Denis Vlasenko | date: make it accept ISO date format. Fix help text. |
blob | commitdiff | diff to current |
2008-03-25 |
Denis Vlasenko | date: make help text more understandable; small shrink |
blob | commitdiff | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | diff to current |
2007-07-21 |
Denis Vlasenko | libbb: nuke BB_GETOPT_ERROR, always die if there are... |
blob | commitdiff | diff to current |
2007-07-14 |
Denis Vlasenko | xioctl and friends by Tito <farmatito@tiscali.it> |
blob | commitdiff | diff to current |
2007-06-04 |
Denis Vlasenko | Audit bb_common_bufsiz usage, add script which looks... |
blob | commitdiff | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | diff to current |
2007-04-08 |
Denis Vlasenko | add some missed statics on constant objects. |
blob | commitdiff | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #1 |
blob | commitdiff | diff to current |
2007-01-01 |
Denis Vlasenko | awk: undo locale setting for numbers - or else parsing |
blob | commitdiff | diff to current |
2006-12-13 |
Denis Vlasenko | date: -R shouldn't use locale |
blob | commitdiff | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | diff to current |
2006-08-28 |
Bernhard Reutner... | - pull from busybox_scratch: r15829:15850 |
blob | commitdiff | diff to current |
2006-07-14 |
Rob Landley | Patch from Suresh Rajashekara moving comments and ... |
blob | commitdiff | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | diff to current |
2006-03-13 |
Rob Landley | Patch from Denis Vlasenko to add xstat() and use it. |
blob | commitdiff | diff to current |
2006-02-21 |
Rob Landley | Walter Harms added -D to date, and I did a code cleanup... |
blob | commitdiff | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | diff to current |
2005-10-15 |
"Vladimir N. Oleynik" | RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 |
blob | commitdiff | diff to current |
2005-10-14 |
"Vladimir N. Oleynik" | - new bb_opt_complementally syntax, use [-:?] only... |
blob | commitdiff | diff to current |
2005-10-12 |
"Vladimir N. Oleynik" | remove 1 CR, correct strange bb_opt_complementally... |
blob | commitdiff | diff to current |
2005-10-11 |
"Vladimir N. Oleynik" | - use complementally '!' to '?' - 'ask' is best 'free... |
blob | commitdiff | diff to current |
2005-09-11 |
Rob Landley | Cleanup patch by Bernhard Fischer, removing unnecessary... |
blob | commitdiff | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | diff to current |
2005-05-28 |
Rob Landley | Shaun Jackman submitted a patch converting an allocatio... |
blob | commitdiff | diff to current |
2005-05-11 |
Mike Frysinger | change the hardcoded error constant (0x80000000UL)... |
blob | commitdiff | diff to current |
2004-10-11 |
Eric Andersen | Patch from David Daney: |
blob | commitdiff | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | diff to current |
2004-04-06 |
Eric Andersen | Fix non standard 'date -R' formatting |
blob | commitdiff | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | diff to current |
2004-02-17 |
Glenn L McGrath | Add the -r option, patch from Rob with some help from... |
blob | commitdiff | diff to current |
2004-02-17 |
Glenn L McGrath | Woops, im getting ahead of myself, we dont have the... |
blob | commitdiff | diff to current |
2004-02-17 |
Glenn L McGrath | define option names to be clearer, simplify nested... |
blob | commitdiff | diff to current |
2003-07-23 |
Manuel Novoa III | Set the tm_isdst flag to -1 before calling mktime(... |
blob | commitdiff | diff to current |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
blob | commitdiff | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | diff to current |
2002-08-23 |
Glenn L McGrath | Run through indent, fix comments |
blob | commitdiff | diff to current |
2002-08-05 |
Robert Griebl | - updated a few copyright/left file headers |
blob | commitdiff | diff to current |
2002-07-30 |
Robert Griebl | Added the -I (isofmt) options to date, which comes... |
blob | commitdiff | diff to current |
2002-06-15 |
Eric Andersen | Don't use pointless GNU-isms |
blob | commitdiff | diff to current |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
blob | commitdiff | diff to current |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
blob | commitdiff | diff to current |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
blob | commitdiff | diff to current |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
blob | commitdiff | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | diff to current |
2000-11-29 |
Eric Andersen | Apply a patch from Larry Doolittle <ldoolitt@recycle... |
blob | commitdiff | diff to current |
2000-11-17 |
Eric Andersen | "I will always compile before I commit." |
blob | commitdiff | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | diff to current |
2000-07-17 |
Pavel Roskin | The result of getopt() is "int" and should be treated... |
blob | commitdiff | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | diff to current |
2000-07-14 |
Eric Andersen | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> |
blob | commitdiff | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | diff to current |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
blob | commitdiff | diff to current |
2000-06-06 |
Eric Andersen | Fix 'date -u' |
blob | commitdiff | diff to current |
2000-05-16 |
Erik Andersen | Some updates for better portability. |
blob | commitdiff | diff to current |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
blob | commitdiff | diff to current |
2000-03-24 |
Erik Andersen | The new tar for busybox is now done, and works just... |
blob | commitdiff | diff to current |
2000-03-23 |
Erik Andersen | My latest ramblings. |
blob | commitdiff | diff to current |
2000-03-21 |
Erik Andersen | * all mallocs now use xmalloc (and so are OOM error... |
blob | commitdiff | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | diff to current |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
blob | commitdiff | diff to current |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
blob | commitdiff | diff to current |
1999-11-10 |
Eric Andersen | Updates to usage, and made tar work. |
blob | commitdiff | diff to current |
next |