aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
AgeCommit message (Expand)Author
2012-03-01date: extend help text to explain compat date format. Closes 4820Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev
2010-12-31add missed underscoreDenys Vlasenko
2010-12-30date: add a comment about _SVID_SOURCEDenys Vlasenko
2010-11-23date :add a comment about older toolchainsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-06-18date: make %N work without -lrt on glibcDenys Vlasenko
2010-06-12date: trivial fix - was reading seconds into nanoseconds field! DOHDenys Vlasenko
2010-06-08date: use the same code for FEATURE_DATE_NANO for glibc and uclibcDenys Vlasenko
2010-06-06date: make FEATURE_NANO compile on glibc systemsDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2010-06-04date: optional support for %N. Closes bug 1861.Denys Vlasenko
2010-01-23date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-23date: handle long optionsBernhard Reutner-Fischer
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-04-28date: better version of previous commit; + fix testsuiteDenis Vlasenko
2008-04-28date: complain if there are extraneout argumentsDenis Vlasenko
2008-04-25date: make it accept ISO date format. Fix help text.Denis Vlasenko
2008-03-25date: make help text more understandable; small shrinkDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko
2007-01-01awk: undo locale setting for numbers - or else parsingDenis Vlasenko
2006-12-13date: -R shouldn't use localeDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-07-14Patch from Suresh Rajashekara moving comments and #includes and such around.Rob Landley
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley