aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
* strptime: Fix day-of-week calculation.Dag-Erling Smørgrav2024-12-162-15/+14
* tzcode: Clean up the ctime(3) manual page.Dag-Erling Smørgrav2024-04-041-103/+104
* Update tzcode to 2024a.Dag-Erling Smørgrav2024-04-041-1/+1
* Update tzcode to 2023c.Dag-Erling Smørgrav2023-12-131-0/+1
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-254-4/+4
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-234-8/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-253-3/+3
* Bring our tzcode up to date.Dag-Erling Smørgrav2023-01-314-8/+421
* tzcode: Implement timezone change detectionEdward Tomasz Napierala2023-01-311-0/+4
* strftime.3: Fix a typo and use St for standardsMateusz Piotrowski2022-02-141-2/+3
* strptime: make %k and %l specifiers match their description inYuri Pankov2018-11-031-5/+12
* strptime: fix parsing of tm_year when both %C and %y appear in theYuri Pankov2018-10-171-9/+17
* strptime: disallow zero hour for %I (defined by POSIX as [01,12]) and %lYuri Pankov2018-10-131-1/+1
* Disallow zero day of month from strptime("%d").Konstantin Belousov2018-10-081-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-253-0/+6
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-2/+2
* libc: remove reference to nonexistent lib/locale directoryEd Maste2017-01-201-2/+1
* 1) For already non-standard %z extension implement GNU compatible formats:Andrey A. Chernov2016-09-211-0/+6
* 1) Microoptimize %p case.Andrey A. Chernov2016-09-211-14/+26
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-25/+7
* 1) Fix the case we have less arguments for format string than we expected.Andrey A. Chernov2014-10-071-4/+3
* Back out timegm error check from r272562.Andrey A. Chernov2014-10-071-2/+0
* 1) For %Z format, understand "UTC" name too.Andrey A. Chernov2014-10-051-1/+5
* Minor doc format fix.Pedro F. Giffuni2014-10-041-1/+2
* strptime(3): Update manpage for %U and %W.Pedro F. Giffuni2014-10-021-10/+6
* strptime: %s format fix.Pedro F. Giffuni2014-10-021-1/+4
* strptime: fix bug introduced in r272273.Pedro F. Giffuni2014-10-011-1/+2
* Add strptime(3) support for %U and %W (take 2)Pedro F. Giffuni2014-09-281-7/+119
* Revert r272122Pedro F. Giffuni2014-09-251-126/+5
* Add strptime(3) support for %U and %WPedro F. Giffuni2014-09-251-5/+126
* strftime() xlocale cleanups.Pedro F. Giffuni2014-07-261-37/+46
* strptime: add support for %t and %nPedro F. Giffuni2014-06-181-38/+20
* Fix syntax error.Warren Block2014-06-181-1/+1
* stdtime: style(9) fixes.Pedro F. Giffuni2014-06-183-184/+186
* Update license to strptime(3) implementation.Pedro F. Giffuni2014-06-161-28/+5
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-4/+4
* Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it reliesDimitry Andric2013-03-241-0/+3
* Add more locale-specific functions to the relevant man pages andIsabell Long2012-06-253-2/+27
* libc: Reduce relative relocations in strftime().Jilles Tjoelker2012-06-171-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-204-100/+197
* strptime(3) confused July with June with the fr_FR locale.Edwin Groothuis2010-05-091-0/+8
* Split the contributed code from libc/stdtime from lib/libc/stdtimeEdwin Groothuis2010-02-269-3620/+4
* %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-02-161-1/+1