aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer1-0/+1
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-1/+1
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-2/+2
2020-04-30ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy1-0/+9
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-0/+2
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho1-0/+3
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers1-0/+2
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault1-1/+1
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu1-19/+32
2017-10-01Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu1-1/+1
2017-08-13Remove internal_function attribute from string-to-float functionsFlorian Weimer1-14/+8
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-8/+8
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy1-0/+29
2017-05-30Add reallocarray functionDennis Wölfing1-0/+4
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-4/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-7/+1
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers1-0/+18
2015-10-15Mark ld.so internel stdlib functions hiddenH.J. Lu1-0/+5
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers1-1/+2
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers1-4/+1
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath1-2/+6
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar1-0/+5
2013-01-16Hide reference to mktemp in libpthreadAndreas Schwab1-0/+1
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-1/+2
2012-02-25First steps to get conformtest fully workingUlrich Drepper1-5/+5
2012-01-07Remove pre-ISO C supportUlrich Drepper1-19/+18
2011-05-15Use mmap for allocation of buffers used for __abort_msgUlrich Drepper1-3/+8
2009-12-23Fix isomac test after recent header change.Ulrich Drepper1-1/+5
2009-11-24Optimize grantpt.Ulrich Drepper1-0/+3
2009-06-15Preserve message printed before abort.Ulrich Drepper1-0/+3
2007-11-13* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper1-1/+2
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939Roland McGrath1-42/+14
2007-08-03* sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper1-7/+38
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath1-4/+22
2006-01-04* include/stdlib.h: Make even more C++ compliant.Ulrich Drepper1-15/+15
2005-12-23* Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn whichUlrich Drepper1-0/+4
2005-07-15* include/stdlib.h: Remove malloc attribute from __posix_memalign. Andreas Jaeger1-2/+2
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-43/+21
2007-07-122.5-18.1Jakub Jelinek1-21/+43
2004-09-07No need to use __THROW in this header.Ulrich Drepper1-16/+14
2002-08-27* ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.Roland McGrath1-0/+8
2002-08-06* include/stdlib.h: Use libc_hidden_proto for wctomb.Roland McGrath1-0/+1
2002-08-04Update.Ulrich Drepper1-0/+5
2002-08-04* include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,Roland McGrath1-0/+5
2002-08-04* include/search.h: Use libc_hidden_proto for hsearch_r, lfind.Roland McGrath1-0/+16
2002-08-03* include/stdlib.h: Use libc_hidden_proto for qsort.Roland McGrath1-0/+1
2002-08-03* include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.Roland McGrath1-0/+3
2002-08-03Update.Ulrich Drepper1-0/+3
2002-04-09Update.Ulrich Drepper1-0/+4