aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Use -Wno-error=trampolinesrth/trampRichard Henderson3-0/+9
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers20-36/+103
2015-01-02Fix MIPS TIOCSER_TEMT namespace (bug 17782).Joseph Myers3-2/+8
2015-01-02Fix MIPS sa_flags type (bug 17781).Joseph Myers3-2/+6
2015-01-02Fix MIPS bits/fcntl.h namespace (bug 17780).Joseph Myers3-2/+7
2015-01-02Use single year in copyright notice in banner in ntpl/version.c.Joseph Myers2-1/+3
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers28-27/+57
2015-01-02ARM: Remove configure check for binutils 2.21 for ARMv7Will Newton3-84/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers8380-8377/+8395
2015-01-02Remove uses of sprintf in gen-posix-conf-vars.awkSiddhesh Poyarekar2-5/+6
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers20-18/+77
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune19-4/+2062
2014-12-31powerpc: POWER7 strcpy optimization for unaligned stringsRajalakshmi Srinivasaraghavan3-82/+268
2014-12-31Clean up powerpc fegetround / __fegetround inlines.Joseph Myers10-56/+38
2014-12-31Use one-dimension arrays in gen-posix-conf-vars.awkSiddhesh Poyarekar2-23/+28
2014-12-30Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.hH.J. Lu3-34/+9
2014-12-30i386: Fix build by GCC 5.0Andrew Senkevich3-4/+16
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf7-11/+32
2014-12-30Mention i386 memcpy with SSE2 unaligned load/storeH.J. Lu1-0/+2
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers44-71/+211
2014-12-30Mention fix for BZ #17732H.J. Lu1-1/+1
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-4/+5
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu3-3/+6
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-4/+5
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-4/+9
2014-12-30Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_tH.J. Lu8-58/+82
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-8/+10
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-2/+5
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-6/+7
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu2-4/+14
2014-12-30i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich14-3/+794
2014-12-29Fix a couple of -Wundef warnings.Chris Metcalf3-2/+6
2014-12-29tile: prefer inlines to macros in math_private.h.Chris Metcalf2-4/+12
2014-12-29posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf2-1/+6
2014-12-29Make type for spec variable size as size_tSiddhesh Poyarekar3-2/+6
2014-12-29Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar7-22/+49
2014-12-29Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar3-78/+174
2014-12-29Remove Wundef warnings for specification macrosSiddhesh Poyarekar7-38/+191
2014-12-26tile: add no-op fe*() routines for libc internal useChris Metcalf2-0/+7
2014-12-26linux/clock_settime: remove unnecessary vDSO definitionsChris Metcalf2-9/+3
2014-12-26tilegx: fix sysdep.h to avoid a redefinition warningChris Metcalf2-3/+7
2014-12-26tilegx32: avoid a a -Werror warning from unwindingChris Metcalf2-1/+6
2014-12-23tilegx: enable wordsize-64 support for ieee745 dbl-64.Chris Metcalf2-0/+5
2014-12-23* string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.Richard Earnshaw2-8/+6
2014-12-23iconvdata/run-iconv-test.sh: Actually test iconv modulesFlorian Weimer2-1/+5
2014-12-22Make __ASSUME_UTIMES hppa-specific.Joseph Myers7-44/+55
2014-12-22Fix preprocessor indentation in sysdeps/mips/memcpy.S.Steve Ellcey2-97/+101
2014-12-22NEWS: mention bug fix for 17747.Chris Metcalf1-1/+1
2014-12-22Fix namespace conformance issue with Bessel functions.Chris Metcalf4-6/+12
2014-12-22tilegx: remove implicit boolean conversion in strstr.Chris Metcalf3-2/+8