Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix strptime output for %C without %y | Julien Ramseier | 2017-03-21 | 1 | -2/+3 |
* | fix processing of strptime %p format | Julien Ramseier | 2017-03-21 | 1 | -0/+2 |
* | fix off-by-one in strptime %j | Julien Ramseier | 2017-03-21 | 1 | -0/+1 |
* | fix gratuitous undefined behavior in strptime | Rich Felker | 2016-10-20 | 1 | -2/+7 |
* | implement %y and %C specifiers in strptime | Timo Teräs | 2014-06-06 | 1 | -4/+10 |
* | fix unhandled cases in strptime | Rich Felker | 2014-05-19 | 1 | -5/+16 |
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | fix bugs in strptime handling of string day/month names, literals | Rich Felker | 2012-03-02 | 1 | -0/+2 |
* | strptime: fix use of uninitialized dest field in converting integer | Rich Felker | 2011-09-05 | 1 | -1/+1 |
* | partially working strptime | Rich Felker | 2011-08-16 | 1 | -148/+149 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+178 |