summaryrefslogtreecommitdiff
path: root/coreutils/date.c
Commit message (Expand)AuthorAgeFilesLines
* date,touch: allow timezone offsets in datesRon Yorston2021-09-171-3/+4
* libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-281-0/+1
* date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko2020-11-281-26/+19
* date: remove non-standard special-casing of date '+%f'Denys Vlasenko2020-11-281-4/+0
* date: trim --help (no need to show long opts)Denys Vlasenko2020-11-281-19/+9
* date: support -Ins, more compatible timezone display in -IDenys Vlasenko2020-11-281-7/+19
* date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko2020-11-281-5/+3
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* Remove stime() function callsAlistair Francis2019-11-191-1/+5
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-13/+3
* date: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-2/+9
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* date: improve help text for -DDenys Vlasenko2019-01-091-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* date: maybe_set_utc only onceDenys Vlasenko2017-10-051-4/+3
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-5/+9
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-3/+2
* sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-061-0/+1
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-7/+14
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-14/+14
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-6/+5
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* date: extend help text to explain compat date format. Closes 4820Denys Vlasenko2012-03-011-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+2
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* 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
* date: move applet and usage bits to date.cDenys Vlasenko2010-10-151-32/+74
* *: 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