about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add atomic operations similar to those provided by C11.Torvald Riegel2014-11-201-0/+212
* Auto-generate libc-modules.hSiddhesh Poyarekar2014-11-192-44/+0
* Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar2014-11-191-1/+1
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-192-10/+56
* Remove sigvec.Roland McGrath2014-11-141-2/+0
* Only declare __sigpause in installed signal.h when necessary.Joseph Myers2014-11-141-1/+1
* Fix build of C mempcpy and stpcpy.Joseph Myers2014-11-141-1/+2
* Fix locale memmem namespace (bug 17585).Joseph Myers2014-11-121-0/+2
* Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers2014-11-121-0/+2
* Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers2014-11-121-0/+2
* Fix stpcpy / mempcpy namespace (bug 17573).Joseph Myers2014-11-121-0/+7
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-1/+2
* Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers2014-11-121-1/+2
* Fix tzfile.c namespace (bug 17583).Joseph Myers2014-11-121-2/+6
* Remove __libc_waitpid function name.Joseph Myers2014-11-071-1/+0
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-051-20/+0
* Clean up internal ctype.h header.Roland McGrath2014-10-301-16/+16
* Remove __libc_readv and __libc_writev function names.Joseph Myers2014-10-301-4/+0
* Remove __libc_creat function name.Joseph Myers2014-10-301-1/+0
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-4/+1
* Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers2014-10-091-4/+1
* Remove stray *_internal aliases (bug 14132).Joseph Myers2014-10-091-9/+0
* Update version.h and include/features.h for 2.20 release glibc-2.20Allan McRae2014-09-071-1/+1
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-9/+9
* Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar2014-08-011-0/+4
* Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar2014-08-011-2/+4
* Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath2014-06-201-0/+13
* Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers2014-06-201-8/+0
* Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath2014-06-121-0/+117
* Clean up __exit_thread.Roland McGrath2014-05-131-3/+0
* Compile with -Wundef.Roland McGrath2014-03-142-0/+47
* BZ #16632: Change [_BSD/_SVID]_SOURCE warning.Carlos O'Donell2014-02-251-2/+5
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-191-3/+3
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-25/+4
* Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers2014-02-111-7/+12
* include/stap-probe.h: Add comment about SystemTap argument formatWill Newton2014-02-111-1/+9
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Avoid comma operator warnings.Roland McGrath2014-02-071-1/+2
* Update version.h and include/features.h for 2.19 release glibc-2.19Allan McRae2014-02-071-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0119-19/+19
* Add _DEFAULT_SOURCE feature test macro.Joseph Myers2013-12-191-13/+36
* Remove __FAVOR_BSD.Joseph Myers2013-12-171-9/+0
* [BZ #16195] Fix build warnings from systemtap probes in non-systemtap configu...Siddhesh Poyarekar2013-12-031-7/+8
* Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers2013-11-281-0/+1
* Define TLS version of libc_hidden_proto.Joseph Myers2013-11-181-3/+33
* Define __STDC_IEC_559* based on __GCC_IEC_559*.Joseph Myers2013-11-041-3/+22
* Make __ffs hiddenAndreas Schwab2013-09-201-0/+1
* conformtest: Fix namespace testing.Joseph Myers2013-09-042-2/+4
* Remove --disable-versioning.Joseph Myers2013-09-042-8/+4
* Clean up h_errno declaration to use __thread unconditionally.Roland McGrath2013-08-271-10/+5