aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | MFV of tzcode2009h revision r192887Edwin Groothuis2009-05-271-1/+1
* | MFV of tzcode2009e:Edwin Groothuis2009-05-238-376/+922
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be anXin LI2008-10-301-1/+1
* | Clarify that "ante meridiem" and "post meridiem" mean the same thingGreg Lehey2008-05-161-2/+2
* | Normally, we are often reading local time rather than setting time zone,David Xu2008-04-011-22/+63
* | Reduce lock contention for simple cases.Warner Losh2007-12-191-16/+22
* | Some libc symbol map cleanups.Daniel Eischen2007-05-311-1/+0
* | Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* | On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeWarner Losh2007-01-191-2/+2
* | Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-092-8/+0
* | add a missing the...John-Mark Gurney2006-12-191-1/+1
* | Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* | Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+34
* | The arguments for time2posix() and posix2time() are time_t values, notStefan Farfeleder2005-09-111-3/+3
* | Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* | Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* | Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* | Sort sections.Ruslan Ermilov2005-01-201-5/+5
* | Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-8/+10
* | Add glibc-style strftime(3) padding specifiers, namely, -(no padding),Xin LI2004-11-042-21/+79
* | struct tm.tm_year is listed as 'years since 1900', and is signed. OnPeter Wemm2004-08-241-0/+3