11 Commits (efd4d87aa472523b07889af69874259db43b3c3c)

Author SHA1 Message Date
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 6436b371af fix failure of mbsinit(0) (not UB; required to return nonzero) 14 years ago
Rich Felker 485fb14ab4 fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs 14 years ago
Rich Felker 78e79d9d50 new attempt at working around the gcc 3 visibility bug 14 years ago
Rich Felker 7fa29920ed remove useless attribute visibility from definitions 14 years ago
Rich Felker bae2e52bfd cleanup and work around visibility bug in gcc 3 that affects x86_64 14 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker 015d33c507 cleanup utf-8 multibyte code, use visibility if possible 15 years ago
Rich Felker cfcbea1e43 remove sample utf-8 code that's not part of the standard library 15 years ago
Rich Felker f9d880d258 cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago