| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing register initialization in x86-64 pthread_cond_timedwait | Ulrich Drepper | 2011-10-29 | 1 | -1/+1 |
* | Fix accuracy problem in generic sin | Ulrich Drepper | 2011-10-29 | 1 | -4/+4 |
* | Correctly NUL-terminate link name in sprof | Ulrich Drepper | 2011-10-29 | 1 | -1/+1 |
* | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | 2011-10-29 | 1 | -2/+3 |
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 1 | -2/+2 |
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 1 | -2/+2 |
* | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | 2011-10-23 | 1 | -2/+2 |
* | Preserve link time dependencies over relocation dependencies | Andreas Schwab | 2011-10-20 | 1 | -4/+4 |
* | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | 2011-10-19 | 1 | -1/+7 |
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 2011-10-15 | 1 | -1/+1 |
* | Add parameter annotation to modf | Andreas Jaeger | 2011-10-15 | 1 | -2/+2 |
* | Add missing BZ number to NEWS | Ulrich Drepper | 2011-10-14 | 1 | -2/+2 |
* | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 2011-10-12 | 1 | -1/+1 |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 1 | -1/+4 |
* | Note bug number in CL | Ulrich Drepper | 2011-10-08 | 1 | -1/+1 |
* | Fix netname2host | Andreas Jaeger | 2011-10-08 | 1 | -2/+2 |
* | Fix remainder (NaN, 0) | Andreas Jaeger | 2011-10-07 | 1 | -3/+3 |
* | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 2011-10-07 | 1 | -0/+3 |
* | Fix type in NEWS | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 |
* | Implement caching of nscd | Ulrich Drepper | 2011-10-07 | 1 | -1/+4 |
* | Avoid cast in non-gcc obstack_free | Ulrich Drepper | 2011-09-11 | 1 | -2/+2 |
* | Fix use of AC_INIT | Ulrich Drepper | 2011-09-11 | 1 | -3/+3 |
* | Fix jn precision | Petr Baudis | 2011-09-09 | 1 | -2/+3 |
* | Fix boundary conditions in scanf | Ulrich Drepper | 2011-09-09 | 1 | -1/+1 |
* | Don't lock string streams in stream cleanup code | Ulrich Drepper | 2011-09-09 | 1 | -2/+2 |
* | Fix macro used in test | H.J. Lu | 2011-09-08 | 1 | -2/+2 |
* | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 2011-09-08 | 1 | -1/+1 |
* | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 2011-09-08 | 1 | -1/+4 |
* | Fix memory leak in case of failed dlopen | Ulrich Drepper | 2011-09-07 | 1 | -1/+1 |
* | Remove invalid BZ number | Ulrich Drepper | 2011-09-07 | 1 | -1/+1 |
* | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 2011-09-07 | 1 | -2/+2 |
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 1 | -1/+1 |
* | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 2011-09-05 | 1 | -1/+1 |
* | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 2011-09-05 | 1 | -2/+2 |
* | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 2011-09-05 | 1 | -0/+3 |
* | Add optimized x86-64 wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -1/+2 |
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -1/+1 |
* | Fix semid_ds for x86-64 | Ulrich Drepper | 2011-09-05 | 1 | -2/+3 |
* | Add test for BZ 13114 | Ulrich Drepper | 2011-08-20 | 1 | -2/+2 |
* | Implement scandirat function | Ulrich Drepper | 2011-08-09 | 1 | -1/+4 |
* | Adjust test for correct installation | Ulrich Drepper | 2011-07-23 | 1 | -2/+2 |
* | Check for overflows in expressions | Ulrich Drepper | 2011-07-20 | 1 | -1/+1 |
* | Fix check for AVX enablement | Ulrich Drepper | 2011-07-20 | 1 | -2/+2 |
* | Correct feature announcement | Ulrich Drepper | 2011-07-19 | 1 | -1/+1 |
* | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-07-19 | 1 | -1/+4 |
* | Handle Lustre filesystem | Andreas Dilger | 2011-07-07 | 1 | -1/+1 |
* | Handle W; without long options in getopt | Ulrich Drepper | 2011-07-06 | 1 | -1/+1 |
* | Change error code for underflows in strtod | Ulrich Drepper | 2011-07-06 | 1 | -2/+2 |
* | Fix quoting in some installed shell scripts | Ulrich Drepper | 2011-06-28 | 1 | -2/+2 |
* | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 2011-06-24 | 1 | -0/+3 |