aboutsummaryrefslogtreecommitdiff
path: root/libbb/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin2010-03-221-1/+13
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+12
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-45/+45
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-4/+4
* small commit tweak in parse_datestr, no code changesDenys Vlasenko2009-09-021-2/+2
* touch: implement -t TIME (needed for testsuite)Denys Vlasenko2009-07-181-15/+82
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-0/+9
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-1/+63
* libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko2008-06-291-6/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko2008-06-071-0/+6
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* fix an obvious typo while trying to access the tv_usec memberMike Frysinger2007-06-181-1/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-2/+13
* hwclock: size optimizationsDenis Vlasenko2007-06-171-0/+32