]> diplodocus.org Git - nmh/history - test/getcwidth.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / test / getcwidth.c
2017-08-15 Ralph Corderoygetcwidth.c: Use WCHAR_MAX, not __WCHAR_MAX__.
2017-08-09 Ralph Corderoytest/getcwidth.c: Allow for 8-bit and 16-bit wchar_t.
2017-08-05 Ralph Corderoytest/getcwidth: Add --ctype to dump locale's iswprint...
2017-08-05 Ralph Corderoytest/getcwidth: Expand --dump beyond Unicode's BMP.
2014-09-07 David LevineOn some platforms, -D_FORTIFY_SOURCE=2 warns about...
2014-06-17 David LevineCheck return value of setlocale(3) and admonish on...
2014-03-07 David LevineFixed test/getcwidth.c to build without MULTIBYTE_SUPPORT.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-15 David LevineChanged loop in dumpwidth() to go from [0, 0xffff)...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-02 Ken HornsteinCast wchar_t to long unsigned int to deal with differin...
2013-02-02 David LevineAdded l modifier to X printf conversions of wchar_t's.
2013-02-02 Ken HornsteinRework multibyte test so it will calculate the width...
2013-02-01 Ken HornsteinIf the multibyte width test fails, dump the values...
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-02-01 Ken HornsteinFix some warnings for Solaris.
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-26 Ken HornsteinHandle the case in the test suite where wcwidth() can...