summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Remove uses of sprintf in gen-posix-conf-vars.awkSiddhesh Poyarekar
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune
2014-12-31powerpc: POWER7 strcpy optimization for unaligned stringsRajalakshmi Srinivasaraghavan
2014-12-31Clean up powerpc fegetround / __fegetround inlines.Joseph Myers
2014-12-31Use one-dimension arrays in gen-posix-conf-vars.awkSiddhesh Poyarekar
2014-12-30Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.hH.J. Lu
2014-12-30i386: Fix build by GCC 5.0Andrew Senkevich
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf
2014-12-30Mention i386 memcpy with SSE2 unaligned load/storeH.J. Lu
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-12-30Mention fix for BZ #17732H.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-30i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich
2014-12-29Fix a couple of -Wundef warnings.Chris Metcalf
2014-12-29tile: prefer inlines to macros in math_private.h.Chris Metcalf
2014-12-29posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf
2014-12-29Make type for spec variable size as size_tSiddhesh Poyarekar
2014-12-29Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar
2014-12-29Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar
2014-12-29Remove Wundef warnings for specification macrosSiddhesh Poyarekar
2014-12-26tile: add no-op fe*() routines for libc internal useChris Metcalf
2014-12-26linux/clock_settime: remove unnecessary vDSO definitionsChris Metcalf
2014-12-26tilegx: fix sysdep.h to avoid a redefinition warningChris Metcalf
2014-12-26tilegx32: avoid a a -Werror warning from unwindingChris Metcalf
2014-12-23tilegx: enable wordsize-64 support for ieee745 dbl-64.Chris Metcalf
2014-12-23* string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.Richard Earnshaw
2014-12-23iconvdata/run-iconv-test.sh: Actually test iconv modulesFlorian Weimer
2014-12-22Make __ASSUME_UTIMES hppa-specific.Joseph Myers
2014-12-22Fix preprocessor indentation in sysdeps/mips/memcpy.S.Steve Ellcey
2014-12-22NEWS: mention bug fix for 17747.Chris Metcalf
2014-12-22Fix namespace conformance issue with Bessel functions.Chris Metcalf
2014-12-22tilegx: remove implicit boolean conversion in strstr.Chris Metcalf
2014-12-22Update NEWS and ChangeLog with two tile bug fixes.Chris Metcalf
2014-12-222014-12-22 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2014-12-22Split __kernel_standard* functions (fixes bug 17724).Joseph Myers
2014-12-22Remove trailing whitespace.Steve Ellcey
2014-12-22Add missing ChangeLog entries from Friday (Dec 19, 2014).Steve Ellcey
2014-12-22Optimize to avoid an unnecessary FPCR read.Wilco Dijkstra
2014-12-22Optimize to reduce FPCR/FPSR accesses.Wilco Dijkstra
2014-12-22Call libc_fetestexcept_aarch64.Wilco Dijkstra