Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-06-16 | byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code | Rich Felker | 2 | -1/+5 |
2015-06-16 | byte-based C locale, phase 2: stdio and iconv (multibyte callers) | Rich Felker | 7 | -8/+40 |
2015-06-16 | byte-based C locale, phase 1: multibyte character handling functions | Rich Felker | 10 | -7/+53 |
2015-06-16 | fix btowc corner case | Rich Felker | 1 | -0/+1 |
2015-06-14 | arm: add vdso support | Szabolcs Nagy | 1 | -0/+4 |
2015-06-14 | refactor malloc's expand_heap to share with __simple_malloc | Rich Felker | 3 | -81/+126 |
2015-06-13 | remove cancellation points in stdio | Rich Felker | 3 | -24/+3 |
2015-06-13 | fix idiom for setting stdio stream orientation to wide | Rich Felker | 6 | -6/+6 |
2015-06-13 | add printing of null %s arguments as "(null)" in wide printf | Rich Felker | 1 | -0/+1 |
2015-06-13 | add %m support to wide printf | Rich Felker | 1 | -0/+2 |