aboutsummaryrefslogtreecommitdiff
path: root/libbb/time.c
AgeCommit message (Expand)Author
2010-04-22date: support -d @SECONDS_SINCE_1970Denys Vlasenko
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
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
2008-06-29libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-07define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2007-06-18fix an obvious typo while trying to access the tv_usec memberMike Frysinger
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko
2007-06-17hwclock: size optimizationsDenis Vlasenko