summaryrefslogtreecommitdiff
path: root/tests/test-mbrtowc.c
Commit message (Expand)AuthorAgeFilesLines
* mbrtowc tests: Add comment.Bruno Haible2023-03-301-0/+2
* mbrtowc, mbrtoc32 tests: Avoid test failure on Android ≥ 5.0.Bruno Haible2023-01-161-0/+10
* mbrtowc, mbrtoc32 tests: Refactor.Bruno Haible2023-01-161-16/+38
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* mbrtowc tests: Fix typos.Bruno Haible2020-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* mbrtowc tests: Fix regression on mingw (regression from 2018-02-24).Bruno Haible2019-07-291-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* mbrtowc tests: Fix regression on glibc.Bruno Haible2018-02-251-1/+1
* mbrtowc tests: Don't make assumptions about the charset the C locale.Bruno Haible2018-02-241-1/+9
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* manywarnings: update for GCC 7Paul Eggert2017-05-161-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* mbrtowc: work around glibc bug#19932Paul Eggert2016-04-091-1/+10
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* mbrlen, mbrtowc: fix bug with empty inputPaul Eggert2014-05-161-4/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* mbrtowc: Work around a Solaris 7 bug.Bruno Haible2010-12-271-1/+21
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-12/+1
* tests: add signature checksEric Blake2009-12-241-1/+5
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-229/+229
* Avoid test failure on AIX.Bruno Haible2008-12-211-19/+18
* Avoid compiler warnings on Cygwin.Bruno Haible2008-12-201-27/+27
* Avoid a test failure on AIX.Bruno Haible2008-12-201-1/+4
* Avoid test failure on platforms where sizeof (wchar_t) < sizeof (int).Bruno Haible2008-12-201-4/+4
* Tests for module 'mbrtowc'.Bruno Haible2008-12-191-0/+328