summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar
2014-08-01Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar
2014-08-01Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar
2014-06-20Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath
2014-06-20Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers
2014-06-12Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath
2014-05-13Clean up __exit_thread.Roland McGrath
2014-03-14Compile with -Wundef.Roland McGrath
2014-02-25BZ #16632: Change [_BSD/_SVID]_SOURCE warning.Carlos O'Donell
2014-02-19Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-11Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers
2014-02-11include/stap-probe.h: Add comment about SystemTap argument formatWill Newton
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-07Avoid comma operator warnings.Roland McGrath
2014-02-07Update version.h and include/features.h for 2.19 releaseglibc-2.19Allan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-19Add _DEFAULT_SOURCE feature test macro.Joseph Myers
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-12-03[BZ #16195] Fix build warnings from systemtap probes in non-systemtap configu...Siddhesh Poyarekar
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers
2013-11-18Define TLS version of libc_hidden_proto.Joseph Myers
2013-11-04Define __STDC_IEC_559* based on __GCC_IEC_559*.Joseph Myers
2013-09-20Make __ffs hiddenAndreas Schwab
2013-09-04conformtest: Fix namespace testing.Joseph Myers
2013-09-04Remove --disable-versioning.Joseph Myers
2013-08-27Clean up h_errno declaration to use __thread unconditionally.Roland McGrath