aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-3/+3
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-02-16C2x strtol binary constant handlingJoseph Myers1-0/+119
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto1-0/+13
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely1-1/+3
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-2/+3
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-5/+11
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-06-30random: range is not portably RAND_MAX [BZ #7003]John Marshall1-1/+1
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell1-1/+1
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-4/+5
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-1/+1
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes1-1/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella1-5/+8
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-30reallocarray: Declare under _DEFAULT_SOURCEFlorian Weimer1-1/+1
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg1-6/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-03Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers1-2/+117
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-8/+8
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-17/+5
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy1-0/+14
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes1-0/+9
2017-05-30Add reallocarray functionDennis Wölfing1-0/+11
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer1-5/+0
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-44/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-15/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes1-1/+17
2016-05-17Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers1-1/+1
2016-05-17Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers1-1/+1
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers1-0/+6
2016-04-14Remove union wait [BZ #19613]Florian Weimer1-46/+7
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-15/+14
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-2/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-14/+14
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-04-27Fix guards for qecvtAndreas Jaeger1-4/+3
2013-03-20Do not warn about mblen, mbtowc and wctomb unused result.Ondrej Bilka1-3/+3
2013-02-18stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger1-1/+1
2013-02-11Add inline bsearch expansion.Ondrej Bilka1-0/+4
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers1-5/+5