summaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2024.Kaz Kylheku2024-01-181-1/+1
* time: bug: must subtract gmtoff, not add.Kaz Kylheku2023-11-191-4/+4
* time: improved convenience in time functions.Kaz Kylheku2023-04-301-9/+28
* Version 285.txr-285Kaz Kylheku2023-03-281-2/+2
* time: crash: glibc overwrites time zone with literalKaz Kylheku2023-03-211-13/+21
* Support gmtoff and zone in time formatting.Kaz Kylheku2023-02-131-20/+22
* time: respect gmtoff in calculating numeric time.Kaz Kylheku2023-02-131-3/+27
* Copyright year bump 2023.Kaz Kylheku2023-01-011-1/+1
* args: don't use alloca for const size cases.Kaz Kylheku2022-10-151-1/+1
* 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