Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 408 | -435/+423 | |
2012-11-04 | [BZ #11638] has been fixed. | Thomas Schwinge | 1 | -9/+9 | |
In commit bea9b19322c77265033a068ac60c95a37e798a80 already. | |||||
2012-11-04 | generic paths.h: remove old paths from _PATH_STDPATH | Pino Toscano | 2 | -1/+4 | |
Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem to be part only of old BSDs, Solaris and HP-UX. | |||||
2012-11-04 | Fix small indendation issues in paths.h files | Pino Toscano | 3 | -4/+10 | |
2012-11-03 | Fix coding style in sparc lowlevellock.h | David S. Miller | 2 | -2/+8 | |
nptl/ * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Add missing spaces. (__cpu_relax): Likewise. | |||||
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 34 | -21/+274 | |
2012-11-03 | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 23 | -247/+535 | |
2012-11-03 | tile: Account for new tests (missed test-double changes) | Chris Metcalf | 2 | -0/+20 | |
2012-11-03 | elf.h: add new tilegx relocations (copy from binutils trunk) | Chris Metcalf | 2 | -3/+18 | |
2012-11-03 | Make cross-test-ssh.sh compatible with a remote POSIX sh | Andreas Schwab | 2 | -19/+15 | |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 9 | -9/+70 | |
2012-11-02 | conformtest: Add test data for fenv.h. | Joseph Myers | 4 | -1/+44 | |
2012-11-02 | conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8. | Joseph Myers | 3 | -2/+8 | |
2012-11-02 | conformtest: Fix sys/wait.h expectations for struct rusage. | Joseph Myers | 2 | -1/+4 | |
2012-11-02 | Make math.h FP_* macros usable in #if (bug 3439). | Joseph Myers | 2 | -10/+25 | |
2012-11-02 | Fix printf format mismatches | Andreas Schwab | 3 | -2/+8 | |
2012-11-02 | Require an exact Autoconf version. | Roland McGrath | 3 | -1/+18 | |
2012-11-02 | Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+. | Tulio Magno Quites Machado Filho | 2 | -3/+14 | |
Adapts __ppc_get_timebase to the upcoming GCC 4.8 that provides __builtin_ppc_get_timebase. Building applicationns with previous versions of GCC will continue to use the internal implementation. | |||||
2012-11-02 | Test _ISOMAC in include/sys/syslog.h. | Joseph Myers | 2 | -0/+7 | |
2012-11-02 | Fix LC_IDENTIFICATION in fi_FI@euro | Marko Myllynen | 3 | -4/+10 | |
2012-11-01 | PowerPC: Fix uc_link == NULL handling for makecontex. | Andreas Schwab | 2 | -15/+20 | |
If the function registered with makecontext returns with a NULL context link the process should exit with zero, not non-zero. | |||||
2012-11-01 | PowerPC: Remove unnecessary -mnew-mnemonics. | Tulio Magno Quites Machado Filho | 2 | -4/+4 | |
2012-11-01 | Update test-gencat.sh and tst-langinfo.sh | H.J. Lu | 3 | -5/+11 | |
2012-11-01 | Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S. | Sebastan Andrzej Siewior | 2 | -0/+9 | |
2012-11-01 | Fix build of test cases on GNU Hurd that are statically linked. | Thomas Schwinge | 2 | -3/+10 | |
2012-11-01 | Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO). | Thomas Schwinge | 2 | -1/+3 | |
2012-11-01 | Remove PowerPC sysdep files for GNU Hurd and GNU Mach. | Thomas Schwinge | 15 | -1501/+5 | |
2012-11-01 | check-local-headers: ignore c++ headers | Andreas Schwab | 2 | -1/+5 | |
2012-11-01 | Regenerate all configure scripts. | Thomas Schwinge | 2 | -2/+4 | |
2012-11-01 | Change type of constant to avoid a warning. | Thomas Schwinge | 2 | -1/+6 | |
Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba. | |||||
2012-11-01 | Fix fma (a, b, c) for small a * b (bugs 14784, 14785). | Joseph Myers | 6 | -13/+368 | |
2012-11-01 | Fix a compilation error in the Hurd's bits/param.h. | Thomas Schwinge | 2 | -3/+5 | |
Introduced in the unification in commit e66a42f57fd20d1c7bbdc5f7937831d13bcf709b. | |||||
2012-11-01 | Convert alpha to use <bits/fcntl-linux.h> | Andreas Jaeger | 2 | -228/+19 | |
2012-11-01 | BZ#14743: Move clock_* symbols from librt to libc. | Thomas Schwinge | 2 | -0/+10 | |
Change missing from commit 6e6249d0b461b952d0f544792372663feb6d792a. | |||||
2012-11-01 | Build SH backtrace with -funwind-tables. | Joseph Myers | 2 | -0/+9 | |
2012-11-01 | Build en_US.UTF-8 locale for testing. | Joseph Myers | 2 | -1/+5 | |
2012-11-01 | Correct checking for mmap failure. | Thomas Schwinge | 2 | -1/+5 | |
2012-10-31 | Fix powerpc abilist sort order | Andreas Schwab | 5 | -3/+15 | |
2012-10-31 | Correct order of entries in powerpc libc.abilist files. | Tulio Magno Quites Machado Filho | 3 | -2/+9 | |
2012-10-31 | Update powerpc libm ULPs | Andreas Schwab | 2 | -20/+424 | |
2012-10-31 | Fix ldbl-128ibm atan2l for x near 1. | Joseph Myers | 4 | -3/+12 | |
2012-10-31 | Document general use of test-wrapper and test-wrapper-env. | Joseph Myers | 3 | -0/+26 | |
2012-10-31 | Remove 'Contributed' line, glibc is not using them anymore. | Steve Ellcey | 1 | -2/+0 | |
2012-10-31 | Remove trailing white spaces. | Steve Ellcey | 1 | -5/+5 | |
2012-10-31 | 2012-10-31 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 3 | -243/+609 | |
* sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make it work in 32 or 64 bit modes. * sysdeps/mips/mips64/memcpy.S: Remove. | |||||
2012-10-31 | Fix fma underflow exceptions in after-rounding edge cases. | Joseph Myers | 5 | -0/+159 | |
2012-10-30 | Use sysdeps/x86/tininess.h for i386 and x86_64 | H.J. Lu | 3 | -1/+6 | |
2012-10-30 | Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3e | Ryan S. Arnold | 1 | -1/+1 | |
2012-10-30 | Support cross-testing for elf/tst-array*. | Joseph Myers | 2 | -24/+27 | |
2012-10-30 | Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595). | Ryan S. Arnold | 4 | -8/+171 | |
This patch also creates a version of memset.S for the ppc476 processor which uses a 128-byte cacheline size for dcbz insns. |