aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use _pthread_once() rather than _once() for localtime() and gmtime(). TheseJohn Baldwin2010-01-061-2/+2
* Use _once() to initialize the pthread key for thread-local storage to holdJohn Baldwin2009-12-301-14/+14
* MFV of tzdata2009t, r200831Edwin Groothuis2009-12-221-1/+1
|\
| * Flatten the dist tree of vendor/tzcodeEdwin Groothuis2008-09-278-3321/+0
| * Import tzcode2004a.Stefan Farfeleder2004-06-145-133/+398
| * Update timezone file description to match new zic (coming soon).Garrett Wollman1999-01-212-10/+28
| * Import the 96h release of ADO's timezone code. This release isGarrett Wollman1996-07-186-421/+809
| * recording cvs-1.6 file deathPeter Wemm1995-12-301-1530/+0
* | Use _once() to initialize the pthread key for thread-local storage to holdJohn Baldwin2009-12-211-14/+14
* | Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable andJohn Baldwin2009-11-201-12/+13
* | Improve the way failure of pthread_key_create() gets detected.Edwin Groothuis2009-09-141-2/+9
* | Use (unsigned char) cast for ctype macroAndrey A. Chernov2009-09-021-1/+1
* | Implement %z for strptime.Xin LI2009-06-251-0/+28
* | Remove duplicate if-statement on gmt_is_set in gmtsub().Edwin Groothuis2009-06-231-8/+6
* | Spacing fixes. No actual change.Xin LI2009-06-091-2/+2