about summary refs log tree commit diff
path: root/stdlib/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* C2x strtol binary constant handlingJoseph Myers2023-02-161-0/+119
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-0/+13
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-1/+3
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-2/+3
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-5/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* random: range is not portably RAND_MAX [BZ #7003]John Marshall2020-06-301-1/+1
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-011-1/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-4/+5
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-1/+1
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-5/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* reallocarray: Declare under _DEFAULT_SOURCEFlorian Weimer2018-08-301-1/+1
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-031-2/+117
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-8/+8
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-17/+5
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+14
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-071-0/+9
* Add reallocarray functionDennis Wölfing2017-05-301-0/+11
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-181-5/+0
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-44/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-15/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-251-1/+17
* Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers2016-05-171-1/+1
* Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers2016-05-171-1/+1
* Correct ttyslot header declaration conditions (bug 20051).Joseph Myers2016-05-171-0/+6
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-46/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-15/+14
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-2/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-14/+14
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Fix guards for qecvtAndreas Jaeger2013-04-271-4/+3
* Do not warn about mblen, mbtowc and wctomb unused result.Ondrej Bilka2013-03-201-3/+3
* stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger2013-02-181-1/+1
* Add inline bsearch expansion.Ondrej Bilka2013-02-111-0/+4
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-111-5/+5