aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-02-11include/stap-probe.h: Add comment about SystemTap argument formatWill Newton1-1/+9
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-02-07Avoid comma operator warnings.Roland McGrath1-1/+2
2014-02-07Update version.h and include/features.h for 2.19 releaseglibc-2.19Allan McRae1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae19-19/+19
2013-12-19Add _DEFAULT_SOURCE feature test macro.Joseph Myers1-13/+36
2013-12-17Remove __FAVOR_BSD.Joseph Myers1-9/+0
2013-12-03[BZ #16195] Fix build warnings from systemtap probes in non-systemtap configu...Siddhesh Poyarekar1-7/+8
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-0/+1
2013-11-18Define TLS version of libc_hidden_proto.Joseph Myers1-3/+33
2013-11-04Define __STDC_IEC_559* based on __GCC_IEC_559*.Joseph Myers1-3/+22
2013-09-20Make __ffs hiddenAndreas Schwab1-0/+1
2013-09-04conformtest: Fix namespace testing.Joseph Myers2-2/+4
2013-09-04Remove --disable-versioning.Joseph Myers2-8/+4
2013-08-27Clean up h_errno declaration to use __thread unconditionally.Roland McGrath1-10/+5
2013-08-27Clean up _res declaration to use __thread unconditionally.Roland McGrath1-13/+5
2013-08-10Update version.h and include/features.h for 2.18 release.glibc-2.18David S. Miller1-1/+1
2013-06-24libc-internal.h: add ALIGN helper macrosMike Frysinger1-0/+20
2013-06-20Fix loop construction to functions callsAdhemerval Zanella1-0/+10
2013-06-12Set/restore rounding mode only when neededSiddhesh Poyarekar1-0/+10
2013-06-11Fix indentation and add copyright header to time.hSiddhesh Poyarekar1-4/+21
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar1-0/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-4/+4
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2-1/+2
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+3
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath1-2/+6
2013-02-18sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger2-5/+3
2013-02-18unify xmalloc prototypes & friendsMike Frysinger1-0/+33
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar2-0/+8
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-1/+1
2013-02-12Remove redunant "warning: " prefix from stub warnings.Roland McGrath1-2/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-02-04Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab2-12/+14
2013-02-02Improve link_map.l_addr comment.Jan Kratochvil1-1/+2
2013-01-17Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers1-1/+11
2013-01-16Hide reference to mktemp in libpthreadAndreas Schwab1-0/+1
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers1-8/+0
2013-01-10Remove __USE_ANSI.Joseph Myers1-3/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers17-18/+17
2012-12-24Update version.h and include/features.h for 2.17 release.glibc-2.17David S. Miller1-1/+1
2012-12-07 [BZ #14898]Andreas Schwab1-1/+1
2012-11-30 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...Siddhesh Poyarekar1-0/+2
2012-11-26Cast to __intptr_t before casting pointer to int64H.J. Lu1-0/+16
2012-11-21Check supported DF_1_XXX bitsH.J. Lu1-0/+6
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge1-0/+4
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-4/+0
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+1
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu1-0/+4
2012-11-02conformtest: Add test data for fenv.h.Joseph Myers1-0/+2