| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r312332,r312446,r312451: | ngie | 2017-02-04 | 1 | -3/+2 |
* | MFC r306075,r306109 | ache | 2016-09-28 | 1 | -14/+32 |
* | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | bdrewery | 2016-03-26 | 1 | -1/+0 |
* | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | rodrigc | 2015-09-20 | 1 | -25/+7 |
* | 1) Fix the case we have less arguments for format string than we expected. | ache | 2014-10-07 | 1 | -4/+3 |
* | Back out timegm error check from r272562. | ache | 2014-10-07 | 1 | -2/+0 |
* | 1) For %Z format, understand "UTC" name too. | ache | 2014-10-05 | 1 | -1/+5 |
* | Minor doc format fix. | pfg | 2014-10-04 | 1 | -1/+2 |
* | strptime(3): Update manpage for %U and %W. | pfg | 2014-10-02 | 1 | -10/+6 |
* | strptime: %s format fix. | pfg | 2014-10-02 | 1 | -1/+4 |
* | strptime: fix bug introduced in r272273. | pfg | 2014-10-01 | 1 | -1/+2 |
* | Add strptime(3) support for %U and %W (take 2) | pfg | 2014-09-28 | 1 | -7/+119 |
* | Revert r272122 | pfg | 2014-09-25 | 1 | -126/+5 |
* | Add strptime(3) support for %U and %W | pfg | 2014-09-25 | 1 | -5/+126 |
* | strftime() xlocale cleanups. | pfg | 2014-07-26 | 1 | -37/+46 |
* | strptime: add support for %t and %n | pfg | 2014-06-18 | 1 | -38/+20 |
* | Fix syntax error. | wblock | 2014-06-18 | 1 | -1/+1 |
* | stdtime: style(9) fixes. | pfg | 2014-06-18 | 3 | -184/+186 |
* | Update license to strptime(3) implementation. | pfg | 2014-06-16 | 1 | -28/+5 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | marcel | 2014-03-04 | 1 | -4/+4 |
* | Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it relies | dim | 2013-03-24 | 1 | -0/+3 |
* | Add more locale-specific functions to the relevant man pages and | issyl0 | 2012-06-25 | 3 | -2/+27 |
* | libc: Reduce relative relocations in strftime(). | jilles | 2012-06-17 | 1 | -1/+1 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 4 | -100/+197 |
* | strptime(3) confused July with June with the fr_FR locale. | edwin | 2010-05-09 | 1 | -0/+8 |
* | Split the contributed code from libc/stdtime from lib/libc/stdtime | edwin | 2010-02-26 | 9 | -3620/+4 |
* | %U was macroized in mdoc(7), escape. | ru | 2010-02-16 | 1 | -1/+1 |
* | Use _pthread_once() rather than _once() for localtime() and gmtime(). These | jhb | 2010-01-06 | 1 | -2/+2 |
* | Use _once() to initialize the pthread key for thread-local storage to hold | jhb | 2009-12-30 | 1 | -14/+14 |
* | MFV of tzdata2009t, r200831 | edwin | 2009-12-22 | 1 | -1/+1 |
* | Use _once() to initialize the pthread key for thread-local storage to hold | jhb | 2009-12-21 | 1 | -14/+14 |
* | Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable and | jhb | 2009-11-20 | 1 | -12/+13 |
* | Improve the way failure of pthread_key_create() gets detected. | edwin | 2009-09-14 | 1 | -2/+9 |
* | Use (unsigned char) cast for ctype macro | ache | 2009-09-02 | 1 | -1/+1 |
* | Implement %z for strptime. | delphij | 2009-06-25 | 1 | -0/+28 |
* | Remove duplicate if-statement on gmt_is_set in gmtsub(). | edwin | 2009-06-23 | 1 | -8/+6 |
* | Spacing fixes. No actual change. | delphij | 2009-06-09 | 1 | -2/+2 |
* | MFV of tzcode2009h revision r192887 | edwin | 2009-05-27 | 1 | -1/+1 |
* | MFV of tzcode2009e: | edwin | 2009-05-23 | 8 | -376/+922 |
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | delphij | 2008-10-30 | 1 | -1/+1 |
* | Clarify that "ante meridiem" and "post meridiem" mean the same thing | grog | 2008-05-16 | 1 | -2/+2 |
* | Normally, we are often reading local time rather than setting time zone, | davidxu | 2008-04-01 | 1 | -22/+63 |
* | Reduce lock contention for simple cases. | imp | 2007-12-19 | 1 | -16/+22 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -1/+0 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -1/+3 |
* | On FreeBSD/arm, any value > 50 bits will result in a rediculously huge | imp | 2007-01-19 | 1 | -2/+2 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 2 | -8/+0 |
* | add a missing the... | jmg | 2006-12-19 | 1 | -1/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+34 |