Age | Commit message (Expand) | Author |
2018-02-26 | Use libc_hidden_* for atoi (bug 15105). | Joseph Myers |
2017-10-03 | Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDEN | Samuel Thibault |
2017-10-01 | Mark internal stdlib functions with attribute_hidden [BZ #18822] | H.J. Lu |
2017-10-01 | Mark 3 *_internal functions with attribute_hidden [BZ #18822] | H.J. Lu |
2017-08-13 | Remove internal_function attribute from string-to-float functions | Florian Weimer |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy |
2017-05-30 | Add reallocarray function | Dennis Wölfing |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg |
2017-03-13 | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers |
2015-10-15 | Mark ld.so internel stdlib functions hidden | H.J. Lu |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers |
2014-10-09 | Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132). | Joseph Myers |
2013-03-28 | Avoid unconditional __call_tls_dtors calls in static linking. | Roland McGrath |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar |
2013-01-16 | Hide reference to mktemp in libpthread | Andreas Schwab |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper |
2011-05-15 | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper |
2009-12-23 | Fix isomac test after recent header change. | Ulrich Drepper |
2009-11-24 | Optimize grantpt. | Ulrich Drepper |
2009-06-15 | Preserve 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-20070809T0939 | Roland McGrath |
2007-08-03 | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper |
2006-01-14 | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland 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 which | Ulrich 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-12 | 2.5-18.1 | Jakub Jelinek |
2004-09-07 | No need to use __THROW in this header. | Ulrich Drepper |
2002-08-27 | * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. | Roland McGrath |
2002-08-06 | * include/stdlib.h: Use libc_hidden_proto for wctomb. | Roland McGrath |
2002-08-04 | Update. | Ulrich Drepper |
2002-08-04 | * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, | Roland McGrath |
2002-08-04 | * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. | Roland McGrath |
2002-08-03 | * include/stdlib.h: Use libc_hidden_proto for qsort. | Roland McGrath |
2002-08-03 | * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. | Roland McGrath |
2002-08-03 | Update. | Ulrich Drepper |
2002-04-09 | Update. | Ulrich Drepper |
2002-04-08 | Update. | Ulrich Drepper |
2002-04-08 | For libc itself replace MB_CUR_MAX definition with one accessing the locale d... | Ulrich Drepper |
2002-03-12 | Update. | Ulrich Drepper |
2002-02-13 | Update. | Ulrich Drepper |
2002-01-02 | Define inlines for the _l variants of the strto* functions. | Ulrich Drepper |
2001-02-06 | Update. | Andreas Jaeger |