78 Commits (6f4e0fcfa2d2b0915816a3a3a1d48b4763a7dee2)

Author SHA1 Message Date
Adhemerval Zanella Netto 6f4e0fcfa2 stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) 4 years ago
Siddhesh Poyarekar 55a4dd3930 Remove __morecore and __default_morecore 5 years ago
Florian Weimer 8d1f854d60 login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt 5 years ago
Florian Weimer 0b7d48d106 nptl: Move sem_close, sem_open into libc 5 years ago
Samuel Thibault 3d3316b1de hurd: keep only required PLTs in ld.so 6 years ago
Paul E. Murphy e2239af353 Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 6 years ago
Paul E. Murphy 86005fdbf4 ldbl-128ibm-compat: workaround GCC 9 C++ PR90731 6 years ago
Florian Weimer 3a0ecccb59 ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 6 years ago
Tulio Magno Quites Machado Filho 1ef9b6e0bf Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 7 years ago
Joseph Myers 20602c72fa Use libc_hidden_* for atoi (bug 15105). 8 years ago
Samuel Thibault 3d1870fa33 Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDEN 9 years ago
H.J. Lu 8ed3b64330 Mark internal stdlib functions with attribute_hidden [BZ #18822] 9 years ago
H.J. Lu ef9b6f73f4 Mark 3 *_internal functions with attribute_hidden [BZ #18822] 9 years ago
Florian Weimer 52bcdf267b Remove internal_function attribute from string-to-float functions 9 years ago
Zack Weinberg af85385f31 Use locale_t, not __locale_t, throughout glibc 9 years ago
Paul E. Murphy 45f39d4588 float128: Add strtof128, wcstof128, and related functions. 10 years ago
Dennis Wölfing 2e0bbbfbf9 Add reallocarray function 9 years ago
Zack Weinberg 7c3018f9e4 Suppress internal declarations for most of the testsuite. 10 years ago
Wilco Dijkstra ae65d4f3c3 Remove the str(n)dup inlines from string/bits/string2.h. Although inlining 9 years ago
Joseph Myers e02cabecf0 Refactor strtod parsing of NaN payloads. 11 years ago
H.J. Lu f3fc94c04f Mark ld.so internel stdlib functions hidden 11 years ago
Siddhesh Poyarekar 4f41c682f3 Remove NOT_IN_libc 12 years ago
Joseph Myers bef8fd6013 Fix qsort_r namespace (bug 17571). 12 years ago
Joseph Myers cb8312455b Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132). 12 years ago
Roland McGrath e57b0c6100 Avoid unconditional __call_tls_dtors calls in static linking. 13 years ago
Siddhesh Poyarekar ba384f6ed9 C++11 thread_local destructors support 13 years ago
Andreas Schwab cfa8054fbb Hide reference to mktemp in libpthread 13 years ago
Florian Weimer 84b3fd8407 Rename __secure_getenv to secure_getenv 14 years ago
Ulrich Drepper 3134156779 First steps to get conformtest fully working 14 years ago
Ulrich Drepper a784e50247 Remove pre-ISO C support 14 years ago
Ulrich Drepper f8a3b5bf8f Use mmap for allocation of buffers used for __abort_msg 15 years ago
Ulrich Drepper 63de5ef70a Fix isomac test after recent header change. 17 years ago
Ulrich Drepper aa9890239a Optimize grantpt. 17 years ago
Ulrich Drepper 48dcd0ba84 Preserve message printed before abort. 17 years ago
Ulrich Drepper e458144c99 * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r. 19 years ago
Roland McGrath 773e305efc * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. 19 years ago
Ulrich Drepper 9b2e9577b2 * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member 19 years ago
Roland McGrath c6251f036c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 21 years ago
Ulrich Drepper db59b28bdd * include/stdlib.h: Make even more C++ compliant. 21 years ago
Ulrich Drepper 7735afa212 * Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn which 21 years ago
Andreas Jaeger 5bcbe69fa8 * include/stdlib.h: Remove malloc attribute from __posix_memalign. 21 years ago
Ulrich Drepper a334319f65 (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 22 years ago
Jakub Jelinek 0ecb606cb6 2.5-18.1 19 years ago
Ulrich Drepper 2ef4aac763 No need to use __THROW in this header. 22 years ago
Roland McGrath da4cfe381c * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 24 years ago
Roland McGrath e2ec9b4dc1 * include/stdlib.h: Use libc_hidden_proto for wctomb. 24 years ago
Ulrich Drepper 230491f02c Update. 24 years ago
Roland McGrath c41f555e0c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 24 years ago
Roland McGrath 509d1b6842 * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 24 years ago
Roland McGrath 284128f68f * include/stdlib.h: Use libc_hidden_proto for qsort. 24 years ago