| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't change no_dyn_threshold on mallopt failure | Alexandre Oliva | 2012-09-05 | 2 | -2/+9 |
* | Fix typos in malloc/. | Alexandre Oliva | 2012-09-05 | 3 | -4/+10 |
* | Fix typos in comments | Siddhesh Poyarekar | 2012-09-05 | 4 | -5/+11 |
* | Fixed minor typo in ChangeLog | Siddhesh Poyarekar | 2012-09-05 | 1 | -1/+1 |
* | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar | 2012-09-05 | 6 | -9/+100 |
* | Increase timeout for stdlib/tst-strtod-overflow | Andreas Schwab | 2012-09-05 | 2 | -0/+5 |
* | Improve C++ header location detection (bug 13966) | Allan McRae | 2012-09-06 | 4 | -15/+18 |
* | Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float format | Andreas Schwab | 2012-09-05 | 2 | -17/+14 |
* | Correctly handle Motorola extended float format in tst-strtod-round | Andreas Schwab | 2012-09-05 | 3 | -20/+492 |
* | Use sparcv8 GMP routines when building 32-bit sparcv9. | David S. Miller | 2012-09-04 | 4 | -0/+9 |
* | stdlib/tst-secure-getenv.c: whitespace-only changes in comments | Florian Weimer | 2012-09-04 | 2 | -5/+7 |
* | stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID failures | Florian Weimer | 2012-09-04 | 2 | -2/+8 |
* | Fix iogetdelim.c (latent) integer overflow (bug 9914). | Joseph Myers | 2012-09-04 | 3 | -5/+13 |
* | Update libm-test-ulps | Andreas Jaeger | 2012-09-03 | 3 | -0/+14 |
* | Add optimized sinf and cosf routines for x86 and x86-64 | Liubov Dmitrieva | 2012-09-03 | 13 | -7/+2403 |
* | S/390: Make IFUNC optimized mem* functions hidden. | Andreas Krebbel | 2012-09-03 | 3 | -6/+17 |
* | Use the first element of GOT for ld.so addresses | H.J. Lu | 2012-09-02 | 3 | -36/+20 |
* | Check for gawk >= 3.0 (bug 13412) | Allan McRae | 2012-09-02 | 4 | -49/+77 |
* | Remove __ASSUME_POSIX_CPU_TIMERS. | Joseph Myers | 2012-09-01 | 8 | -323/+54 |
* | Fix sem_post race (bug 14532). | Joseph Myers | 2012-08-31 | 5 | -6/+101 |
* | Use LD_SO to set $ld_so_name/$ld_so_version | H.J. Lu | 2012-08-29 | 4 | -2/+18 |
* | Don't make ttyname* fail if proc filesystem is not available | Siddhesh Poyarekar | 2012-08-29 | 4 | -13/+12 |
* | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | 2012-08-27 | 22 | -402/+81 |
* | update NEWS | Mike Frysinger | 2012-08-27 | 2 | -4/+9 |
* | mips: clear condition bit 23 in fpu too | Guido Guenther | 2012-08-27 | 2 | -1/+5 |
* | alpha: add conditional fdatasync support | Mike Frysinger | 2012-08-27 | 4 | -0/+79 |
* | Fix sign of zero on strtod underflow (bug 14519). | Joseph Myers | 2012-08-27 | 5 | -2/+117 |
* | Fix strtod rounding (bug 3479). | Joseph Myers | 2012-08-27 | 10 | -42/+7634 |
* | Fix strtod integer/buffer overflow (bug 14459). | Joseph Myers | 2012-08-27 | 5 | -33/+178 |
* | Fix some typos in comments. | Marek Polacek | 2012-08-25 | 2 | -3/+7 |
* | Fix tst-rfc3484* build failures from USE_NSCD move to config.h. | Roland McGrath | 2012-08-23 | 4 | -0/+9 |
* | Check floating-point ABI in ARM VALID_ELF_HEADER. | Steve McIntyre | 2012-08-23 | 4 | -3/+29 |
* | Make dl-fxstatat64.c include of fxstatat64.c use <> not "". | Joseph Myers | 2012-08-23 | 2 | -1/+6 |
* | Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for... | Roland McGrath | 2012-08-22 | 40 | -38/+195 |
* | Clean up MIPS stat64 handling. | Joseph Myers | 2012-08-22 | 5 | -0/+149 |
* | Add --disable-build-nscd configure option. | Roland McGrath | 2012-08-22 | 6 | -1/+37 |
* | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 2012-08-22 | 17 | -48/+163 |
* | Fix sed configure check for newer sed --version output. | Dmitry V. Levin | 2012-08-22 | 3 | -2/+8 |
* | Fix libc-start change for IRELless machines. | Roland McGrath | 2012-08-22 | 2 | -7/+13 |
* | Move bug number to correct section of NEWS. | Joseph Myers | 2012-08-22 | 1 | -2/+2 |
* | * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r | Jeff Law | 2012-08-22 | 3 | -3/+14 |
* | rename V variable to lib-version | Mike Frysinger | 2012-08-22 | 2 | -2/+7 |
* | Leading-tabify ChangeLog. | Roland McGrath | 2012-08-22 | 1 | -2/+2 |
* | Fix ChangeLog format. | Roland McGrath | 2012-08-22 | 1 | -5/+2 |
* | Add versions of wcscpy, wcschr, wcsrchr for power6/power7. | Will Schmidt | 2012-08-22 | 8 | -2/+298 |
* | Micro-optimize critical path of strstr, strcase and memmem. | Maxim Kuvyrkov | 2012-08-21 | 4 | -1/+18 |
* | Use pointers for traversing arrays in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 3 | -18/+55 |
* | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 7 | -15/+108 |
* | Optimize first-character loop of strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 2 | -1/+20 |
* | Support static IFUNC calls irrespective of USE_MULTIARCH. | Roland McGrath | 2012-08-21 | 3 | -46/+43 |