aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-01-26 * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov
2013-01-25Don't bother checking for $CC option to accept ISO C89.Thomas Schwinge
2013-01-25configure: Default to CPP="$CC -E" unless overridden.Thomas Schwinge
2013-01-24Avoid backtrace tests matching filenames when searching for function names.Joseph Myers
2013-01-23Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath
2013-01-23Add a minor 'cas' atomic optimization on sparc.David S. Miller
2013-01-23ulimit: remove buggy bsd implementationPino Toscano
2013-01-23ulimit: include <limits.h>Pino Toscano
2013-01-23ulimit: move linux implementation as posixPino Toscano
2013-01-22Build elf/tst-array2 and elf/tst-array5 with --no-as-neededAdam Conrad
2013-01-23Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers
2013-01-21Use libgcc unwinder for sparc backtraces, if available.David S. Miller
2013-01-21Avoid busy loop in wordexp when substituted command closed its stdoutAndreas Schwab
2013-01-20Remove use of mpa2.hAndreas Schwab
2013-01-18Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers
2013-01-18Corrected ChangeLog date of __kernel_get_tbfreq fix.Ryan S. Arnold
2013-01-18PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.Anton Blanchard
2013-01-18Fix application of the exception maskSiddhesh Poyarekar
2013-01-18Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar
2013-01-18Remove unnecessary multiplication with RADIXISiddhesh Poyarekar
2013-01-17Update sparc ULPs.David S. Miller
2013-01-17Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers
2013-01-17Add HAVE_MREMAP for mremap usagePino Toscano
2013-01-17Fix ChangeLogSiddhesh Poyarekar
2013-01-17Fix header commentSiddhesh Poyarekar
2013-01-16Implement x86 SIZE32/SIZE64 relocationsH.J. Lu
2013-01-17Adapt installed powerpc headers better for soft-float / no-FPRs.Joseph Myers
2013-01-16Hide reference to mktemp in libpthreadAndreas Schwab
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar
2013-01-16Fix the value of TWOSiddhesh Poyarekar
2013-01-16Optimize trunc{,f} on sparc.David S. Miller
2013-01-15Optimize nearbyint{,f} on sparc.David S. Miller
2013-01-15Add missing changelog for previous commit.David S. Miller
2013-01-15scsi/sg.h: include stddef.h for size_tMike Frysinger
2013-01-14Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller
2013-01-14Optimize fdim/fdimf on sparc.David S. Miller
2013-01-14Fix up log format, wrap a long line.Roland McGrath
2013-01-14Minor tweak to mp multiplicationSiddhesh Poyarekar
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar
2013-01-14Remove unnecessary local variable mptwoSiddhesh Poyarekar
2013-01-13manual: glob flags: fix sorting orderMike Frysinger
2013-01-13manual: glob flags: mention the GNU extensionsMike Frysinger
2013-01-13manual: glob: document the gl_flags fieldMike Frysinger
2013-01-11Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller
2013-01-11Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller
2013-01-11Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller
2013-01-11Fix multiarch handling in sysdeps generation.Roland McGrath
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers
2013-01-112013-01-11 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu