1. 39db00a fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder by Rich Felker · 7 years ago
  2. 11ddc31 fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs by Rich Felker · 7 years ago
  3. 6cec7bc remove comments on copyright status from UTF-8 implementation files by Rich Felker · 8 years ago
  4. 6e694d6 explicitly include stdio.h to get EOF definition needed by wctob by Michael Meeuwisse · 9 years ago
  5. fe7582f fix undefined left-shift of negative values in utf-8 state table by Rich Felker · 9 years ago
  6. 1507ebf byte-based C locale, phase 1: multibyte character handling functions by Rich Felker · 9 years ago
  7. 38e2f72 fix btowc corner case by Rich Felker · 9 years ago
  8. 9d836f4 remove libc.h dependency from otherwise-independent multibyte code by Rich Felker · 9 years ago
  9. f9cccfc remove cruft for libc struct accessor function and broken visibility by Rich Felker · 9 years ago
  10. 2e1ae3b fix return value computation in one code path of wcsnrtombs by Rich Felker · 10 years ago
  11. 941644e implement a private state for the uchar.h functions by Jens Gustedt · 10 years ago
  12. ab9672a implement uchar.h (C11 UTF-16/32 conversion) interfaces by Rich Felker · 10 years ago
  13. e89cfe5 fix aliasing violations in mbtowc and mbrtowc by Rich Felker · 10 years ago
  14. 8fba445 fix incorrect end pointer in some cases when wcsrtombs stops early by Rich Felker · 10 years ago
  15. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  16. 211264e fix buffer overflow in mbsrtowcs by Rich Felker · 11 years ago
  17. 4ca4421 fix failure of mbsrtowcs to record stop position when dest is full by Rich Felker · 11 years ago
  18. 23ab8c2 mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ by Rich Felker · 11 years ago
  19. ea34b1b implement mbtowc directly, not as a wrapper for mbrtowc by Rich Felker · 11 years ago
  20. a49e038 optimize mbrtowc by Rich Felker · 11 years ago
  21. 8f06ab0 fix out-of-bounds access in UTF-8 decoding by Rich Felker · 11 years ago
  22. 771c6ce cleanup wcstombs by Rich Felker · 11 years ago
  23. b5a527f cleanup mbstowcs wrapper by Rich Felker · 11 years ago
  24. f62b12d minor optimization to mbstowcs by Rich Felker · 11 years ago
  25. 40b2b5f fix incorrect range checks in wcsrtombs by Rich Felker · 11 years ago
  26. 50d9661 overhaul mbsrtowcs by Rich Felker · 11 years ago
  27. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  28. 6436b37 fix failure of mbsinit(0) (not UB; required to return nonzero) by Rich Felker · 12 years ago
  29. 485fb14 fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs by Rich Felker · 12 years ago
  30. 78e79d9 new attempt at working around the gcc 3 visibility bug by Rich Felker · 13 years ago
  31. 7fa2992 remove useless attribute visibility from definitions by Rich Felker · 13 years ago
  32. bae2e52 cleanup and work around visibility bug in gcc 3 that affects x86_64 by Rich Felker · 13 years ago
  33. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 13 years ago
  34. 015d33c cleanup utf-8 multibyte code, use visibility if possible by Rich Felker · 14 years ago
  35. cfcbea1 remove sample utf-8 code that's not part of the standard library by Rich Felker · 14 years ago
  36. f9d880d cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts by Rich Felker · 14 years ago
  37. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago