summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix wordsize-64 cosh regression (bug 14273).Joseph Myers2012-06-213-1/+7
|
* Regenerate sysdeps/mach/configure.Joseph Myers2012-06-212-400/+289
|
* Mention BZ #14278 in NEWSH.J. Lu2012-06-211-1/+1
|
* Fix a typo in i386 SYSCALL_PIC_SETUPH.J. Lu2012-06-212-1/+6
|
* 2012-06-21 Jeff Law <law@redhat.com>Jeff Law2012-06-215-20/+28
| | | | | | | | [BZ #13882] * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use uint16_t for elements in the "seen" array to avoid char overflows. * elf/dl-fini.c (_dl_sort_fini): Likewise. * elf/dl-open.c (dl_open_worker): Likewise.
* Add ChangeLog ...Carlos O'Donell2012-06-211-0/+5
| | | | ... for feca660a796e5782498bd6d6673999d9e26b5f4d.
* Regenerate libc.pot.Carlos O'Donell2012-06-212-1184/+1345
| | | | | Enhance scripts/list-sources.sh to search glibc-ports for translatable strings.
* Fix typo in nameAndreas Jaeger2012-06-211-1/+1
|
* Avoid -Wconversion warning for htonsAndreas Jaeger2012-06-216-21/+31
|
* locales/tr_CY: LC_TIME with copy cannot contain additional dataPetr Baudis2012-06-202-2/+2
| | | | | Luckily, tr_TR also sets first_weekday and first_workday to Monday, so this is just not necessary.
* locales/mag_IN: Fix syntax errorPetr Baudis2012-06-202-1/+5
|
* Account for the extra stack size when rlimit is small enoughSiddhesh Poyarekar2012-06-204-2/+139
| | | | | | | | | | | When rlimit is small enough to be used as the stacksize to be returned in pthread_getattr_np, cases where a stack is made executable due to a DSO load get stack size that is larger than what the kernel allows. This is because in such a case the stack size does not account for the pages that have auxv and program arguments. Additionally, the stacksize for the process derived from this should be truncated to align to page size to avoid going beyond rlimit.
* Use x86-64 fpu_control.h for i386 and x86_64H.J. Lu2012-06-183-101/+4
|
* Use __volatile__ to access fpu control wordH.J. Lu2012-06-182-5/+20
|
* Update news for fixed alpha bzRichard Henderson2012-06-151-11/+11
|
* Mention BZ 14050/14117 in NEWSH.J. Lu2012-06-151-4/+4
|
* Use i386 bits/mathinline.h for i386 and x86_64H.J. Lu2012-06-153-289/+5
|
* Disable x87 inline functions for x86-64H.J. Lu2012-06-152-126/+135
|
* Make endian.h usable for assemblerChung-Lin Tang2012-06-152-1/+6
|
* Mention ix86 shared headersAndreas Jaeger2012-06-151-0/+5
|
* Mention BZ #14229 in NEWSH.J. Lu2012-06-151-1/+2
|
* Fix pow (0.0, -Inf) (bug 14241).Joseph Myers2012-06-154-3/+13
|
* Update manual/contrib.texiAndreas Jaeger2012-06-152-1/+16
| | | | | Update entry of Liubov Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites Machado Filho.
* Add __wur to GNU version of strerror_r.Cyril Hrubis2012-06-152-3/+6
| | | | | | | | Not using the result of the GNU strerror_r() is always a mistake. Moreover this would generate warning if XSI version was expected but GNU version was used instead (because some random used header defined _GNU_SOURCE which was Python.h in this case).
* Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu2012-06-144-10/+55
|
* Make sure <build-dir>/manual directory gets created.Roland McGrath2012-06-142-0/+5
|
* Allow more spurious underflow exceptions from csqrt and Bessel functions.Joseph Myers2012-06-142-5/+18
|
* Set default charset to UTF-8 for libc.pot.Carlos O'Donell2012-06-132-0/+5
|
* Mention 14210 in NEWS.Paul Eggert2012-06-131-1/+1
|
* Suppress sign-conversion warning from FD_SET.Paul Pluzhnikov2012-06-133-10/+20
| | | | | | | [BZ #14210] See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>. * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int, not unsigned long int. * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
* Add SSE math and C++ namespace to i386 bits/mathinline.hH.J. Lu2012-06-122-4/+263
|
* Fix a typo in sysdeps/unix/Makefile.Thomas Schwinge2012-06-122-3/+8
|
* BZ#14218: Reword argp_parse description slightly.Roland McGrath2012-06-113-7/+12
|
* SH: No FE_UPWARD, FE_DOWNWARD.Thomas Schwinge2012-06-094-11/+14
|
* SH: Do not re-write fpscr after reading it.Thomas Schwinge2012-06-096-12/+10
|
* SH: refresh *.abilist files.Kaz Kojima2012-06-095-38/+41
|
* Fix build on non-v9 sparc32.Carlos Sánchez de La Lama2012-06-072-1/+7
| | | | | | | | nptl/ [BZ #14205] * sysdeps/sparc/sparc32/pthread_spin_lock.S: Do not use v9 branches.
* Use x86_64 fpu/bits/fenv.h for i386 and x86_64H.J. Lu2012-06-065-137/+8
|
* Check __SSE_MATH__ in x86_64 feraiseexceptH.J. Lu2012-06-062-1/+17
|
* Fix validation check when converting from ibm930 to utfSiddhesh Poyarekar2012-06-063-3/+11
| | | | | | | | | | | [BZ #14134] When converting IBM930 code with iconv(), if IBM930 code which includes invalid multibyte character "0xffff" is specified, then iconv() segfaults. This is easy to see using the following command: echo '0x0e 0x43 0x8c 0xff 0xff 0x43 0xbd 0x43 0xbd' | xxd -r | iconv -f IBM930 -t UTF-8
* Fix for wrong ldbl128-ibm fmodl commitAdhemerval Zanella2012-06-052-2/+7
|
* Fix spurious undeflow for ldbl-128ibm erflAdhemerval Zanella2012-06-052-3/+23
| | | | | For values higher than 25.6283 erflc underflow, so adjust erfl to return a constant value based argument sign.
* Fix ldbl128ibm fmodl for subnormals.Adhemerval Zanella2012-06-053-18/+26
|
* tst-getcpu: decode errno when sched_getcpu failsMike Frysinger2012-06-042-3/+13
| | | | | | | | The tst-getcpu test is failing on ia64 platforms due to sched_getcpu returning an error. But the current test only considers -1 when it's also ENOSYS. Tweak the logic a bit to make the output clearer. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fix a typo in commentH.J. Lu2012-06-041-1/+1
|
* Use i486 bits/string.h for i386 and x86_64H.J. Lu2012-06-043-25/+4
|
* Provide 32-bit inline string functions for >= i486H.J. Lu2012-06-042-158/+171
|
* Use x86_64 bits/sigcontext.h for i386 and x86_64H.J. Lu2012-06-042-0/+3
|
* Update x86_64 bits/sigcontext.h from kernel 3.4.0H.J. Lu2012-06-042-0/+44
|
* Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64H.J. Lu2012-06-045-132/+7
|