summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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 releaseglibc-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 releaseglibc-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
* Clean up _res declaration to use __thread unconditionally.Roland McGrath2013-08-271-13/+5
* Update version.h and include/features.h for 2.18 release.glibc-2.18David S. Miller2013-08-101-1/+1
* libc-internal.h: add ALIGN helper macrosMike Frysinger2013-06-241-0/+20
* Fix loop construction to functions callsAdhemerval Zanella2013-06-201-0/+10
* Set/restore rounding mode only when neededSiddhesh Poyarekar2013-06-121-0/+10
* Fix indentation and add copyright header to time.hSiddhesh Poyarekar2013-06-111-4/+21
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-111-0/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-4/+4
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-162-1/+2
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+3
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-281-2/+6
* sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger2013-02-182-5/+3
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-0/+33