1. 8d82971 locale: ensure dcngettext() preserves errno by A. Wilcox · 6 years ago
  2. 017e67d drop lazy plural forms init in dcngettext by Rich Felker · 6 years ago
  3. 5f12ffe split internal lock API out of libc.h, creating lock.h by Rich Felker · 6 years ago
  4. 5ce3737 reduce spurious inclusion of libc.h by Rich Felker · 6 years ago
  5. 13d1afa overhaul internally-public declarations using wrapper headers by Rich Felker · 6 years ago
  6. 15230af add internal header for declaring __pleval function (used by gettext) by Rich Felker · 6 years ago
  7. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  8. e4fc9ad search locale name variants for gettext translations by Rich Felker · 8 years ago
  9. d6601f0 avoid unbounded strlen in gettext functions by Rich Felker · 8 years ago
  10. dbbb373 fix use of uninitialized pointer in gettext core by Rich Felker · 8 years ago
  11. 01e6bbe fix bindtextdomain logic error deactivating other domains by Rich Felker · 8 years ago
  12. 61a3364 overhaul locale internals to treat categories roughly uniformly by Rich Felker · 9 years ago
  13. 43e9f65 fix null pointer dereference in dcngettext under specific conditions by Rich Felker · 9 years ago
  14. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  15. e4dd0ab harden dcngettext plural processing by Rich Felker · 10 years ago
  16. 73d2a3b implement non-default plural rules for ngettext translations by Rich Felker · 10 years ago
  17. 2068b4e implement gettext message translation functions by Rich Felker · 10 years ago