aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko2010-01-231-34/+25
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-1/+26
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* date: handle long optionsBernhard Reutner-Fischer2009-10-231-0/+13
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-4/+3
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-80/+54
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-3/+3
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* date: better version of previous commit; + fix testsuiteDenis Vlasenko2008-04-281-2/+4
* date: complain if there are extraneout argumentsDenis Vlasenko2008-04-281-0/+2
* date: make it accept ISO date format. Fix help text.Denis Vlasenko2008-04-251-52/+52
* date: make help text more understandable; small shrinkDenis Vlasenko2008-03-251-53/+51
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+3
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-7/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-3/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-8/+8
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-3/+3
* awk: undo locale setting for numbers - or else parsingDenis Vlasenko2007-01-011-1/+2
* date: -R shouldn't use localeDenis Vlasenko2006-12-131-5/+13
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-137/+123
* Patch from Suresh Rajashekara moving comments and #includes and such around.Rob Landley2006-07-141-16/+17
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+1
* Walter Harms added -D to date, and I did a code cleanup while I was in theRob Landley2006-02-211-85/+41
* just whitespaceTim Riker2006-01-251-7/+7
* RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1"Vladimir N. Oleynik"2005-10-151-4/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
* remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment..."Vladimir N. Oleynik"2005-10-121-32/+33
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-3/+1
* Shaun Jackman submitted a patch converting an allocation to useRob Landley2005-05-281-5/+7
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* Patch from David Daney:Eric Andersen2004-10-111-0/+9
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* 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