Age | Commit message (Expand) | Author | Files | Lines |
2011-10-31 | Cache network interface information | Ulrich Drepper | 1 | -0/+26 |
2011-10-30 | Fix potential double close in __check_fd if OOM | Ulrich Drepper | 1 | -0/+6 |
2011-10-29 | Avoid assertion in processes with VM in bad shape | Ulrich Drepper | 1 | -0/+4 |
2011-10-29 | Mark a few more functions with __THROWNL. | Ulrich Drepper | 1 | -0/+6 |
2011-10-29 | Fix accuracy problem in generic sin | Ulrich Drepper | 1 | -0/+7 |
2011-10-29 | Correctly NUL-terminate link name in sprof | Ulrich Drepper | 1 | -0/+4 |
2011-10-29 | Cleanups in ldconfig's chroot handling | Ulrich Drepper | 1 | -0/+2 |
2011-10-29 | Avoid warning in dl-lookup.c | Ulrich Drepper | 1 | -0/+2 |
2011-10-29 | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | 1 | -0/+4 |
2011-10-29 | Add strchrnul performance test | Ulrich Drepper | 1 | -0/+4 |
2011-10-29 | Update Spanish translation | Ulrich Drepper | 1 | -0/+1 |
2011-10-29 | Update Italian translation | Ulrich Drepper | 1 | -0/+4 |
2011-10-28 | More cleanups of x86-64 strstr | Ulrich Drepper | 1 | -0/+2 |
2011-10-28 | Clean up x86-64 strcasestr | Ulrich Drepper | 1 | -0/+5 |
2011-10-28 | Remove code without too much effects | Ulrich Drepper | 1 | -0/+23 |
2011-10-28 | Fix some warning nits | Andreas Schwab | 1 | -0/+4 |
2011-10-28 | Move wide char related routines to wcsmbs subdir | Andreas Schwab | 1 | -0/+5 |
2011-10-27 | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 1 | -0/+7 |
2011-10-26 | BZ#13349: Missing BZ tag for last change. | Roland McGrath | 1 | -0/+1 |
2011-10-26 | Remove mention of open_obstack_stream, which has never existed in libio. | Roland McGrath | 1 | -0/+6 |
2011-10-26 | Fix uses of math_force_eval | Andreas Schwab | 1 | -0/+4 |
2011-10-26 | Make math_force_eval accept non-addressable arguments | Andreas Schwab | 1 | -0/+6 |
2011-10-25 | Add AVX optimized versions for some x86-64 math functions | Ulrich Drepper | 1 | -0/+35 |
2011-10-25 | Typo in CL | Ulrich Drepper | 1 | -1/+1 |
2011-10-25 | Optimize x86-64 SSE4.2+ strcmp a bit more | Ulrich Drepper | 1 | -0/+5 |
2011-10-25 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -0/+7 |
2011-10-25 | Use math_force_eval in more places | Ulrich Drepper | 1 | -0/+22 |
2011-10-25 | Use correct signedness in default implementations of wcscmp and wmemcmp | Andreas Schwab | 1 | -0/+3 |
2011-10-25 | Fix strchr test | Andreas Schwab | 1 | -0/+4 |
2011-10-25 | Use VEX encoding in inline math functions on x86-64 when possible | Ulrich Drepper | 1 | -0/+4 |
2011-10-25 | Small optimization of dependency sorting | Andreas Schwab | 1 | -0/+6 |
2011-10-25 | Cleanup FMA4 patch | Ulrich Drepper | 1 | -0/+50 |
2011-10-24 | Better DLA_FMS | Ulrich Drepper | 1 | -2/+4 |
2011-10-24 | Use inline asm for DLA_FMS because of broken old compilers | Ulrich Drepper | 1 | -0/+3 |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 1 | -0/+57 |
2011-10-24 | Finish renamed DLA_FMA -> DLA_FMS | Ulrich Drepper | 1 | -0/+13 |
2011-10-24 | Fix lost wcslen symbol | Andreas Schwab | 1 | -0/+4 |
2011-10-23 | Optimized remquo for 64-bit platforms | Ulrich Drepper | 1 | -0/+2 |
2011-10-23 | Optimize f_mod | Ulrich Drepper | 1 | -0/+4 |
2011-10-23 | Fix strnlen change | Ulrich Drepper | 1 | -0/+4 |
2011-10-23 | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 1 | -0/+15 |
2011-10-23 | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | 1 | -0/+14 |
2011-10-23 | Improve x86-32 SSSE3 memcpy | Michael Zolotukhin | 1 | -0/+5 |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva | 1 | -2/+9 |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva | 1 | -0/+9 |
2011-10-23 | Update Italian translation | Ulrich Drepper | 1 | -0/+4 |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 1 | -0/+11 |
2011-10-23 | Clean up last dla.h change | Ulrich Drepper | 1 | -0/+14 |
2011-10-23 | Add missing _finite aliases | Andreas Schwab | 1 | -0/+5 |
2011-10-22 | Update ULPs for x86-64 | Ulrich Drepper | 1 | -0/+2 |