| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop exposing <sys/localedef.h> and various symbols internal to the libc |  guenther | 2016-05-23 | 1 | -2/+2 |
* | Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak |  guenther | 2015-09-12 | 1 | -1/+2 |
* | Add support for setting tm_zone now that we have the timezone symbol. |  millert | 2015-04-07 | 1 | -4/+5 |
* | move include lines around a bit |  tedu | 2015-02-09 | 1 | -3/+3 |
* | Add UTC support to %Z conversion in strptime(). |  doug | 2014-10-11 | 1 | -3/+10 |
* | Fix a crash when there is text after a failed %Z conversion in strptime. |  doug | 2014-10-02 | 1 | -6/+7 |
* | Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon |  millert | 2014-02-13 | 1 | -2/+2 |
* | POSIX indicates that some fields should be computed even if not |  millert | 2012-01-16 | 1 | -2/+68 |
* | Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format), |  landry | 2011-01-19 | 1 | -2/+2 |
* | Add %F, %g, %G, %u, %z (extended) and %Z. |  jasper | 2010-11-08 | 1 | -5/+231 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 1 | -4/+1 |
* | signed vs unsigned char casting... |  deraadt | 2004-09-15 | 1 | -2/+2 |
* | Stop parsing the buffer after an appropriate number of digits; from NetBSD |  millert | 2004-01-20 | 1 | -22/+19 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -3/+3 |
* | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and |  espie | 2001-08-23 | 1 | -2/+2 |
* | fix %p matching. checked by angelos. closes PR1612 |  d | 2001-01-08 | 1 | -5/+7 |
* | month/weekday names are case insensitive; jpo@EasternGraphics.com |  deraadt | 1998-04-25 | 1 | -31/+31 |
* | Make %Y override an earlier %y (%y stuff gets delayed due to century specs). |  millert | 1998-03-17 | 1 | -1/+2 |
* | %C influences %y regardless of ordering. This becomes a bit tricky |  millert | 1998-03-15 | 1 | -20/+40 |
* | Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jp |  millert | 1998-03-15 | 1 | -12/+19 |
* | + strptime, from netbsd |  deraadt | 1998-02-04 | 1 | -0/+371 |