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