summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-05-31libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa1-0/+1
2014-04-06libbb: fix parsing of "10101010" date/time formDenys Vlasenko1-4/+12
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-21libbb: fix parsing of "10101010" date/time formDenys Vlasenko1-4/+12
2013-07-25date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski1-10/+23
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko7-12/+35
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-01-17libbb: better comment in parse_dateDenys Vlasenko1-1/+7
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2-3/+16
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-22date: support -d @SECONDS_SINCE_1970Denys Vlasenko1-0/+10
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin1-1/+13
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko5-6/+19
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2-5/+30
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko1-2/+2
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko3-20/+91
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko12-29/+64
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko5-84/+126
2008-06-29libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko3-11/+31
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-07define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko1-0/+6
2008-03-02actually add bb_qsort.cDenis Vlasenko21-20/+40
2007-06-18fix an obvious typo while trying to access the tv_usec memberMike Frysinger1-1/+1
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko8-144/+151
2007-06-17hwclock: size optimizationsDenis Vlasenko10-262/+230