aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
AgeCommit message (Expand)Author
2020-11-28libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko
2020-11-28date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko
2020-11-28date: remove non-standard special-casing of date '+%f'Denys Vlasenko
2020-11-28date: trim --help (no need to show long opts)Denys Vlasenko
2020-11-28date: support -Ins, more compatible timezone display in -IDenys Vlasenko
2020-11-28date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-11-19Remove stime() function callsAlistair Francis
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-08date: Use 64 prefix syscall if we have toAlistair Francis
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-01-09date: improve help text for -DDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-10-05date: maybe_set_utc only onceDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-06sv,svc: fix NOEXEC falloutDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
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