Age | Commit message (Expand) | Author | Files | Lines |
2017-01-02 | fix strftime %y for negative years | Rich Felker | 1 | -2/+2 |
2016-10-06 | fix strftime %y for negative tm_year | Szabolcs Nagy | 1 | -0/+1 |
2015-10-14 | fix strftime handling of out-of-range struct tm fields | Rich Felker | 1 | -8/+12 |
2015-08-14 | match historical behavior for tm_gmtoff member of struct tm | Natanael Copa | 1 | -2/+2 |
2014-07-02 | properly pass current locale to *_l functions when used internally | Rich Felker | 1 | -1/+2 |
2014-05-08 | fix strftime %s not to zero pad with default width=2 | Szabolcs Nagy | 1 | -0/+1 |
2013-11-26 | fix off-by-one length failure in strftime/wcsftime and improve error behavior | Rich Felker | 1 | -6/+8 |
2013-08-25 | add the %s (seconds since the epoch) format to strftime | Rich Felker | 1 | -0/+4 |
2013-08-24 | fix strftime regression in %e format | Rich Felker | 1 | -2/+2 |
2013-08-24 | fix strftime handling of time zone data | Rich Felker | 1 | -3/+13 |
2013-08-23 | fix missing string.h in strftime.c (needed by new strftime code) | Rich Felker | 1 | -0/+1 |
2013-08-22 | add strftime and wcsftime field widths | Rich Felker | 1 | -3/+32 |
2013-08-22 | simplify strftime and fix integer overflows | Rich Felker | 1 | -28/+12 |
2013-08-22 | strftime cleanup: avoid recomputing strlen when it's known | Rich Felker | 1 | -10/+16 |
2013-08-22 | more strftime refactoring | Rich Felker | 1 | -23/+25 |
2013-08-22 | begin refactoring strftime to make adding field widths easier | Rich Felker | 1 | -151/+161 |
2013-07-28 | fix semantically incorrect use of LC_GLOBAL_LOCALE | Rich Felker | 1 | -1/+1 |
2013-07-27 | reorder strftime to eliminate the incorrect indention level | Rich Felker | 1 | -5/+5 |
2013-07-24 | rework langinfo code for ABI compat and for use by time code | Rich Felker | 1 | -4/+4 |
2013-07-24 | move strftime_l into strftime.c and add __-prefixed version | Rich Felker | 1 | -1/+10 |
2013-07-17 | the big time handling overhaul | Rich Felker | 1 | -6/+2 |
2013-06-28 | implement week-based-year year numbers in strftime | Rich Felker | 1 | -27/+34 |
2013-06-28 | fix breakage in last commit to strftime due to missing INT_MAX | Rich Felker | 1 | -0/+1 |
2013-06-28 | implement week numbers and half of the week-based-year logic for strftime | Rich Felker | 1 | -3/+38 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+172 |