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