summaryrefslogtreecommitdiff
path: root/lib/time_rz.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* nstrftime, time_rz: Avoid using an obsolete Autoconf macro.Bruno Haible2021-01-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* time_rz: Use idx_t for nonnegative ptrdiff_t variables.Bruno Haible2020-12-061-1/+2
* time_rz: simplify CVE-2017-7476 fixPaul Eggert2020-11-111-13/+2
* time_rz: remove unused functionsPaul Eggert2020-08-161-25/+0
* time_rz: fix issues with mktime_z failuresPaul Eggert2020-08-161-9/+17
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* time_rz: work around Mac OS X 10.6 infloopPaul Eggert2018-03-271-0/+15
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* tzset: Work around TZ problem on native Windows.Bruno Haible2017-05-011-4/+0
* time_rz: fix heap buffer overflow vulnerabilityPádraig Brady2017-04-261-2/+13
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* flexmember: port better to GCC + valgrindPaul Eggert2016-09-071-1/+2
* time_rz: port to clang -Wunused-const-variablePaul Eggert2016-03-151-4/+2
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* time_rz: fix comment about tzallocPaul Eggert2015-10-201-2/+1
* time_rz: return NULL if localtime_r failsPaul Eggert2015-10-181-3/+2
* time_rz: avoid warning from bleeding-edge gcc's -WnonnullJim Meyering2015-10-181-2/+1
* time_rz: port to pedantic memcpyPaul Eggert2015-07-291-1/+3
* time_rz: port better to MinGWPaul Eggert2015-07-271-74/+24
* time_rz: port to Solaris etc.Paul Eggert2015-07-251-3/+41
* time_rz: make a constant 'const'Paul Eggert2015-07-251-1/+1
* time_rz: fix off-by-one typoPaul Eggert2015-07-251-1/+1
* time_rz: new modulePaul Eggert2015-07-231-0/+336