Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-27 | Fix sign of zero on strtod underflow (bug 14519). | Joseph Myers | |
2012-08-27 | Fix strtod rounding (bug 3479). | Joseph Myers | |
2012-08-27 | Fix strtod integer/buffer overflow (bug 14459). | Joseph Myers | |
2012-08-22 | Add --disable-build-nscd configure option. | Roland McGrath | |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | |
2012-08-22 | Move bug number to correct section of NEWS. | Joseph Myers | |
2012-08-22 | * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r | Jeff Law | |
if the family is PF_UNSPEC. | |||
2012-08-22 | Add versions of wcscpy, wcschr, wcsrchr for power6/power7. | Will Schmidt | |
Initially based on the versions found in wcsmbs/* ; these files have been changed by hand unrolling, and adding some additional variables to allow some read-ahead to occur, which then relieves some of the wait-for-increment/wait-for-load/wait-for-compare-results pressure that was slowing down every iteration through the while-loop. For 64-bit Power7, These changes give an approx 20% throughput boost for the wcschr and wcsrchr functions; and approx 40% boost for the wcscpy function. 32-bit improvements appear to be slightly better with ~ %30 and ~ %45 respectively. Results for Power6 closely match those for power7. | |||
2012-08-21 | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov | |
2012-08-19 | Add bug number to NEWS. | Joseph Myers | |
2012-08-15 | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | |
2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function. | |||
2012-08-15 | Add testcase for BZ#14090 - md5/sha512 with large sizes | Andreas Jaeger | |
2012-08-14 | Add more fixed bug numbers to NEWS. | Joseph Myers | |
2012-08-10 | [BZ #13939] | Jeff Law | |
* malloc.c/arena.c (reused_arena): New parameter, avoid_arena. When avoid_arena is set, don't retry in the that arena. Pick the next one, whatever it might be. (arena_get2): New parameter avoid_arena, pass through to reused_arena. (arena_lock): Pass in new parameter to arena_get2. * malloc/malloc.c (__libc_memalign): Pass in new parameter to arena_get2. (__libc_malloc): Unify retrying after main arena failure with __libc_memalign version. (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise. | |||
2012-08-09 | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | |
2012-08-07 | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | |
2012-08-03 | Add more fixed bug numbers to NEWS. | Joseph Myers | |
2012-08-03 | Remove pre-2.6.0 Linux kernel support (bug 13717). | Joseph Myers | |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | |
2012-07-19 | S/390: Add support for STT_GNU_IFUNC symbols. | Andreas Krebbel | |
Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196. | |||
2012-07-17 | Remove TLS configure checks. | Marek Polacek | |
2012-07-12 | Fix ynl return value with LDBL_MIN. | Marek Polacek | |
2012-07-10 | Fix LOG_MAKEPRI to agree with BSD | Andreas Schwab | |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | |
2012-07-09 | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | |
2012-07-07 | Update NEWS | Andreas Schwab | |
2012-07-06 | Fix tanf underflow close to pi/4 (bug 14154). | Joseph Myers | |
2012-07-06 | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | |
2012-07-05 | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | |
2012-07-04 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Joseph Myers | |
2012-07-03 | Fix float range reduction problems (bug 14283). | Joseph Myers | |
2012-07-03 | Open development for 2.17. | Joseph Myers | |
2012-06-30 | Update NEWS and README.glibc-2.16 | Carlos O'Donell | |
Final update for 2.16 release. | |||
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | |
[BZ #13579] Do not free l_initfini and allow it to be reused on subsequent dl_open calls for the same library. This fixes the invalid memory access in do_lookup_x when the previously free'd l_initfini was accessed through l_searchlist when a library had been opened for the second time. | |||
2012-06-21 | [BZ #14277] | Jeff Law | |
* intl/dcigettext.c (_nl_find_msg): Avoid use after potential free. Simplify list management for _LIBC case. | |||
2012-06-21 | Fix wordsize-64 cosh regression (bug 14273). | Joseph Myers | |
2012-06-21 | Mention BZ #14278 in NEWS | H.J. Lu | |
2012-06-21 | 2012-06-21 Jeff Law <law@redhat.com> | Jeff Law | |
[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. | |||
2012-06-21 | Avoid -Wconversion warning for htons | Andreas Jaeger | |
2012-06-15 | Update news for fixed alpha bz | Richard Henderson | |
2012-06-15 | Mention BZ 14050/14117 in NEWS | H.J. Lu | |
2012-06-15 | Mention ix86 shared headers | Andreas Jaeger | |
2012-06-15 | Mention BZ #14229 in NEWS | H.J. Lu | |
2012-06-15 | Fix pow (0.0, -Inf) (bug 14241). | Joseph Myers | |
2012-06-13 | Mention 14210 in NEWS. | Paul Eggert | |
2012-06-11 | BZ#14218: Reword argp_parse description slightly. | Roland McGrath | |
2012-06-06 | Fix validation check when converting from ibm930 to utf | Siddhesh Poyarekar | |
[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 |