Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: cherry-pick upstream fixes | Timo Teräs | 2015-09-11 | 1 | -15/+0 |
| | | | | | make previous commits the upstream versions, and add few additional fixes | ||||
* | main/musl: fix nl_langinfo(CODESET) to not return UTF-8-CODE-UNITS | Timo Teräs | 2015-09-05 | 1 | -0/+15 |
The return value is used often as argument to iconv where it's not recognized. Revert back to return UTF8 which works. |