- f27a6a9 libbb: code shrink parse_datestr (again) by Ron Yorston · 3 years, 3 months ago
- 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
- 3512ef8 libbb: code shrink parse_datestr by Ron Yorston · 3 years, 3 months ago
- 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
- 33e955a unicode: fix handling of short 1-4 char tables by Denys Vlasenko · 4 years ago
- 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years ago
- be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
- 902d399 time: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 76832ff date: do not allow "month #20" and such, closes 11356 by Denys Vlasenko · 6 years ago
- b684d1b libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 by Natanael Copa · 9 years ago
- 3b39478 libbb: fix parsing of "10101010" date/time form by Denys Vlasenko · 11 years ago
- 688a7e3 date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats by Bartosz Golaszewski · 11 years ago
- 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
- 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 14 years ago
- 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 5f94346 date: support -d @SECONDS_SINCE_1970 by Denys Vlasenko · 15 years ago
- 85dbf19 date,touch: accept Jan 7 00:00:00 2010 format by Alexander Shishkin · 15 years ago
- f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- ff1822a date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format by Denys Vlasenko · 15 years ago
- 4b624d0 small commit tweak in parse_datestr, no code changes by Denys Vlasenko · 15 years ago
- 38dd8aa touch: implement -t TIME (needed for testsuite) by Denys Vlasenko · 15 years ago
- 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
- 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
- ce13b76 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 09c0a74 define CLOCK_MONOTONIC to 1 if it is not defined by Denis Vlasenko · 17 years ago
- d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
- ebd27aa fix an obvious typo while trying to access the tv_usec member by Mike Frysinger · 17 years ago
- bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
- 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago