1. 04335d9 always block signals for starting new threads, refactor start args by Rich Felker · 6 years ago
  2. 5b74eed for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo by Rich Felker · 6 years ago
  3. ce32db4 fix call to __pthread_tsd_run_dtors with too many arguments by Rich Felker · 6 years ago
  4. 1b52863 don't omit setting errno in internal __map_file function by Rich Felker · 6 years ago
  5. dbcfb16 always reset DST rules during tzset by Benjamin Peterson · 6 years ago
  6. 5f12ffe split internal lock API out of libc.h, creating lock.h by Rich Felker · 6 years ago
  7. 5ce3737 reduce spurious inclusion of libc.h by Rich Felker · 6 years ago
  8. c52ae69 move declaration and apply hidden visibility to __utc string by Rich Felker · 6 years ago
  9. 3fe595d remove or make static various unused __-prefixed symbols by Rich Felker · 6 years ago
  10. 444a1b2 apply hidden visibility to internal time[zone] implementation functions by Rich Felker · 6 years ago
  11. 13d1afa overhaul internally-public declarations using wrapper headers by Rich Felker · 6 years ago
  12. 91c6a18 move declarations of tls setup/access functions to pthread_impl.h by Rich Felker · 6 years ago
  13. 01294da move __strftime_fmt_1 declaration to time_impl.h by Rich Felker · 6 years ago
  14. 72bc6cb move __tm_to_tzname declaration to time_impl.h with related functions by Rich Felker · 6 years ago
  15. 405102d fix type-mismatched declarations of __nl_langinfo_l in source files by Rich Felker · 6 years ago
  16. b5dbf4d use idiomatic weak alias approach for defining asctime_r by Rich Felker · 6 years ago
  17. cb229f6 move and deduplicate declarations of __vdsosym to make it checkable by Rich Felker · 6 years ago
  18. 92c5264 time: fix incorrect DST offset when using POSIX timezones without DST by A. Wilcox · 6 years ago
  19. 1ad8138 fix sign of strftime %z output with offsets <1 hour west of UTC by Rich Felker · 6 years ago
  20. da5851e strftime: fix underlying format string in %z format by Daniel Sabogal · 6 years ago
  21. ea81529 implement wcsftime padding specifier extensions by Samuel Holland · 7 years ago
  22. c7f0da4 adjust strftime + modifier to match apparent intent of POSIX by Rich Felker · 7 years ago
  23. 596207a fix strftime field widths with %F format and zero year by Rich Felker · 7 years ago
  24. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  25. eb7f93c use the name UTC instead of GMT for UTC timezone by Natanael Copa · 7 years ago
  26. 8a6bd73 implement strftime padding specifier extensions by Timo Teräs · 8 years ago
  27. 67b2994 fix mismatched type of __pthread_tsd_run_dtors weak definition by Rich Felker · 7 years ago
  28. 64f8558 handle errors from localtime_r in ctime_r by Rich Felker · 7 years ago
  29. 5c10c33 handle localtime errors in ctime by Rich Felker · 7 years ago
  30. 1080008 getdate: correctly specify error number by A. Wilcox · 7 years ago
  31. b6e1fe0 fix strptime output for %C without %y by Julien Ramseier · 8 years ago
  32. 834ef7a fix processing of strptime %p format by Julien Ramseier · 8 years ago
  33. 85dfab7 fix off-by-one in strptime %j by Julien Ramseier · 8 years ago
  34. dbff2bb fix POSIX-format TZ dst transition times for southern hemisphere by Rich Felker · 8 years ago
  35. 61fb81e fix strftime %y for negative years by Rich Felker · 8 years ago
  36. bc1e773 fix integer overflow of tm_year in __secs_to_tm by Daniel Sabogal · 8 years ago
  37. 8ca27ac fix parsing of quoted time zone names by Hannu Nyman · 8 years ago
  38. f33b175 fix gratuitous undefined behavior in strptime by Rich Felker · 8 years ago
  39. 3ca2d2d fix clock_nanosleep error case by Daniel Sabogal · 8 years ago
  40. 583ea83 fix strftime %y for negative tm_year by Szabolcs Nagy · 8 years ago
  41. 6399fa9 fix asctime day/month names not to vary by locale by Rich Felker · 8 years ago
  42. a5ba2d7 improve clock_gettime and adapt it to support slightly-broken vdso by Rich Felker · 9 years ago
  43. 8d93cb5 fix strftime handling of out-of-range struct tm fields by Rich Felker · 9 years ago
  44. c82d3ba fix integer overflows in time_t/struct tm conversion code by Rich Felker · 9 years ago
  45. bd27537 avoid reading uninitialized memory in __map_file by Szabolcs Nagy · 9 years ago
  46. c13f2af match historical behavior for tm_gmtoff member of struct tm by Natanael Copa · 9 years ago
  47. 2a780aa treat empty TZ environment variable as GMT rather than default by Rich Felker · 9 years ago
  48. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  49. 08b996d fix handling of negative offsets in timezone spec strings by Rich Felker · 10 years ago
  50. 6eb1950 add C11 timespec_get function, with associated time.h changes for C11 by Rich Felker · 10 years ago
  51. 4c48501 properly pass current locale to *_l functions when used internally by Rich Felker · 10 years ago
  52. f616294 use default timezone from /etc/localtime if $TZ is unset/blank by Rich Felker · 10 years ago
  53. 348fc55 implement %y and %C specifiers in strptime by Timo Teräs · 10 years ago
  54. dd5f50d support linux kernel apis (new archs) with old syscalls removed by Rich Felker · 10 years ago
  55. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  56. dec6675 fix unhandled cases in strptime by Rich Felker · 10 years ago
  57. ac0acd5 fix strftime %s not to zero pad with default width=2 by Szabolcs Nagy · 11 years ago
  58. c3d9d17 perform minimal sanity checks on zoneinfo files loaded via TZ variable by Rich Felker · 11 years ago
  59. 0f2315b do not try to interpret implementation specific strings as tz definition by Timo Teräs · 11 years ago
  60. 5c4f11d allow zoneinfo-path-relative filenames with no slashes in TZ variable by Rich Felker · 11 years ago
  61. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 11 years ago
  62. 8056984 fix fallback code for old kernels in clock_gettime by Rich Felker · 11 years ago
  63. eca335f eliminate explicit (long) casts when making syscalls by Rich Felker · 11 years ago
  64. f89e298 fix hangs in localtime for near-overflowing time_t values on 64-bit archs by Rich Felker · 11 years ago
  65. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  66. f63b8c8 fix off-by-one length failure in strftime/wcsftime and improve error behavior by Rich Felker · 11 years ago
  67. 41a9ba2 remove O_NOFOLLOW from __map_file used for time zone file loading by Rich Felker · 11 years ago
  68. 1d0d2df fix handling of overly-long TZ environment variable values by Rich Felker · 11 years ago
  69. 8db1652 timezone parser: fix iteration over search dir paths by rofl0r · 11 years ago
  70. 75be448 timezone parser: fix offset to transition table in 64bit code path by rofl0r · 11 years ago
  71. e2ed37b fix timezone parser code crashing on 64bit sys by rofl0r · 11 years ago
  72. 4b15d9f add legacy ftime function and sys/timeb.h by Rich Felker · 11 years ago
  73. 242a4bb add the %s (seconds since the epoch) format to strftime by Rich Felker · 11 years ago
  74. 2828a13 fix strftime regression in %e format by Rich Felker · 11 years ago
  75. 190bbb9 properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files by Rich Felker · 11 years ago
  76. 32985d4 minor fix to tz name checking by Rich Felker · 11 years ago
  77. d78be39 fix strftime handling of time zone data by Rich Felker · 11 years ago
  78. bd5ed22 fix mishandling of empty or blank TZ environment variable by Rich Felker · 11 years ago
  79. 8b491f1 fix missing string.h in strftime.c (needed by new strftime code) by Rich Felker · 11 years ago
  80. fc48cee add strftime and wcsftime field widths by Rich Felker · 11 years ago
  81. 33413cd simplify strftime and fix integer overflows by Rich Felker · 11 years ago
  82. 87e133b strftime cleanup: avoid recomputing strlen when it's known by Rich Felker · 11 years ago
  83. 45849d3 more strftime refactoring by Rich Felker · 11 years ago
  84. f5e4efc begin refactoring strftime to make adding field widths easier by Rich Felker · 11 years ago
  85. a7f18a5 have new timer threads unblock their own SIGTIMER by Rich Felker · 11 years ago
  86. 7c6c290 add system for resetting TLS to initial values by Rich Felker · 11 years ago
  87. 7356c25 fix multiple bugs in SIGEV_THREAD timers by Rich Felker · 11 years ago
  88. 0c7294e add wcsftime_t alias by Rich Felker · 11 years ago
  89. 1ae4bc4 fix semantically incorrect use of LC_GLOBAL_LOCALE by Rich Felker · 11 years ago
  90. d53b1f8 reorder strftime to eliminate the incorrect indention level by Rich Felker · 11 years ago
  91. 87be54a rework langinfo code for ABI compat and for use by time code by Rich Felker · 11 years ago
  92. cccf64e add __wcsftime_l symbol by Rich Felker · 11 years ago
  93. 0a37d99 move strftime_l into strftime.c and add __-prefixed version by Rich Felker · 11 years ago
  94. ea81c06 fix error code on time conversion overflows by Rich Felker · 11 years ago
  95. ac1bf93 fix fd leak in file mapping code used in new zoneinfo support by Rich Felker · 11 years ago
  96. 1cc81f5 the big time handling overhaul by Rich Felker · 11 years ago
  97. aea7919 implement week-based-year year numbers in strftime by Rich Felker · 11 years ago
  98. 062446a fix breakage in last commit to strftime due to missing INT_MAX by Rich Felker · 11 years ago
  99. c5faf1b implement week numbers and half of the week-based-year logic for strftime by Rich Felker · 11 years ago
  100. ea200e3 support cputime clocks for processes/threads other than self by Rich Felker · 11 years ago