Age | Commit message (Expand) | Author |
---|---|---|
2022-10-11 | fix unintended sizeof pointer introduced in 1.10 | Jonathan Gray |
2022-09-01 | ts(1): parse user format string only once | Scott Soule Cheloha |
2022-08-03 | Since ts(1) is line-based, always using line buffering | Job Snijders |
2022-07-07 | Handle strange format strings better. | Claudio Jeker |
2022-07-06 | More ts(1) cleanup. Change main loop so that in interval mode only one | Claudio Jeker |
2022-07-04 | ts(1): the first argument to clock_gettime(2) is a clockid_t, not an int | Scott Soule Cheloha |
2022-07-03 | thou shalt not include sys/cdefs.h because it is not standardized, the | Theo de Raadt |
2022-06-30 | Fix err() | Job Snijders |
2022-06-30 | Fix interval timers by forcing TZ to UTC, else some strftime formats | Claudio Jeker |
2022-06-29 | Add -m option to ts(1) | Job Snijders |
2022-06-29 | Import ts(1) - a timestamp utility | Job Snijders |