summaryrefslogtreecommitdiff
path: root/lib/mbrtowc.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* attribute: new modulePaul Eggert2020-05-031-8/+1
* mbrtowc: Refactor to share code with mbrtoc32.Bruno Haible2020-01-041-355/+9
* mbrtowc: Refactor locale charset dispatching.Bruno Haible2020-01-031-51/+2
* mbrtowc: Ensure the mbtowc_lock is unique.Bruno Haible2020-01-031-16/+24
* mbrtowc: Fix test failures on MSVC (regression by previous commit).Bruno Haible2020-01-021-0/+6
* mbrtowc: Fix compilation error on IRIX (regression from 2019-12-26).Bruno Haible2020-01-021-0/+1
* mbrtowc: Include function name in macro names.Bruno Haible2020-01-011-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* mbrtowc: port better to narrow-wchar_t platformsPaul Eggert2019-12-261-13/+24
* mbrtowc: Fix invalid use of mbtowc() on MSVC.Bruno Haible2019-07-031-183/+259
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* mbrtowc, wcwidth: Fix MT-safety bug (regression from 2018-06-23).Bruno Haible2018-06-241-35/+69
* wchar-single: a new module to enable optimizations in wchar replacementsPádraig Brady2018-06-231-2/+12
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* manywarnings: update for GCC 7Paul Eggert2017-05-161-2/+9
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* mbrtowc: work around glibc bug#19932Paul Eggert2016-04-091-27/+27
* 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-1/+6
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* streq: Rename macro.Bruno Haible2012-02-241-8/+14
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: change "can not" to "cannot"Jim Meyering2011-04-091-1/+1
* mbrtowc: Tiny optimization.Bruno Haible2011-02-211-3/+4
* 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-2/+11
* Port to uClibc.Bruno Haible2010-11-201-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-236/+236
* Fix comment.Bruno Haible2009-02-251-1/+1
* Add support for the GB18030 encoding.Bruno Haible2009-01-251-4/+41
* Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.Bruno Haible2008-12-211-7/+82
* Verify an assumption.Bruno Haible2008-12-191-0/+3
* New module 'mbrtowc'.Bruno Haible2008-12-191-0/+271