about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2013-03-151-0/+6
|
* * math/libm-test.inc (ldexp_test): Add missing START/END markers.Thomas Schwinge2013-03-151-0/+2
|
* Promote a math test for sNaN handling to the top-level.Thomas Schwinge2013-03-151-0/+8
|
* Use GCC's builtins for generating NaNs.Thomas Schwinge2013-03-151-0/+16
|
* Add one test, removed a duplicated one, add a few comments about missing tests.Thomas Schwinge2013-03-151-0/+6
|
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-151-0/+17
|
* Enable tests for x86_64, too, which currently are enabled only for x86.Thomas Schwinge2013-03-151-0/+4
|
* Fix copy'n'pastos.Thomas Schwinge2013-03-151-0/+3
|
* Remove unused declarations.Thomas Schwinge2013-03-151-0/+5
| | | | | Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35.
* Revert configurable mantissa patchSiddhesh Poyarekar2013-03-151-0/+7
| | | | | | Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit.
* PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella2013-03-151-0/+7
|
* Framework for performance benchmarking of functionsSiddhesh Poyarekar2013-03-151-0/+17
| | | | See benchtests/Makefile to know how to use it.
* Make mantissa type configurableSiddhesh Poyarekar2013-03-151-0/+17
| | | | | This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs.
* Modify threads in nptl cindex to pthreadsSiddhesh Poyarekar2013-03-151-0/+4
|
* Regenerate sysdeps/x86_64/preconfigure.Joseph Myers2013-03-151-0/+4
|
* Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers2013-03-141-0/+13
|
* Add nptl manual chapterSiddhesh Poyarekar2013-03-141-0/+5
| | | | | | This adds the base chapter for POSIX threads and also documentation for thread-specific data, along with a note on its interaction with C++11 thread_local variables.
* Fix formatting in last changeSiddhesh Poyarekar2013-03-141-0/+4
|
* Fix __times() handling of EFAULT when buf is NULLPetr Baudis2013-03-141-0/+6
|
* Don't build .os objects of static-only-routines for extra libsAndreas Schwab2013-03-131-0/+5
|
* Update zic from tzcode 2013b.Joseph Myers2013-03-131-0/+4
|
* Remove mention of i386-pc-linux-gnu.Carlos O'Donell2013-03-121-0/+6
| | | | | | The GNU C Library does not support building for i386 therefore we remove mention of this configuration from the INSTALL file.
* Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ↵Roland McGrath2013-03-121-0/+13
| | | | gcrt1.o
* Fix up log entry.Roland McGrath2013-03-121-6/+2
|
* Remove Prefer_SSE_for_memop on x64Ondrej Bilka2013-03-111-0/+22
|
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-111-0/+8
|
* Set LC_ALL=C before sed.Paul Pluzhnikov2013-03-081-0/+5
|
* Add dependency tracking for preconfigure files.Roland McGrath2013-03-081-0/+5
|
* Remove __malloc_ptr_t.Joseph Myers2013-03-081-0/+29
|
* Use ISO C prototype for __default_morecore.Joseph Myers2013-03-081-0/+2
|
* Remove __malloc_ptrdiff_t.Joseph Myers2013-03-081-0/+4
|
* Remove __malloc_size_t.Joseph Myers2013-03-081-0/+19
|
* PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella2013-03-081-0/+16
| | | | | This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h.
* Consolidate copies of mp code in powerpcSiddhesh Poyarekar2013-03-081-0/+11
| | | | | Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64.
* Install <bits/mman-linux.h>Andreas Jaeger2013-03-071-0/+5
| | | | | * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h.
* Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar2013-03-071-0/+10
|
* Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar2013-03-071-0/+10
|
* Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar2013-03-071-0/+7
|
* Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar2013-03-071-0/+7
|
* Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2013-03-071-0/+9
| | | | | | | | Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux.
* Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka2013-03-061-23/+0
| | | | This reverts commit b79188d71716b6286866e06add976fe84100595e.
* * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka2013-03-061-0/+23
| | | | | which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB.
* T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin2013-03-061-0/+4
| | | | | Add comments to fcntl.h explaining why AT_REMOVEDIR and AT_EACCESS can have the same value.
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-061-0/+3
| | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow definition via __MAP_ANONYMOUS. * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. (__MAP_ANONYMOUS): Define.
* Remove MAP_GROWSUP on s390Andreas Jaeger2013-03-061-0/+3
| | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove, it's not part of Linux headers.
* Sync with Linux 3.8Andreas Jaeger2013-03-061-0/+38
|
* S/390: Add BZ number to changelog entry and NEWS.Andreas Krebbel2013-03-061-0/+1
|
* Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov2013-03-051-0/+5
|
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-061-0/+146
|
* * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov2013-03-051-1/+6
| | | | call free(NULL).