summaryrefslogtreecommitdiff
path: root/lib/stdlib.in.h
Commit message (Expand)AuthorAgeFilesLines
* random: Fix compilation errors in C++ on mingw 10.Bruno Haible2023-04-201-0/+4
* Adjust comments in <config.h> reminders.Bruno Haible2023-04-131-1/+1
* getprogname: Avoid using HAVE_* macros in *.in.h files.Bruno Haible2023-04-131-2/+2
* Add more reminders to include <config.h>.Bruno Haible2023-04-121-0/+6
* random_r: Fix compilation error on Haiku.Bruno Haible2023-04-051-3/+1
* stdlib: Work around MB_CUR_MAX bug on Solaris 10.Bruno Haible2023-04-041-0/+15
* mbstowcs: New module.Bruno Haible2023-03-311-0/+30
* Resolve conflicts for functions introduced in Android API level 29.Bruno Haible2023-01-221-0/+2
* Resolve conflicts for functions introduced in Android API level 29.Bruno Haible2023-01-221-2/+14
* Resolve conflicts for functions introduced in Android API level 26.Bruno Haible2023-01-221-2/+16
* Resolve conflicts for functions introduced in Android API level 23.Bruno Haible2023-01-221-4/+30
* Resolve conflicts for functions introduced in Android API level 21.Bruno Haible2023-01-221-0/+4
* Resolve conflicts for functions introduced in Android API level 21.Bruno Haible2023-01-221-7/+44
* Resolve conflicts for functions introduced in Android API level 16-17.Bruno Haible2023-01-221-1/+1
* getprogname: Move declaration from "getprogname.h" to <stdlib.h>.Bruno Haible2023-01-211-0/+20
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* strtol, strtoul: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-021-0/+4
* aligned_alloc: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-021-1/+1
* stdlib: Fix error in C++ mode on glibc systems (regr. 2022-04-13).Simon Marchi2022-04-291-0/+4
* realloc-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* calloc-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* malloc-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* qsort_r: Fix compilation error with SunPRO C++ on Solaris 10.Bruno Haible2021-12-241-8/+14
* string, wchar: avoid some namespace pollutionPaul Eggert2021-09-071-1/+1
* Make generated .in.h files as standalone as possible.Bruno Haible2021-08-221-0/+29
* stdlib, string, wchar: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-081-19/+66
* stdlib, string, wchar: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-071-29/+58
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* reallocarray: check for ptrdiff_t overflowPaul Eggert2021-04-241-2/+13
* strtoll: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-2/+16
* strtol: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-0/+41
* strtoull: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-2/+16
* strtoul: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-0/+40
* 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-35/+43
* free-posix: New module, renamed from 'free'.Bruno Haible2020-12-191-1/+1
* free: Fix warning.Bruno Haible2020-12-181-0/+21
* Tweak the Windows oldnames workaround.Bruno Haible2020-12-071-1/+3
* Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.Bruno Haible2020-12-061-13/+79
* aligned_alloc: New module.Bruno Haible2020-11-041-0/+25
* posix_memalign: New module.Bruno Haible2020-11-041-0/+29
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-151-0/+29
* Use many __attribute__s with clang.Bruno Haible2020-08-111-1/+1
* 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-26/+46
* tests: Avoid GCC over-optimization caused by _GL_ARG_NONNULL attributes.Bruno Haible2020-01-051-2/+2
* tests: Avoid GCC over-optimization caused by _GL_ARG_NONNULL attributes.Bruno Haible2020-01-051-0/+7
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Fix compilation errors in C++ mode on Haiku.Bruno Haible2019-12-091-6/+12