about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-182-0/+8
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-1/+1
* Remove redunant "warning: " prefix from stub warnings.Roland McGrath2013-02-121-2/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab2013-02-042-12/+14
* Improve link_map.l_addr comment.Jan Kratochvil2013-02-021-1/+2
* Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers2013-01-171-1/+11
* Hide reference to mktemp in libpthreadAndreas Schwab2013-01-161-0/+1
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-111-8/+0
* Remove __USE_ANSI.Joseph Myers2013-01-101-3/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0217-18/+17
* Update version.h and include/features.h for 2.17 release. glibc-2.17David S. Miller2012-12-241-1/+1
* [BZ #14898]Andreas Schwab2012-12-071-1/+1
* * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...Siddhesh Poyarekar2012-11-301-0/+2
* Cast to __intptr_t before casting pointer to int64H.J. Lu2012-11-261-0/+16