summaryrefslogtreecommitdiff
path: root/coreutils/date.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix non standard 'date -R' formattingEric Andersen2004-04-061-4/+4
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Add the -r option, patch from Rob with some help from myself.Glenn L McGrath2004-02-171-4/+11
* Woops, im getting ahead of myself, we dont have the -r (refernece)Glenn L McGrath2004-02-171-2/+4
* define option names to be clearer, simplify nested if statements, removeGlenn L McGrath2004-02-171-30/+29
* Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the currentManuel Novoa III2003-07-231-0/+1
* last_patch89 from vodz:Eric Andersen2003-06-201-37/+28
* Major coreutils update.Manuel Novoa III2003-03-191-11/+11
* Run through indent, fix commentsGlenn L McGrath2002-08-231-126/+112
* - updated a few copyright/left file headersRobert Griebl2002-08-051-0/+2
* Added the -I (isofmt) options to date, which comes in handy for scriptsRobert Griebl2002-07-301-7/+55
* Don't use pointless GNU-ismsEric Andersen2002-06-151-2/+2
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-1/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-4/+0
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-5/+5
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-4/+4
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-7/+7
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen2000-11-291-62/+46
* "I will always compile before I commit."Eric Andersen2000-11-171-21/+30
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Some #include updates.Eric Andersen2000-08-101-0/+1
* The result of getopt() is "int" and should be treated as suchPavel Roskin2000-07-171-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-11/+0
* Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-141-40/+30
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-5/+5
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+1
* Fix 'date -u'Eric Andersen2000-06-061-1/+1
* Some updates for better portability.Erik Andersen2000-05-161-2/+2
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-6/+8
* The new tar for busybox is now done, and works just fineErik Andersen2000-03-241-16/+7
* My latest ramblings.Erik Andersen2000-03-231-2/+2
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-1/+1
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-228/+223
* A few minor updates. ;-)Erik Andersen2000-02-071-7/+10
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-291-2/+2
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+1
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
* More stuff.Eric Andersen1999-10-181-11/+5
* Latest and greatest.Eric Andersen1999-10-121-95/+77
* latest and greatest.Eric Andersen1999-10-061-3/+9
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+305