77 Commits (2df9ae916120212442201bbf30271a1170e508cf)

Author SHA1 Message Date
Rich Felker 4350935ca4 add ABI compat aliases for a number of locale_t functions 13 years ago
Rich Felker 4b0306c83c prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbols 13 years ago
Rich Felker 0a37d99547 move strftime_l into strftime.c and add __-prefixed version 13 years ago
Rich Felker 6a4cfbdbe7 fix iconv conversion to legacy 8bit codepages 13 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker b3d7d062af duplocale: don't crash when called with LC_GLOBAL_LOCALE 14 years ago
Rich Felker 85a3ba3a28 fix localeconv values and implementation 14 years ago
Rich Felker 26710be714 fix multiple iconv bugs reading utf-16/32 and wchar_t 14 years ago
Rich Felker 673633c689 fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong 14 years ago
Rich Felker a2f149b5d1 fix erroneous utf-16 encoding with surrogates in iconv 14 years ago
Rich Felker 80d7859f32 fix major breakage in iconv, bogus rejecting of dest charsets 14 years ago
Rich Felker bff650df9f add strfmon_l variant (still mostly incomplete) 14 years ago
Rich Felker 25501c1079 initial, very primitive strfmon 14 years ago
Rich Felker e0614f7cd4 add all missing wchar functions except floating point parsers 14 years ago
Rich Felker 36bf56940a more locale_t interfaces (string stuff) and header updates 14 years ago
Rich Felker c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 14 years ago
Rich Felker e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 14 years ago
Rich Felker 0e2331c9b6 gb18030 support in iconv (only from, not to) 15 years ago
Rich Felker 95a85e047e legacy japanese charset support in iconv (only from, not to) 15 years ago
Rich Felker 594b16e004 simplify iconv and support more legacy codepages 15 years ago
Rich Felker 2f0c415ceb iconv was not returning -1 on most failure 15 years ago
Rich Felker 11c531e21d implement uselocale function (minimal) 15 years ago
Rich Felker bb8d3d00e2 fix breakage due to converting a return type to size_t in iconv... 15 years ago
Rich Felker 5600088d38 fix nl_langinfo to actually use the existing, correct internal version 15 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker 7fe308eb9f use a more-correct integer type, and silence 64-bit warnings as a bonus 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago