aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Add more headers to include/ for conform tests.Joseph Myers2-0/+2
2014-12-11Fix __sendmmsg prototype guardsAdhemerval Zanella1-0/+2
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers1-0/+6
2014-12-10Add macros for diagnostic control, use for scanf %a tests.Joseph Myers1-0/+31
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers1-0/+1
2014-11-26Avoid warnings for unused results in nscd/connections.c.Joseph Myers1-0/+6
2014-11-24Use IS_IN internally onlySiddhesh Poyarekar2-3/+9
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar12-18/+18
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar4-4/+4
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar1-4/+0
2014-11-24Remove IN_LIBSiddhesh Poyarekar4-16/+9
2014-11-24Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar2-3/+7
2014-11-20Add atomic operations similar to those provided by C11.Torvald Riegel1-0/+212
2014-11-19Auto-generate libc-modules.hSiddhesh Poyarekar2-44/+0
2014-11-19Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar1-1/+1
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2-10/+56
2014-11-14Remove sigvec.Roland McGrath1-2/+0
2014-11-14Only declare __sigpause in installed signal.h when necessary.Joseph Myers1-1/+1
2014-11-14Fix build of C mempcpy and stpcpy.Joseph Myers1-1/+2
2014-11-12Fix locale memmem namespace (bug 17585).Joseph Myers1-0/+2
2014-11-12Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers1-0/+2
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers1-0/+2
2014-11-12Fix stpcpy / mempcpy namespace (bug 17573).Joseph Myers1-0/+7
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers1-1/+2
2014-11-12Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers1-1/+2
2014-11-12Fix tzfile.c namespace (bug 17583).Joseph Myers1-2/+6
2014-11-07Remove __libc_waitpid function name.Joseph Myers1-1/+0
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers1-20/+0
2014-10-30Clean up internal ctype.h header.Roland McGrath1-16/+16
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers1-4/+0
2014-10-30Remove __libc_creat function name.Joseph Myers1-1/+0
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-4/+1
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers1-4/+1
2014-10-09Remove stray *_internal aliases (bug 14132).Joseph Myers1-9/+0
2014-09-07Update version.h and include/features.h for 2.20 releaseglibc-2.20Allan McRae1-1/+1
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-9/+9
2014-08-01Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar1-0/+4
2014-08-01Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar1-2/+4
2014-06-20Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath1-0/+13
2014-06-20Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers1-8/+0
2014-06-12Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath1-0/+117
2014-05-13Clean up __exit_thread.Roland McGrath1-3/+0
2014-03-14Compile with -Wundef.Roland McGrath2-0/+47
2014-02-25BZ #16632: Change [_BSD/_SVID]_SOURCE warning.Carlos O'Donell1-2/+5
2014-02-19Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab1-3/+3
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-25/+4
2014-02-11Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers1-7/+12