summaryrefslogtreecommitdiff
path: root/coreutils/date.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-1/+7
|\
| * date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2010-12-311-1/+3
| * add missed underscoreDenys Vlasenko2010-12-311-1/+1
| * date: add a comment about _SVID_SOURCEDenys Vlasenko2010-12-301-1/+4
| * date :add a comment about older toolchainsDenys Vlasenko2010-11-231-0/+1
| * whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-32/+74
|\|
| * date: move applet and usage bits to date.cDenys Vlasenko2010-10-151-32/+74
* | win32: date: escape literal %e properlyNguyễn Thái Ngọc Duy2010-09-171-1/+1
* | win32: enable dateNguyễn Thái Ngọc Duy2010-09-141-0/+13
|/
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-1/+1
* date: make %N work without -lrt on glibcDenys Vlasenko2010-06-181-1/+6
* date: trivial fix - was reading seconds into nanoseconds field! DOHDenys Vlasenko2010-06-121-1/+1
* date: use the same code for FEATURE_DATE_NANO for glibc and uclibcDenys Vlasenko2010-06-081-4/+0
* date: make FEATURE_NANO compile on glibc systemsDenys Vlasenko2010-06-061-1/+5
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-2/+2
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-041-0/+41
* date: optional support for %N. Closes bug 1861.Denys Vlasenko2010-06-041-6/+53
* 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