Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete the removal of __gconv_translit_find | Florian Weimer | 2014-09-12 | 1 | -1/+0 |
| | | | | | | | | | Prior to the 2.20 release, the function was just changed to fail unconditionally, in commit a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8. This commit removes the function completely, including gconv bits which depend on it. This changes the gconv ABI, which is not a public interface. | ||||
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Simplify char16_t implementation | Ulrich Drepper | 2012-01-08 | 1 | -41/+34 |
| | |||||
* | More char16_t and char32_t support | Ulrich Drepper | 2012-01-07 | 1 | -7/+45 |
| | | | | It works now for UTF-8 locales | ||||
* | Typo in test for C11-capable compiler | Ulrich Drepper | 2012-01-03 | 1 | -2/+2 |
| | |||||
* | Add uchar.h support, part 1 | Ulrich Drepper | 2012-01-01 | 1 | -0/+122 |
c16 support for locales other than the C locale is still missing. |