aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault
2023-08-03chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault
2023-02-16C2x strtol binary constant handlingJoseph Myers
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-30ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu
2017-10-01Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-08-13Remove internal_function attribute from string-to-float functionsFlorian Weimer
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-10-15Mark ld.so internel stdlib functions hiddenH.J. Lu
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-01-16Hide reference to mktemp in libpthreadAndreas Schwab
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-02-25First steps to get conformtest fully workingUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-05-15Use mmap for allocation of buffers used for __abort_msgUlrich Drepper
2009-12-23Fix isomac test after recent header change.Ulrich Drepper
2009-11-24Optimize grantpt.Ulrich Drepper
2009-06-15Preserve message printed before abort.Ulrich Drepper
2007-11-13* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939Roland McGrath
2007-08-03* sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2006-01-04* include/stdlib.h: Make even more C++ compliant.Ulrich Drepper
2005-12-23* Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn whichUlrich Drepper
2005-07-15* include/stdlib.h: Remove malloc attribute from __posix_memalign. Andreas Jaeger
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-09-07No need to use __THROW in this header.Ulrich Drepper