Age | Commit message (Expand) | Author | Files | Lines |
2014-11-24 | Use IS_IN internally only | Siddhesh Poyarekar | 2 | -3/+9 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 12 | -18/+18 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 4 | -4/+4 |
2014-11-24 | Remove IS_IN_libm | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_librt | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_nscd | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Remove IS_IN_libc | Siddhesh Poyarekar | 1 | -4/+0 |
2014-11-24 | Remove IN_LIB | Siddhesh Poyarekar | 4 | -16/+9 |
2014-11-24 | Use MODULE_NAME in stap-probe instead of IN_LIB | Siddhesh Poyarekar | 2 | -3/+7 |
2014-11-20 | Add atomic operations similar to those provided by C11. | Torvald Riegel | 1 | -0/+212 |
2014-11-19 | Auto-generate libc-modules.h | Siddhesh Poyarekar | 2 | -44/+0 |
2014-11-19 | Fix -Wundef warning in SHLIB_COMPAT | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 2 | -10/+56 |
2014-11-14 | Remove sigvec. | Roland McGrath | 1 | -2/+0 |
2014-11-14 | Only declare __sigpause in installed signal.h when necessary. | Joseph Myers | 1 | -1/+1 |
2014-11-14 | Fix build of C mempcpy and stpcpy. | Joseph Myers | 1 | -1/+2 |
2014-11-12 | Fix locale memmem namespace (bug 17585). | Joseph Myers | 1 | -0/+2 |
2014-11-12 | Fix __get_nprocs fgets_unlocked namespace (bug 17582). | Joseph Myers | 1 | -0/+2 |
2014-11-12 | Fix __printf_fp wmemset namespace (bug 17574). | Joseph Myers | 1 | -0/+2 |
2014-11-12 | Fix stpcpy / mempcpy namespace (bug 17573). | Joseph Myers | 1 | -0/+7 |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers | 1 | -1/+2 |
2014-11-12 | Fix __getcwd rewinddir namespace (bug 17584). | Joseph Myers | 1 | -1/+2 |
2014-11-12 | Fix tzfile.c namespace (bug 17583). | Joseph Myers | 1 | -2/+6 |
2014-11-07 | Remove __libc_waitpid function name. | Joseph Myers | 1 | -1/+0 |
2014-11-05 | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 1 | -20/+0 |
2014-10-30 | Clean up internal ctype.h header. | Roland McGrath | 1 | -16/+16 |
2014-10-30 | Remove __libc_readv and __libc_writev function names. | Joseph Myers | 1 | -4/+0 |
2014-10-30 | Remove __libc_creat function name. | Joseph Myers | 1 | -1/+0 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 1 | -4/+1 |
2014-10-09 | Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132). | Joseph Myers | 1 | -4/+1 |
2014-10-09 | Remove stray *_internal aliases (bug 14132). | Joseph Myers | 1 | -9/+0 |
2014-09-07 | Update version.h and include/features.h for 2.20 releaseglibc-2.20 | Allan McRae | 1 | -1/+1 |
2014-08-21 | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 1 | -9/+9 |
2014-08-01 | Fix -Wundef warnings in regex_internal.h | Siddhesh Poyarekar | 1 | -0/+4 |
2014-08-01 | Fix -Wundef warnings in fnmatch.c | Siddhesh Poyarekar | 1 | -2/+4 |
2014-06-20 | Clean up HAVE_CONFIG_H and STDC_HEADERS. | Roland McGrath | 1 | -0/+13 |
2014-06-20 | Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. | Joseph Myers | 1 | -8/+0 |
2014-06-12 | Get rid of nptl/sysdeps/pthread/ subdirectory | Roland McGrath | 1 | -0/+117 |
2014-05-13 | Clean up __exit_thread. | Roland McGrath | 1 | -3/+0 |
2014-03-14 | Compile with -Wundef. | Roland McGrath | 2 | -0/+47 |
2014-02-25 | BZ #16632: Change [_BSD/_SVID]_SOURCE warning. | Carlos O'Donell | 1 | -2/+5 |
2014-02-19 | Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer | Andreas Schwab | 1 | -3/+3 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 1 | -25/+4 |
2014-02-11 | Remove _BSD_SOURCE and _SVID_SOURCE. | Joseph Myers | 1 | -7/+12 |
2014-02-11 | include/stap-probe.h: Add comment about SystemTap argument format | Will Newton | 1 | -1/+9 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -1/+1 |
2014-02-07 | Avoid comma operator warnings. | Roland McGrath | 1 | -1/+2 |
2014-02-07 | Update version.h and include/features.h for 2.19 releaseglibc-2.19 | Allan McRae | 1 | -1/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 19 | -19/+19 |
2013-12-19 | Add _DEFAULT_SOURCE feature test macro. | Joseph Myers | 1 | -13/+36 |