summaryrefslogtreecommitdiff
path: root/lib/wchar.in.h
Commit message (Expand)AuthorAgeFilesLines
* string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).Bruno Haible2021-09-181-4/+6
* string, wchar: port rpl_free decl to AndroidPaul Eggert2021-09-081-0/+1
* string, wchar: avoid some namespace pollutionPaul Eggert2021-09-071-3/+6
* stdlib, string, wchar: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-081-19/+28
* stdlib, string, wchar: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-071-1/+7
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* Rename GNULIB_OVERRIDES_WINT_T.Bruno Haible2021-04-111-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Make it possible to turn off each of the Windows oldnames workarounds.Bruno Haible2020-12-251-1/+1
* Remove support for broken <wchar.h> in BSD/OS and OSF/1.Bruno Haible2020-12-211-9/+1
* Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.Bruno Haible2020-12-061-3/+19
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-151-2/+13
* Use many __attribute__s with clang.Bruno Haible2020-08-111-1/+1
* wmempcpy: New module.Bruno Haible2020-05-311-0/+23
* dirent, stdlib, wchar, string: Don't redefine _GL_ATTRIBUTE_PURE.Bruno Haible2020-05-091-4/+6
* Use 'restrict' in all POSIX function declarations.Bruno Haible2020-02-221-75/+144
* mbrtowc: Don't replace mbstate_t on MSVC.Bruno Haible2020-01-021-1/+1
* wchar: Make the HP-UX workaround work on HP-UX 11.31.Bruno Haible2020-01-021-1/+2
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* wchar: Fix test failures on AIX and MSVC (regression from 2019-12-07).Bruno Haible2019-12-181-4/+5
* wchar: Fix compilation error in C++ mode on MSVC.Bruno Haible2019-12-111-3/+3
* Fix compilation errors in C++ mode on AIX with xlclang++.Bruno Haible2019-12-071-2/+5
* Fix compilation error in C++ mode on Solaris 11 OpenIndiana.Bruno Haible2019-12-041-1/+1
* Disable more _GL_CXXALIASWARN on all platforms other than glibc systems.Bruno Haible2019-12-041-0/+6
* Fix errors in C++ mode on mingw.Bruno Haible2019-11-241-1/+2
* wcstok: Work around wrong signature on native Windows.Bruno Haible2019-11-241-2/+13
* Disable many _GL_CXXALIASWARN on all platforms other than glibc systems.Bruno Haible2019-11-211-5/+55
* Update some URLsPaul Eggert2019-09-221-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* wcwidth: check a macro version of wcwidth () as wellKO Myung-Hun2017-10-071-6/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* wchar: Fix compilation error with the original mingw.org mingw.Bruno Haible2017-05-011-4/+8
* wcsftime: New module.Bruno Haible2017-04-301-0/+32
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on minw.Bruno Haible2016-12-191-2/+2
* wchar, wctype-h: fix for MinGW 3.22.2Eli Zaretskii2016-10-101-0/+3
* wchar: fix "conflicting types" error for __wcwidth on OS/2 kLIBCKO Myung-Hun2016-01-141-1/+6
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* wchar: fix MinGW compilation warningsPaul Eggert2015-06-201-2/+7
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Enable common subexpression optimization in GCC.Bruno Haible2012-03-251-22/+45
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Fix wint_t on MSVC.Bruno Haible2011-09-111-0/+12
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-5/+5
* wchar: Ensure that wchar_t gets defined on uClibc.Bruno Haible2011-04-141-1/+5
* wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors in C++ mode.Bruno Haible2011-04-021-7/+75