summaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* time: fix missing day-of-week and day-of-year.Kaz Kylheku2022-02-161-7/+20
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* Eliminate declaration-after-statement everywhere.Kaz Kylheku2021-12-291-2/+4
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* c_str now takes a self argument.Kaz Kylheku2021-06-231-7/+8
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* time: indentation fix.Kaz Kylheku2020-10-161-12/+12
* time: don't emulate setenv with putenvKaz Kylheku2020-10-161-20/+13
* time: Solaris fix: don't assign to env_list.Kaz Kylheku2020-10-101-1/+0
* New function: time-nsec.Kaz Kylheku2020-10-071-0/+17
* time: move time functions out of lib.c into time.c.Kaz Kylheku2020-10-071-0/+512