summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
AgeCommit message (Expand)Author
2025-10-15libc: Add "Z" as TZ designator for strptime.Gordon Tetlow
2025-09-30libc: Add missing MLINK for tzname(3)Dag-Erling Smørgrav
2025-09-23tzcode: Expose and document offtime() and offtime_r()Dag-Erling Smørgrav
2025-07-18libc: Test time zone change detection.Dag-Erling Smørgrav
2025-05-21SPDX: Tag BSD-4.3TAHOEAlexander Ziaee
2024-12-09strptime: Fix day-of-week calculation.Dag-Erling Smørgrav
2024-03-27libc: Improve description of mktime() / timegm().Dag-Erling Smørgrav
2024-03-11libc: Move tzset.3 to stdtimeWarner Losh
2024-03-11timezone: Move to the XSI/POSIX definition for timezone.Warner Losh
2024-02-13Update tzcode to 2024a.Dag-Erling Smørgrav
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-26tzcode: Clean up the ctime(3) manual page.Dag-Erling Smørgrav
2023-04-26Update tzcode to 2023c.Dag-Erling Smørgrav
2023-03-07libc: Remove prototype and documentation for tzsetwall().Dag-Erling Smørgrav
2023-01-11tzcode: Move configuration into separate header.Dag-Erling Smørgrav
2023-01-10Bring our tzcode up to date.Dag-Erling Smørgrav
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2022-02-07strftime.3: Fix a typo and use St for standardsMateusz Piotrowski
2021-09-12tzcode: Implement timezone change detectionEdward Tomasz Napierala
2018-11-03strptime: make %k and %l specifiers match their description inYuri Pankov
2018-10-17strptime: fix parsing of tm_year when both %C and %y appear in theYuri Pankov
2018-10-13strptime: disallow zero hour for %I (defined by POSIX as [01,12]) and %lYuri Pankov
2018-10-08Disallow zero day of month from strptime("%d").Konstantin Belousov
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2017-01-20libc: remove reference to nonexistent lib/locale directoryEd Maste
2016-09-211) For already non-standard %z extension implement GNU compatible formats:Andrey A. Chernov
2016-09-211) Microoptimize %p case.Andrey A. Chernov
2016-03-26Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2014-10-071) Fix the case we have less arguments for format string than we expected.Andrey A. Chernov
2014-10-07Back out timegm error check from r272562.Andrey A. Chernov
2014-10-051) For %Z format, understand "UTC" name too.Andrey A. Chernov
2014-10-04Minor doc format fix.Pedro F. Giffuni
2014-10-02strptime(3): Update manpage for %U and %W.Pedro F. Giffuni
2014-10-02strptime: %s format fix.Pedro F. Giffuni
2014-10-01strptime: fix bug introduced in r272273.Pedro F. Giffuni
2014-09-28Add strptime(3) support for %U and %W (take 2)Pedro F. Giffuni
2014-09-25Revert r272122Pedro F. Giffuni