Age | Commit message (Expand) | Author | Files | Lines |
2012-09-05 | * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation. | Alexandre Oliva | 2 | -2/+6 |
2012-09-05 | * manual/contrib.texi (Contributors): Fix typo. Complete entry. | Alexandre Oliva | 2 | -2/+7 |
2012-09-05 | Don't change no_dyn_threshold on mallopt failure | Alexandre Oliva | 2 | -2/+9 |
2012-09-05 | Fix typos in malloc/. | Alexandre Oliva | 3 | -4/+10 |
2012-09-05 | Fix typos in comments | Siddhesh Poyarekar | 4 | -5/+11 |
2012-09-05 | Fixed minor typo in ChangeLog | Siddhesh Poyarekar | 1 | -1/+1 |
2012-09-05 | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar | 6 | -9/+100 |
2012-09-05 | Increase timeout for stdlib/tst-strtod-overflow | Andreas Schwab | 2 | -0/+5 |
2012-09-06 | Improve C++ header location detection (bug 13966) | Allan McRae | 4 | -15/+18 |
2012-09-05 | Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float format | Andreas Schwab | 2 | -17/+14 |
2012-09-05 | Correctly handle Motorola extended float format in tst-strtod-round | Andreas Schwab | 3 | -20/+492 |
2012-09-04 | Use sparcv8 GMP routines when building 32-bit sparcv9. | David S. Miller | 4 | -0/+9 |
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 |