Age | Commit message (Expand) | Author | Files | Lines |
2012-09-04 | Check mismatched TLS/non-TLS symbolshjl/pr14370 | H.J. Lu | 2 | -0/+31 |
2012-09-04 | stdlib/tst-secure-getenv.c: whitespace-only changes in comments | Florian Weimer | 2 | -5/+7 |
2012-09-04 | stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID failures | Florian Weimer | 2 | -2/+8 |
2012-09-04 | Fix iogetdelim.c (latent) integer overflow (bug 9914). | Joseph Myers | 3 | -5/+13 |
2012-09-03 | Update libm-test-ulps | Andreas Jaeger | 3 | -0/+14 |
2012-09-03 | Add optimized sinf and cosf routines for x86 and x86-64 | Liubov Dmitrieva | 13 | -7/+2403 |
2012-09-03 | S/390: Make IFUNC optimized mem* functions hidden. | Andreas Krebbel | 3 | -6/+17 |
2012-09-02 | Use the first element of GOT for ld.so addresses | H.J. Lu | 3 | -36/+20 |
2012-09-02 | Check for gawk >= 3.0 (bug 13412) | Allan McRae | 4 | -49/+77 |
2012-09-01 | Remove __ASSUME_POSIX_CPU_TIMERS. | Joseph Myers | 8 | -323/+54 |
2012-08-31 | Fix sem_post race (bug 14532). | Joseph Myers | 5 | -6/+101 |
2012-08-29 | Use LD_SO to set $ld_so_name/$ld_so_version | H.J. Lu | 4 | -2/+18 |
2012-08-29 | Don't make ttyname* fail if proc filesystem is not available | Siddhesh Poyarekar | 4 | -13/+12 |
2012-08-27 | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | 22 | -402/+81 |
2012-08-27 | update NEWS | Mike Frysinger | 2 | -4/+9 |
2012-08-27 | mips: clear condition bit 23 in fpu too | Guido Guenther | 2 | -1/+5 |
2012-08-27 | alpha: add conditional fdatasync support | Mike Frysinger | 4 | -0/+79 |
2012-08-27 | Fix sign of zero on strtod underflow (bug 14519). | Joseph Myers | 5 | -2/+117 |
2012-08-27 | Fix strtod rounding (bug 3479). | Joseph Myers | 10 | -42/+7634 |
2012-08-27 | Fix strtod integer/buffer overflow (bug 14459). | Joseph Myers | 5 | -33/+178 |
2012-08-25 | Fix some typos in comments. | Marek Polacek | 2 | -3/+7 |
2012-08-23 | Fix tst-rfc3484* build failures from USE_NSCD move to config.h. | Roland McGrath | 4 | -0/+9 |
2012-08-23 | Check floating-point ABI in ARM VALID_ELF_HEADER. | Steve McIntyre | 4 | -3/+29 |
2012-08-23 | Make dl-fxstatat64.c include of fxstatat64.c use <> not "". | Joseph Myers | 2 | -1/+6 |
2012-08-22 | Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for... | Roland McGrath | 40 | -38/+195 |
2012-08-22 | Clean up MIPS stat64 handling. | Joseph Myers | 5 | -0/+149 |
2012-08-22 | Add --disable-build-nscd configure option. | Roland McGrath | 6 | -1/+37 |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 17 | -48/+163 |
2012-08-22 | Fix sed configure check for newer sed --version output. | Dmitry V. Levin | 3 | -2/+8 |
2012-08-22 | Fix libc-start change for IRELless machines. | Roland McGrath | 2 | -7/+13 |
2012-08-22 | Move bug number to correct section of NEWS. | Joseph Myers | 1 | -2/+2 |
2012-08-22 | * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r | Jeff Law | 3 | -3/+14 |
2012-08-22 | rename V variable to lib-version | Mike Frysinger | 2 | -2/+7 |
2012-08-22 | Leading-tabify ChangeLog. | Roland McGrath | 1 | -2/+2 |
2012-08-22 | Fix ChangeLog format. | Roland McGrath | 1 | -5/+2 |
2012-08-22 | Add versions of wcscpy, wcschr, wcsrchr for power6/power7. | Will Schmidt | 8 | -2/+298 |
2012-08-21 | Micro-optimize critical path of strstr, strcase and memmem. | Maxim Kuvyrkov | 4 | -1/+18 |
2012-08-21 | Use pointers for traversing arrays in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 3 | -18/+55 |
2012-08-21 | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 7 | -15/+108 |
2012-08-21 | Optimize first-character loop of strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2 | -1/+20 |
2012-08-21 | Support static IFUNC calls irrespective of USE_MULTIARCH. | Roland McGrath | 3 | -46/+43 |
2012-08-21 | Remove __ASSUME_FADVISE64_64_SYSCALL. | Joseph Myers | 10 | -152/+50 |
2012-08-21 | [Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S. | Will Schmidt | 3 | -44/+125 |
2012-08-20 | Fix typos in manual wrt syslog. | Roland McGrath | 2 | -2/+6 |
2012-08-20 | Fix conditional on using DSOCAPS to match condition on defining it. | Roland McGrath | 2 | -1/+6 |
2012-08-20 | Remove __ASSUME_SWAPCONTEXT_SYSCALL. | Joseph Myers | 5 | -21/+14 |
2012-08-20 | Define __ASSUME_UTIMES for s390. | Joseph Myers | 2 | -2/+7 |
2012-08-20 | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | 15 | -185/+69 |
2012-08-20 | S/390: Remove 32 bit getrlimit.c. | Andreas Krebbel | 2 | -1/+4 |
2012-08-19 | Add bug number to NEWS. | Joseph Myers | 1 | -3/+3 |