1. 92c5264 time: fix incorrect DST offset when using POSIX timezones without DST by A. Wilcox · 6 years ago
  2. 1ad8138 fix sign of strftime %z output with offsets <1 hour west of UTC by Rich Felker · 6 years ago
  3. da5851e strftime: fix underlying format string in %z format by Daniel Sabogal · 6 years ago
  4. ea81529 implement wcsftime padding specifier extensions by Samuel Holland · 6 years ago
  5. c7f0da4 adjust strftime + modifier to match apparent intent of POSIX by Rich Felker · 7 years ago
  6. 596207a fix strftime field widths with %F format and zero year by Rich Felker · 7 years ago
  7. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  8. eb7f93c use the name UTC instead of GMT for UTC timezone by Natanael Copa · 7 years ago
  9. 8a6bd73 implement strftime padding specifier extensions by Timo Teräs · 8 years ago
  10. 67b2994 fix mismatched type of __pthread_tsd_run_dtors weak definition by Rich Felker · 7 years ago
  11. 64f8558 handle errors from localtime_r in ctime_r by Rich Felker · 7 years ago
  12. 5c10c33 handle localtime errors in ctime by Rich Felker · 7 years ago
  13. 1080008 getdate: correctly specify error number by A. Wilcox · 7 years ago
  14. b6e1fe0 fix strptime output for %C without %y by Julien Ramseier · 7 years ago
  15. 834ef7a fix processing of strptime %p format by Julien Ramseier · 7 years ago
  16. 85dfab7 fix off-by-one in strptime %j by Julien Ramseier · 7 years ago
  17. dbff2bb fix POSIX-format TZ dst transition times for southern hemisphere by Rich Felker · 7 years ago
  18. 61fb81e fix strftime %y for negative years by Rich Felker · 8 years ago
  19. bc1e773 fix integer overflow of tm_year in __secs_to_tm by Daniel Sabogal · 8 years ago
  20. 8ca27ac fix parsing of quoted time zone names by Hannu Nyman · 8 years ago
  21. f33b175 fix gratuitous undefined behavior in strptime by Rich Felker · 8 years ago
  22. 3ca2d2d fix clock_nanosleep error case by Daniel Sabogal · 8 years ago
  23. 583ea83 fix strftime %y for negative tm_year by Szabolcs Nagy · 8 years ago
  24. 6399fa9 fix asctime day/month names not to vary by locale by Rich Felker · 8 years ago
  25. a5ba2d7 improve clock_gettime and adapt it to support slightly-broken vdso by Rich Felker · 9 years ago
  26. 8d93cb5 fix strftime handling of out-of-range struct tm fields by Rich Felker · 9 years ago
  27. c82d3ba fix integer overflows in time_t/struct tm conversion code by Rich Felker · 9 years ago
  28. bd27537 avoid reading uninitialized memory in __map_file by Szabolcs Nagy · 9 years ago
  29. c13f2af match historical behavior for tm_gmtoff member of struct tm by Natanael Copa · 9 years ago
  30. 2a780aa treat empty TZ environment variable as GMT rather than default by Rich Felker · 9 years ago
  31. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  32. 08b996d fix handling of negative offsets in timezone spec strings by Rich Felker · 10 years ago
  33. 6eb1950 add C11 timespec_get function, with associated time.h changes for C11 by Rich Felker · 10 years ago
  34. 4c48501 properly pass current locale to *_l functions when used internally by Rich Felker · 10 years ago
  35. f616294 use default timezone from /etc/localtime if $TZ is unset/blank by Rich Felker · 10 years ago
  36. 348fc55 implement %y and %C specifiers in strptime by Timo Teräs · 10 years ago
  37. dd5f50d support linux kernel apis (new archs) with old syscalls removed by Rich Felker · 10 years ago
  38. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  39. dec6675 fix unhandled cases in strptime by Rich Felker · 10 years ago
  40. ac0acd5 fix strftime %s not to zero pad with default width=2 by Szabolcs Nagy · 10 years ago
  41. c3d9d17 perform minimal sanity checks on zoneinfo files loaded via TZ variable by Rich Felker · 10 years ago
  42. 0f2315b do not try to interpret implementation specific strings as tz definition by Timo Teräs · 10 years ago
  43. 5c4f11d allow zoneinfo-path-relative filenames with no slashes in TZ variable by Rich Felker · 10 years ago
  44. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 10 years ago
  45. 8056984 fix fallback code for old kernels in clock_gettime by Rich Felker · 10 years ago
  46. eca335f eliminate explicit (long) casts when making syscalls by Rich Felker · 11 years ago
  47. f89e298 fix hangs in localtime for near-overflowing time_t values on 64-bit archs by Rich Felker · 11 years ago
  48. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  49. f63b8c8 fix off-by-one length failure in strftime/wcsftime and improve error behavior by Rich Felker · 11 years ago
  50. 41a9ba2 remove O_NOFOLLOW from __map_file used for time zone file loading by Rich Felker · 11 years ago
  51. 1d0d2df fix handling of overly-long TZ environment variable values by Rich Felker · 11 years ago
  52. 8db1652 timezone parser: fix iteration over search dir paths by rofl0r · 11 years ago
  53. 75be448 timezone parser: fix offset to transition table in 64bit code path by rofl0r · 11 years ago
  54. e2ed37b fix timezone parser code crashing on 64bit sys by rofl0r · 11 years ago
  55. 4b15d9f add legacy ftime function and sys/timeb.h by Rich Felker · 11 years ago
  56. 242a4bb add the %s (seconds since the epoch) format to strftime by Rich Felker · 11 years ago
  57. 2828a13 fix strftime regression in %e format by Rich Felker · 11 years ago
  58. 190bbb9 properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files by Rich Felker · 11 years ago
  59. 32985d4 minor fix to tz name checking by Rich Felker · 11 years ago
  60. d78be39 fix strftime handling of time zone data by Rich Felker · 11 years ago
  61. bd5ed22 fix mishandling of empty or blank TZ environment variable by Rich Felker · 11 years ago
  62. 8b491f1 fix missing string.h in strftime.c (needed by new strftime code) by Rich Felker · 11 years ago
  63. fc48cee add strftime and wcsftime field widths by Rich Felker · 11 years ago
  64. 33413cd simplify strftime and fix integer overflows by Rich Felker · 11 years ago
  65. 87e133b strftime cleanup: avoid recomputing strlen when it's known by Rich Felker · 11 years ago
  66. 45849d3 more strftime refactoring by Rich Felker · 11 years ago
  67. f5e4efc begin refactoring strftime to make adding field widths easier by Rich Felker · 11 years ago
  68. a7f18a5 have new timer threads unblock their own SIGTIMER by Rich Felker · 11 years ago
  69. 7c6c290 add system for resetting TLS to initial values by Rich Felker · 11 years ago
  70. 7356c25 fix multiple bugs in SIGEV_THREAD timers by Rich Felker · 11 years ago
  71. 0c7294e add wcsftime_t alias by Rich Felker · 11 years ago
  72. 1ae4bc4 fix semantically incorrect use of LC_GLOBAL_LOCALE by Rich Felker · 11 years ago
  73. d53b1f8 reorder strftime to eliminate the incorrect indention level by Rich Felker · 11 years ago
  74. 87be54a rework langinfo code for ABI compat and for use by time code by Rich Felker · 11 years ago
  75. cccf64e add __wcsftime_l symbol by Rich Felker · 11 years ago
  76. 0a37d99 move strftime_l into strftime.c and add __-prefixed version by Rich Felker · 11 years ago
  77. ea81c06 fix error code on time conversion overflows by Rich Felker · 11 years ago
  78. ac1bf93 fix fd leak in file mapping code used in new zoneinfo support by Rich Felker · 11 years ago
  79. 1cc81f5 the big time handling overhaul by Rich Felker · 11 years ago
  80. aea7919 implement week-based-year year numbers in strftime by Rich Felker · 11 years ago
  81. 062446a fix breakage in last commit to strftime due to missing INT_MAX by Rich Felker · 11 years ago
  82. c5faf1b implement week numbers and half of the week-based-year logic for strftime by Rich Felker · 11 years ago
  83. ea200e3 support cputime clocks for processes/threads other than self by Rich Felker · 11 years ago
  84. 05453b3 fix overflow behavior of clock() function by Rich Felker · 11 years ago
  85. da49b87 fix incorrect clock tick scaling in fallback case of clock() by Rich Felker · 11 years ago
  86. 9293b76 do not interpret errors in return value of times() syscall by Rich Felker · 11 years ago
  87. cc11b42 silence nonsensical warnings in timer_create by Rich Felker · 11 years ago
  88. a6752eb __time_to_tm: initialize tm_zone and tm_gmtoff by rofl0r · 11 years ago
  89. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  90. c509250 make some arrays const by rofl0r · 12 years ago
  91. d5c164d fix tm_to_time logic for number of days in november by Rich Felker · 12 years ago
  92. efd4d87 clean up sloppy nested inclusion from pthread_impl.h by Rich Felker · 12 years ago
  93. d712dd3 more close-on-exec fixes, mostly using new "e" flag to fopen by Rich Felker · 12 years ago
  94. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  95. 2f43704 fix (hopefully) all hard-coded 8's for kernel sigset_t size by Rich Felker · 12 years ago
  96. 23be72a add timegm function (inverse of gmtime), nonstandard by Rich Felker · 12 years ago
  97. c37afdf linux deprecated SYS_utime on some archs, so use SYS_utimes instead by Rich Felker · 12 years ago
  98. 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 12 years ago
  99. 6cf51fe remove debug cruft that was left in getdate by Rich Felker · 12 years ago
  100. b93b738 first try at implementing getdate function by Rich Felker · 12 years ago