aboutsummaryrefslogtreecommitdiff
path: root/contrib/tzcode
Commit message (Expand)AuthorAgeFilesLines
* tzcode: Tweak open flags.Dag-Erling Smørgrav2025-09-291-3/+3
* tzcode: Really fix issues when TZ is an absolute pathDag-Erling Smørgrav2025-09-281-2/+5
* tzcode: Drop libc namespaceDag-Erling Smørgrav2025-09-273-31/+25
* tzcode: Expose and document offtime() and offtime_r()Dag-Erling Smørgrav2025-09-232-2/+2
* tzcode: Use -00 only for invalid time zonesDag-Erling Smørgrav2025-09-231-2/+6
* tzcode: Don't treat TZDEFAULT as taintedDag-Erling Smørgrav2025-09-011-4/+6
* Update tzcode to 2025bDag-Erling Smørgrav2025-08-2720-747/+1117
* tzcode: Fix TZ for non-setugid programsDag-Erling Smørgrav2025-08-221-5/+6
* tzcode: Limit TZ for setugid programsDag-Erling Smørgrav2025-08-211-25/+45
* tzcode: Reduce diff to upstreamDag-Erling Smørgrav2025-08-211-123/+169
* tzcode: Add an explicit "the timezone file has changed" caseMark Johnston2025-07-181-0/+2
* libc: Test time zone change detection.Dag-Erling Smørgrav2025-07-181-13/+5
* tzcode: Fix time zone change detection.Dag-Erling Smørgrav2025-07-181-9/+5
* Update tzcode to 2024b.Dag-Erling Smørgrav2024-09-0720-647/+926
* timezone: Move to the XSI/POSIX definition for timezone.Warner Losh2024-03-121-1/+1
* tzcode: Fix overflow handling in TZ parser.Dag-Erling Smørgrav2024-02-181-1/+3
* Update tzcode to 2024a.Dag-Erling Smørgrav2024-02-1322-1187/+1765
* Update tzcode to 2023c.Dag-Erling Smørgrav2023-04-2626-397/+838
* tzcode: Resurrect tzsetwall(3) with a deprecation warning.Dag-Erling Smørgrav2023-02-091-2/+19
* tzcode: Document zic's -D option.Dag-Erling Smørgrav2023-01-251-1/+3
* tzcode: Silence warnings.Dag-Erling Smørgrav2023-01-141-9/+10
* tzcode: Fully initialize structs before use.Dag-Erling Smørgrav2023-01-141-2/+2
* tzcode: Avoid memory leak if pthread_setspecific() fails.Dag-Erling Smørgrav2023-01-141-2/+8
* tzcode: Remove access() again, cf. 02ba1d993fa9.Dag-Erling Smørgrav2023-01-141-22/+1
* tzcode: Move configuration into separate header.Dag-Erling Smørgrav2023-01-112-19/+19
* tzcode: Address some compiler warnings.Dag-Erling Smørgrav2023-01-102-26/+22
* Bring our tzcode up to date.Dag-Erling Smørgrav2023-01-1050-8597/+25050
* ctime.3: Add a note about a possible return value of localtime(3)Gordon Bergling2022-09-161-1/+5
* ctime.3: Add a cross-reference to clock_gettime(2)Mateusz Piotrowski2022-03-041-1/+2
* tzcode: fix tz change detection logicKyle Evans2021-12-211-1/+1
* tzcode: Fix operation without WITH_DETECT_TZ_CHANGESEdward Tomasz Napierala2021-09-141-1/+1
* tzcode: Implement timezone change detectionEdward Tomasz Napierala2021-09-121-1/+88
* Remove duplicated lines in contrib/tzcode/stdtime/private.hTim McNamara2021-05-311-9/+0
* ctime(3): Bump .Dd after r362165Gordon Bergling2020-06-171-1/+1
* Add a HISTORY section to ctime(3)Gordon Bergling2020-06-141-0/+27
* ctime.3: Use ASCII asterisks for C, not special unicode math glyphsConrad Meyer2020-05-221-12/+12
* Remove no longer relevant comment, as suggested by imp@.Edward Tomasz Napierala2018-10-301-1/+0
* Remove useless call to access(2) from tzcode. Quoting OpenBSD:Edward Tomasz Napierala2018-10-301-12/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* localtime: return NULL if time_t out of range of struct tmEd Maste2017-02-151-5/+4
* Incorporate a change from OpenBSD by millert@OpenBSD.orgBaptiste Daroussin2016-10-082-33/+11
* Merge:Craig Rodrigues2015-10-083-80/+45
* Revert WiP to contrib/tzcode accidentally committed with r274364Enji Cooper2014-11-111-10/+2
* Add baud rate support to telnet(1)Enji Cooper2014-11-111-2/+10
* Fix typo. Note that although this file is under contrib, it has divergedGavin Atkinson2014-05-151-1/+1
* tzfile.5: catch up to r204333Benjamin Kaduk2013-12-161-1/+1
* - set progname for use in usage()Eitan Adler2011-12-081-0/+1
* Fix a memory leak in tzload().Mikolaj Golub2011-10-271-0/+1
* Do not overallocate on the stack. Threaded code might use custom stackKonstantin Belousov2011-09-191-43/+69
* Sync code with tzcode2010mEdwin Groothuis2010-10-274-29/+83