aboutsummaryrefslogtreecommitdiff
path: root/miscutils/ts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-141-2/+2
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-1/+4
|\|
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-2/+2
* | ts: correct output in 64-bit buildRon Yorston2020-07-191-0/+8
|/
* ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko2019-03-261-1/+1
* ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko2019-03-261-13/+9
* ts: replace overlapping strcpy with shorter codeDenys Vlasenko2019-03-261-1/+2
* ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko2019-03-261-4/+3
* ts: new appletDenys Vlasenko2019-03-261-0/+88