Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | fix handling of negative offsets in timezone spec strings | Rich Felker | 1 | -10/+7 |
2014-09-06 | add C11 timespec_get function, with associated time.h changes for C11 | Rich Felker | 1 | -0/+12 |
2014-07-02 | properly pass current locale to *_l functions when used internally | Rich Felker | 2 | -2/+4 |
2014-06-06 | use default timezone from /etc/localtime if $TZ is unset/blank | Rich Felker | 1 | -2/+3 |
2014-06-06 | implement %y and %C specifiers in strptime | Timo Teräs | 1 | -4/+10 |
2014-05-29 | support linux kernel apis (new archs) with old syscalls removed | Rich Felker | 1 | -9/+6 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -2/+1 |
2014-05-19 | fix unhandled cases in strptime | Rich Felker | 1 | -5/+16 |
2014-05-08 | fix strftime %s not to zero pad with default width=2 | Szabolcs Nagy | 1 | -0/+1 |
2014-04-22 | perform minimal sanity checks on zoneinfo files loaded via TZ variable | Rich Felker | 1 | -0/+5 |
2014-04-22 | do not try to interpret implementation specific strings as tz definition | Timo Teräs | 1 | -0/+1 |
2014-04-21 | allow zoneinfo-path-relative filenames with no slashes in TZ variable | Rich Felker | 1 | -12/+8 |
2014-04-16 | add working vdso clock_gettime support, including static linking | Rich Felker | 1 | -5/+13 |
2014-04-14 | fix fallback code for old kernels in clock_gettime | Rich Felker | 1 | -1/+1 |
2014-01-06 | eliminate explicit (long) casts when making syscalls | Rich Felker | 4 | -4/+4 |
2013-12-19 | fix hangs in localtime for near-overflowing time_t values on 64-bit archs | Rich Felker | 1 | -0/+6 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 5 | -6/+0 |
2013-11-26 | fix off-by-one length failure in strftime/wcsftime and improve error behavior | Rich Felker | 2 | -12/+16 |
2013-11-08 | remove O_NOFOLLOW from __map_file used for time zone file loading | Rich Felker | 1 | -1/+1 |
2013-11-08 | fix handling of overly-long TZ environment variable values | Rich Felker | 1 | -1/+1 |
2013-11-04 | timezone parser: fix iteration over search dir paths | rofl0r | 1 | -1/+1 |
2013-11-04 | timezone parser: fix offset to transition table in 64bit code path | rofl0r | 1 | -1/+1 |
2013-11-04 | fix timezone parser code crashing on 64bit sys | rofl0r | 1 | -1/+1 |
2013-10-25 | add legacy ftime function and sys/timeb.h | Rich Felker | 1 | -0/+12 |
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 | properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files | Rich Felker | 1 | -1/+22 |
2013-08-24 | minor fix to tz name checking | Rich Felker | 1 | -2/+2 |
2013-08-24 | fix strftime handling of time zone data | Rich Felker | 4 | -8/+36 |
2013-08-23 | fix mishandling of empty or blank TZ environment variable | Rich Felker | 1 | -1/+1 |
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 | 2 | -24/+81 |
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-08-03 | have new timer threads unblock their own SIGTIMER | Rich Felker | 1 | -2/+2 |
2013-08-03 | add system for resetting TLS to initial values | Rich Felker | 1 | -0/+3 |
2013-08-03 | fix multiple bugs in SIGEV_THREAD timers | Rich Felker | 5 | -21/+35 |
2013-08-02 | add wcsftime_t alias | Rich Felker | 1 | -0/+3 |
2013-07-28 | fix semantically incorrect use of LC_GLOBAL_LOCALE | Rich Felker | 2 | -2/+2 |
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 | 2 | -8/+9 |
2013-07-24 | add __wcsftime_l symbol | Rich Felker | 1 | -3/+9 |
2013-07-24 | move strftime_l into strftime.c and add __-prefixed version | Rich Felker | 1 | -1/+10 |
2013-07-17 | fix error code on time conversion overflows | Rich Felker | 4 | -4/+4 |
2013-07-17 | fix fd leak in file mapping code used in new zoneinfo support | Rich Felker | 1 | -1/+1 |
2013-07-17 | the big time handling overhaul | Rich Felker | 18 | -348/+649 |
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 |