summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-02-06Update version.h and include/features.h for 2.21 releaseglibc-2.21Carlos O'Donell
2015-01-13Fix scanf15.c testsuite build on sparc.David S. Miller
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-12-17Fix resolver inet_* namespace (bug 17722).Joseph Myers
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers
2014-12-11Add more headers to include/ for conform tests.Joseph Myers
2014-12-11Fix __sendmmsg prototype guardsAdhemerval Zanella
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers
2014-12-10Add macros for diagnostic control, use for scanf %a tests.Joseph Myers
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-11-26Avoid warnings for unused results in nscd/connections.c.Joseph Myers
2014-11-24Use IS_IN internally onlySiddhesh Poyarekar
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar
2014-11-24Remove IN_LIBSiddhesh Poyarekar
2014-11-24Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar
2014-11-20Add atomic operations similar to those provided by C11.Torvald Riegel
2014-11-19Auto-generate libc-modules.hSiddhesh Poyarekar
2014-11-19Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-14Remove sigvec.Roland McGrath
2014-11-14Only declare __sigpause in installed signal.h when necessary.Joseph Myers
2014-11-14Fix build of C mempcpy and stpcpy.Joseph Myers
2014-11-12Fix locale memmem namespace (bug 17585).Joseph Myers
2014-11-12Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers
2014-11-12Fix stpcpy / mempcpy namespace (bug 17573).Joseph Myers
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-11-12Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers
2014-11-12Fix tzfile.c namespace (bug 17583).Joseph Myers
2014-11-07Remove __libc_waitpid function name.Joseph Myers
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers
2014-10-30Clean up internal ctype.h header.Roland McGrath
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers
2014-10-30Remove __libc_creat function name.Joseph Myers
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers
2014-10-09Remove stray *_internal aliases (bug 14132).Joseph Myers
2014-09-07Update version.h and include/features.h for 2.20 releaseglibc-2.20Allan McRae