summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
* Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it reliesdim2013-03-241-0/+3
* Add more locale-specific functions to the relevant man pages andissyl02012-06-253-2/+27
* libc: Reduce relative relocations in strftime().jilles2012-06-171-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-204-100/+197
* strptime(3) confused July with June with the fr_FR locale.edwin2010-05-091-0/+8
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-269-3620/+4
* %U was macroized in mdoc(7), escape.ru2010-02-161-1/+1
* Use _pthread_once() rather than _once() for localtime() and gmtime(). Thesejhb2010-01-061-2/+2
* Use _once() to initialize the pthread key for thread-local storage to holdjhb2009-12-301-14/+14
* MFV of tzdata2009t, r200831edwin2009-12-221-1/+1
* Use _once() to initialize the pthread key for thread-local storage to holdjhb2009-12-211-14/+14
* Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable andjhb2009-11-201-12/+13
* Improve the way failure of pthread_key_create() gets detected.edwin2009-09-141-2/+9
* Use (unsigned char) cast for ctype macroache2009-09-021-1/+1
* Implement %z for strptime.delphij2009-06-251-0/+28
* Remove duplicate if-statement on gmt_is_set in gmtsub().edwin2009-06-231-8/+6
* Spacing fixes. No actual change.delphij2009-06-091-2/+2
* MFV of tzcode2009h revision r192887edwin2009-05-271-1/+1
* MFV of tzcode2009e:edwin2009-05-238-376/+922
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be andelphij2008-10-301-1/+1
* Clarify that "ante meridiem" and "post meridiem" mean the same thinggrog2008-05-161-2/+2
* Normally, we are often reading local time rather than setting time zone,davidxu2008-04-011-22/+63
* Reduce lock contention for simple cases.imp2007-12-191-16/+22
* Some libc symbol map cleanups.deischen2007-05-311-1/+0
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
* On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeimp2007-01-191-2/+2
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-092-8/+0
* add a missing the...jmg2006-12-191-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+34
* The arguments for time2posix() and posix2time() are time_t values, notstefanf2005-09-111-3/+3
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Expand contractions.ru2005-02-131-1/+1
* Expand *n't contractions.ru2005-02-131-1/+1
* Sort sections.ru2005-01-201-5/+5
* Scheduled mdoc(7) sweep.ru2005-01-111-8/+10
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),delphij2004-11-042-21/+79
* struct tm.tm_year is listed as 'years since 1900', and is signed. Onpeter2004-08-241-0/+3
* Mechanically kill hard sentence breaks.ru2004-07-023-3/+6
* Merge changes from the tzcode2004a import. Wherever possible I tried to bringstefanf2004-06-145-151/+374
* Remove a stale reference to %Ef and %EF from a comment.stefanf2004-06-131-2/+2
* Change defualt time zone from GMT to UTC. This will not be MFC-ed, andkensmith2004-06-111-1/+6
* Remove a couple of casts added for an ancient Sun compiler.stefanf2004-06-081-11/+2
* Detect range errors when using the %s specifier. Previously, LONG_MAXnectar2003-11-171-3/+10
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Fixes to locale code to properly use indirect pointers in order to preventjkh2003-06-131-1/+1
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsmtm2003-04-301-4/+2
* Zero out the struct tm supplied by the caller. Otherwise,mtm2003-04-051-0/+1
* Fill in the rest of the fields in the resulting struct tmmtm2003-03-291-2/+3
* Ditch a static global and the mutex that protected it. Achieve themtm2003-03-121-27/+18
OpenPOWER on IntegriCloud