1. eb7f93c use the name UTC instead of GMT for UTC timezone by Natanael Copa · 7 years ago
  2. 3ec8287 fix sysconf for infinite rlimits by Natanael Copa · 7 years ago
  3. 6430315 fix data race in at_quick_exit by Rich Felker · 7 years ago
  4. 01957be add ibm1047 codepage (ebcdic representation of latin1) to iconv by Rich Felker · 7 years ago
  5. 8a6bd73 implement strftime padding specifier extensions by Timo Teräs · 8 years ago
  6. 0618433 implement the fopencookie extension to stdio by William Pitcock · 7 years ago
  7. 4000b01 make fgetwc handling of encoding errors consistent with/without buffer by Rich Felker · 7 years ago
  8. a90d9da fix treatment by fgetws of encoding errors as eof by Rich Felker · 7 years ago
  9. 7265615 fix fgetwc when decoding a character that crosses buffer boundary by Szabolcs Nagy · 7 years ago
  10. a223dbd add reverse iconv mappings for JIS-based encodings by Rich Felker · 7 years ago
  11. 105eff9 generalize iconv framework for 8-bit codepages by Rich Felker · 7 years ago
  12. d060edf reformat cjk iconv tables to be diff-friendly, match tool output by Rich Felker · 7 years ago
  13. c21051e prevent fork's errno from being clobbered by atfork handlers by Bobby Bingham · 7 years ago
  14. a39f20b add iso-2022-jp support (decoding only) to iconv by Rich Felker · 7 years ago
  15. 5b546fa add iconv framework for decoding stateful encodings by Rich Felker · 7 years ago
  16. 0df5b39 simplify/optimize iconv utf-8 case by Rich Felker · 7 years ago
  17. 9eb6dd5 handle ascii range individually in each iconv case by Rich Felker · 7 years ago
  18. bff59d1 move iconv_close to its own translation unit by Rich Felker · 7 years ago
  19. 79f49ef refactor iconv conversion descriptor encoding/decoding by Rich Felker · 7 years ago
  20. 30fdda6 fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV by A. Wilcox · 7 years ago
  21. 67b2994 fix mismatched type of __pthread_tsd_run_dtors weak definition by Rich Felker · 7 years ago
  22. 6fc6ca1 adjust posix_spawn dup2 action behavior to match future requirements by Rich Felker · 7 years ago
  23. ec04d12 fix regression in glob with literal . or .. path component by Rich Felker · 7 years ago
  24. 004dc95 posix_spawn: use larger stack to cover worst-case in execvpe by Will Dietz · 7 years ago
  25. 45ca5d3 in dns parsing callback, enforce MAXADDRS to preclude overflow by Rich Felker · 7 years ago
  26. 5b5eb52 fix incorrect base name offset from nftw when pathname ends in slash(es) by Rich Felker · 7 years ago
  27. c1e2736 fix read-after-free type error in pthread_detach by Rich Felker · 7 years ago
  28. 9074769 math: rewrite fma with mostly int arithmetics by Szabolcs Nagy · 7 years ago
  29. b351605 for executing init array functions, use function type with prototype by Rich Felker · 7 years ago
  30. e364774 fix access by setjmp and longjmp to __hwcap on arm built as thumb2 by Rich Felker · 7 years ago
  31. da438ee work around incorrect EPERM from mmap syscall by Rich Felker · 7 years ago
  32. 8c4be3e fix glob descent into . and .. with GLOB_PERIOD by Rich Felker · 7 years ago
  33. 565dbee don't treat numeric port strings as servent records in getservby*() by Rich Felker · 7 years ago
  34. 9e01be6 fix signal masking race in pthread_create with priority attributes by Rich Felker · 7 years ago
  35. 9255dad handle whitespace before %% in scanf by Bartosz Brachaczek · 7 years ago
  36. 51bdcdc fix OOB reads in Xbyte_memmem by Alexander Monakov · 7 years ago
  37. cc0dbd5 free allocations in clearenv by Alexander Monakov · 7 years ago
  38. 8e93279 overhaul environment functions by Alexander Monakov · 7 years ago
  39. 39db00a fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder by Rich Felker · 7 years ago
  40. 11ddc31 fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs by Rich Felker · 7 years ago
  41. 06fbefd add a_clz_64 helper function by Szabolcs Nagy · 8 years ago
  42. 9d4c902 fix undefined behavior in memset due to missing sequence points by Rich Felker · 7 years ago
  43. c7f56b4 __init_libc: add fallbacks for __progname setup by Alexander Monakov · 7 years ago
  44. 670d6d0 fix unsynchronized access to FILE structure in fflush(0) by Rich Felker · 7 years ago
  45. 511b704 fix signed overflow in ftok by Daniel Sabogal · 7 years ago
  46. 80bf595 trap UB from attempts to join a detached thread by Rich Felker · 7 years ago
  47. e31c8c2 ppc64: fix setjmp/longjmp handling of TOC pointer by Bobby Bingham · 7 years ago
  48. 52cf5c1 qsort: add a short comment about the algorithm by Leah Neukirchen · 7 years ago
  49. 947d330 add _NL_LOCALE_NAME extension to nl_langinfo by Rich Felker · 7 years ago
  50. a08910f fix missing volatile qualifier on lock in __get_locale by Jens Gustedt · 7 years ago
  51. 2e6e084 remove ineffective compiler assist from printf by Alexander Monakov · 7 years ago
  52. bc42dcb fix undefined behavior in ptrace by Alexander Monakov · 7 years ago
  53. d906fa3 unify the use of FUTEX_PRIVATE by Jens Gustedt · 7 years ago
  54. 60ab365 fix undefined behavior in free by Alexander Monakov · 7 years ago
  55. f688884 reapply va_arg hacks removal to wprintf by Alexander Monakov · 7 years ago
  56. 94f7441 powerpc64: add single-instruction math functions by Rich Felker · 7 years ago
  57. ce385fc s390x: add single-instruction math functions by Rich Felker · 7 years ago
  58. e6def54 fix arm run-time abi string functions by Szabolcs Nagy · 8 years ago
  59. 91d34c4 fix regression in getspnam[_r] error code for insufficient buffer size by Rich Felker · 7 years ago
  60. b7bfb5c fix iconv conversions for iso88592-iso885916 by Bartosz Brachaczek · 7 years ago
  61. 64f8558 handle errors from localtime_r in ctime_r by Rich Felker · 7 years ago
  62. 2d7d05f set errno when getpw*_r, getgr*_r, and getspnam_r fail by Rich Felker · 7 years ago
  63. 5c10c33 handle localtime errors in ctime by Rich Felker · 7 years ago
  64. 1c86c7f handle mremap failure in realloc of mmap-serviced allocations by Rich Felker · 7 years ago
  65. 1080008 getdate: correctly specify error number by A. Wilcox · 7 years ago
  66. af05173 catopen: set errno to EOPNOTSUPP by A. Wilcox · 7 years ago
  67. 84eff79 fix glob failure to match plain "/" to root directory by Rich Felker · 7 years ago
  68. bc313e8 use hard-coded sh4a atomic opcodes to avoid linker errors on sh by Rich Felker · 7 years ago
  69. 179766a towupper/towlower: fast path for ascii chars by Natanael Copa · 7 years ago
  70. 81f4a12 fix fchown fallback on arches without chown(2) by Samuel Holland · 7 years ago
  71. 97bd6b0 fix iconv conversions to legacy 8bit encodings by Rich Felker · 7 years ago
  72. f9f686b have posix_spawnattr_setflags check for supported flags by Rich Felker · 8 years ago
  73. bb439bb implement new posix_spawn flag POSIX_SPAWN_SETSID by Rich Felker · 8 years ago
  74. 58e2396 remove va_arg hacks in printf core with undefined behavior by Rich Felker · 8 years ago
  75. e1232f5 make ttyname[_r] return ENODEV rather than ENOENT by Rich Felker · 8 years ago
  76. 1a7fa5e fix regression in support for resolv.conf attempts option by Rich Felker · 8 years ago
  77. 8c44a06 fix scalbn when result is in the subnormal range by Szabolcs Nagy · 8 years ago
  78. 2577b1b allow full-range file offsets to mmap on archs with 64-bit syscall args by Rich Felker · 8 years ago
  79. b3751c3 fix dl_iterate_phdr in static PIE binaries by Rich Felker · 8 years ago
  80. 1ca5975 fix read past end of buffer in getaddrinfo backend by Rich Felker · 8 years ago
  81. 54807d4 aarch64: add single instruction math functions by Szabolcs Nagy · 8 years ago
  82. b6e1fe0 fix strptime output for %C without %y by Julien Ramseier · 8 years ago
  83. 834ef7a fix processing of strptime %p format by Julien Ramseier · 8 years ago
  84. 85dfab7 fix off-by-one in strptime %j by Julien Ramseier · 8 years ago
  85. 9571c53 regex: fix newline matching with negated brackets by Julien Ramseier · 8 years ago
  86. e6917ec increase limit on locale name length from 15 to 23 bytes by Rich Felker · 8 years ago
  87. e4fc9ad search locale name variants for gettext translations by Rich Felker · 8 years ago
  88. 16319a5 make setlocale return a single name for LC_ALL if all categories match by Rich Felker · 8 years ago
  89. dbff2bb fix POSIX-format TZ dst transition times for southern hemisphere by Rich Felker · 8 years ago
  90. 8cba1dc fix threshold constants in j0f, y0f, j1f, y1f by Szabolcs Nagy · 8 years ago
  91. 3ec8b3a fix one-byte overflow in legacy getpass function by Rich Felker · 8 years ago
  92. 733d1ea fix wide scanf's use of a compound literal past its lifetime by Rich Felker · 8 years ago
  93. 6a209f1 fix possible fd leak, unrestored cancellation state on dns socket fail by Rich Felker · 8 years ago
  94. 500f5be in static dl_iterate_phdr, fix use of possibly-uninitialized aux data by Rich Felker · 8 years ago
  95. 6582baa fix free of uninitialized buffer pointer on error in regexec by Rich Felker · 8 years ago
  96. 827c4e6 fix lsearch and lfind to pass key as first arg to the compar callback by Szabolcs Nagy · 8 years ago
  97. b261a24 fix build regression in arm atomics asm with new binutils by Rich Felker · 8 years ago
  98. 9201c3a s390x: implement dlsym by Bobby Bingham · 8 years ago
  99. d6601f0 avoid unbounded strlen in gettext functions by Rich Felker · 8 years ago
  100. dbbb373 fix use of uninitialized pointer in gettext core by Rich Felker · 8 years ago