about summary refs log tree commit diff
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-2/+2
* stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella2023-10-311-2/+0
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-041-5/+1
* chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault2023-08-031-0/+2
* C2x strtol binary constant handlingJoseph Myers2023-02-161-2/+44
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-271-3/+0
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-0/+12
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-3/+0
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-301-0/+6
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-051-0/+1
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-1/+1
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-2/+2
* ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy2020-04-301-0/+9
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-0/+2
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-271-0/+3
* Use libc_hidden_* for atoi (bug 15105).Joseph Myers2018-02-261-0/+2
* Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault2017-10-031-1/+1
* Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-19/+32
* Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+1
* Remove internal_function attribute from string-to-float functionsFlorian Weimer2017-08-131-14/+8
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-8/+8
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+29
* Add reallocarray functionDennis Wölfing2017-05-301-0/+4
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-4/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-7/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-241-0/+18
* Mark ld.so internel stdlib functions hiddenH.J. Lu2015-10-151-0/+5
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-1/+2
* Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers2014-10-091-4/+1
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-281-2/+6
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+5
* Hide reference to mktemp in libpthreadAndreas Schwab2013-01-161-0/+1
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-251-1/+2
* First steps to get conformtest fully workingUlrich Drepper2012-02-251-5/+5
* Remove pre-ISO C supportUlrich Drepper2012-01-071-19/+18
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-3/+8
* Fix isomac test after recent header change.Ulrich Drepper2009-12-231-1/+5
* Optimize grantpt.Ulrich Drepper2009-11-241-0/+3
* Preserve message printed before abort.Ulrich Drepper2009-06-151-0/+3
* * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper2007-11-131-1/+2
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-071-42/+14
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-031-7/+38
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-141-4/+22
* * include/stdlib.h: Make even more C++ compliant.Ulrich Drepper2006-01-041-15/+15
* * Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn whichUlrich Drepper2005-12-231-0/+4
* * include/stdlib.h: Remove malloc attribute from __posix_memalign. Andreas Jaeger2005-07-151-2/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-43/+21
* 2.5-18.1Jakub Jelinek2007-07-121-21/+43
* No need to use __THROW in this header.Ulrich Drepper2004-09-071-16/+14