Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-28 | implement week numbers and half of the week-based-year logic for strftime | Rich Felker | 1 | -3/+38 |
2013-06-08 | support cputime clocks for processes/threads other than self | Rich Felker | 1 | -2/+5 |
2013-05-23 | fix overflow behavior of clock() function | Rich Felker | 1 | -7/+10 |
2013-05-05 | fix incorrect clock tick scaling in fallback case of clock() | Rich Felker | 1 | -1/+1 |
2013-05-05 | do not interpret errors in return value of times() syscall | Rich Felker | 1 | -1/+1 |
2013-04-06 | silence nonsensical warnings in timer_create | Rich Felker | 1 | -2/+2 |
2013-04-02 | __time_to_tm: initialize tm_zone and tm_gmtoff | rofl0r | 1 | -0/+2 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 1 | -1/+1 |
2013-02-02 | make some arrays const | rofl0r | 1 | -1/+1 |
2013-01-26 | fix tm_to_time logic for number of days in november | Rich Felker | 1 | -1/+1 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | 1 | -0/+1 |
2012-09-29 | more close-on-exec fixes, mostly using new "e" flag to fopen | Rich Felker | 1 | -1/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 10 | -11/+11 |
2012-08-09 | fix (hopefully) all hard-coded 8's for kernel sigset_t size | Rich Felker | 1 | -1/+2 |
2012-06-13 | add timegm function (inverse of gmtime), nonstandard | Rich Felker | 1 | -0/+9 |
2012-05-24 | linux deprecated SYS_utime on some archs, so use SYS_utimes instead | Rich Felker | 1 | -1/+8 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 1 | -3/+3 |
2012-03-02 | remove debug cruft that was left in getdate | Rich Felker | 1 | -2/+0 |
2012-03-02 | first try at implementing getdate function | Rich Felker | 1 | -0/+47 |
2012-03-02 | fix bugs in strptime handling of string day/month names, literals | Rich Felker | 1 | -0/+2 |
2012-02-28 | implement wcsftime function | Rich Felker | 1 | -0/+32 |
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -1/+2 |
2011-09-16 | fix assumptions that char is signed | Rich Felker | 1 | -2/+2 |
2011-09-14 | remove incorrectly-made-visible internal dst offset variable | Rich Felker | 1 | -1/+0 |