summaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)AuthorLines
2012-03-01add all missing wchar functions except floating point parsersRich Felker-0/+12
2012-02-06more locale_t interfaces (string stuff) and header updatesRich Felker-0/+48
2012-02-06fix some omissions and mistakes in locale_t interface definitionsRich Felker-13/+13
2012-02-06add more of the locale_t interfaces, all dummied out to ignore the localeRich Felker-0/+108
2011-07-12gb18030 support in iconv (only from, not to)Rich Felker-2/+1887
2011-07-12legacy japanese charset support in iconv (only from, not to)Rich Felker-0/+597
2011-07-12simplify iconv and support more legacy codepagesRich Felker-352/+331
2011-07-03iconv was not returning -1 on most failureRich Felker-0/+2
2011-05-30implement uselocale function (minimal)Rich Felker-0/+10
2011-04-07fix breakage due to converting a return type to size_t in iconv...Rich Felker-1/+1
2011-04-03fix nl_langinfo to actually use the existing, correct internal versionRich Felker-15/+5
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-11/+11
2011-02-13use a more-correct integer type, and silence 64-bit warnings as a bonusRich Felker-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+1292