Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly pass current locale to *_l functions when used internally | Rich Felker | 2014-07-02 | 1 | -1/+2 |
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
* | fix off-by-one length failure in strftime/wcsftime and improve error behavior | Rich Felker | 2013-11-26 | 1 | -6/+8 |
* | add strftime and wcsftime field widths | Rich Felker | 2013-08-22 | 1 | -21/+49 |
* | add wcsftime_t alias | Rich Felker | 2013-08-02 | 1 | -0/+3 |
* | fix semantically incorrect use of LC_GLOBAL_LOCALE | Rich Felker | 2013-07-28 | 1 | -1/+1 |
* | add __wcsftime_l symbol | Rich Felker | 2013-07-24 | 1 | -3/+9 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | implement wcsftime function | Rich Felker | 2012-02-28 | 1 | -0/+32 |