Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / time.c
2019-10-24 Denys VlasenkoRemove syscall wrappers around clock_gettime, closes...
2019-10-08 Alistair Francistime: Use 64 prefix syscall if we have to
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-09-23 Denys Vlasenkodate: do not allow "month #20" and such, closes 11356
2016-05-31 Natanael Copalibbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Close...
2014-01-21 Denys Vlasenkolibbb: fix parsing of "10101010" date/time form
2013-07-25 Bartosz Golaszewskidate: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date...
2013-03-29 Denys Vlasenkolibbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
2011-01-17 Denys Vlasenkolibbb: better comment in parse_date
2011-01-02 Denys Vlasenkodate,touch: treat 2-digit years better (fit them into...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-04-22 Denys Vlasenkodate: support -d @SECONDS_SINCE_1970
2010-03-22 Alexander Shishkindate,touch: accept Jan 7 00:00:00 2010 format
2010-01-12 Denys Vlasenkolibbb: introduce and use monotonic_ms
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2009-11-15 Denys Vlasenkodate: restore hadling of MMDDhhmm[[CC]YY][.ss] date...
2009-09-02 Denys Vlasenkosmall commit tweak in parse_datestr, no code changes
2009-07-18 Denys Vlasenkotouch: implement -t TIME (needed for testsuite)
2009-07-18 Denys Vlasenkotouch: implement -d --date (our own testsuite needs...
2009-07-18 Denys Vlasenkodate: factor out date parsing (in preparation for touch -d)
2008-06-29 Denis Vlasenkolibbb: shrink monotonic_XXX functions, introduce monoto...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-07 Denis Vlasenkodefine CLOCK_MONOTONIC to 1 if it is not defined
2008-03-02 Denis Vlasenkoactually add bb_qsort.c
2007-06-18 Mike Frysingerfix an obvious typo while trying to access the tv_usec...
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations