about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Update Spanish PO file from translation team.David S. Miller2013-03-051-0/+4
| | | | * po/es.po: Update from translation team.
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-051-0/+20
| | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here.
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-051-0/+6
|
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-051-0/+11
|
* Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-041-0/+8
|
* Fix ChangeLogAndreas Jaeger2013-03-041-2/+1
| | | | remove duplicate line, use commit date
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-041-0/+13
| | | | | | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux common definitions. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-041-0/+6
|
* Use same installed powerpc headers for hard and soft float.Joseph Myers2013-03-011-0/+9
|
* Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2013-03-011-0/+13
|
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-0/+5
| | | | | | | This reverts the change that allows the POSIX Thread default stack size to be changed by the environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE. It has been requested that more discussion happen before this change goes into 2.18.
* Update NEWSSiddhesh Poyarekar2013-03-011-0/+3
|
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-0/+6
| | | | New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this.
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-281-0/+163
|
* Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2013-02-281-0/+9
|
* Add license exception text to gmon-start.Roland McGrath2013-02-271-0/+4
|
* Sync config.guess and config.sub with upstreamRichard Henderson2013-02-271-0/+5
|