Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-10-15 | Optimize exp | Ulrich Drepper | 14 | -157/+180 |
2011-10-15 | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | 2 | -52/+4 |
2011-10-15 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -6/+23 |
2011-10-15 | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 10 | -18/+135 |
2011-10-15 | Fix lost wmemcmp symbol | Andreas Schwab | 2 | -2/+4 |
2011-10-15 | Fix searching for C++ system headers for cross compilers | Andreas Schwab | 3 | -4/+19 |
2011-10-15 | Fix WS | Ulrich Drepper | 1 | -4/+4 |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 19 | -336/+3070 |
2011-10-15 | Add parameter annotation to modf | Andreas Jaeger | 3 | -4/+10 |
2011-10-15 | Avoid warning in iofwide | Ulrich Drepper | 2 | -6/+7 |
2011-10-15 | Fix definition of __isctype_f | Ulrich Drepper | 2 | -1/+5 |
2011-10-14 | Remove leftover debug message from pldd | Ulrich Drepper | 2 | -1/+2 |
2011-10-14 | Add missing BZ number to NEWS | Ulrich Drepper | 1 | -2/+2 |
2011-10-14 | Optimize x86-32 log | Ulrich Drepper | 7 | -3/+306 |
2011-10-14 | Support optimized isXXX functions in C++ code | Ulrich Drepper | 2 | -7/+38 |
2011-10-14 | Adjust s390 libm ULPs | Andreas Schwab | 2 | -2/+42 |
2011-10-14 | Fix lost feraiseexcept symbol | Andreas Schwab | 2 | -1/+6 |
2011-10-13 | BZ#13291: Manual typo fix for strverscmp. | Roland McGrath | 2 | -4/+9 |
2011-10-13 | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | 3 | -5/+9 |
2011-10-13 | Check for zero size in memrchr for x86_64 | Andreas Schwab | 2 | -0/+5 |
2011-10-13 | Add memrchr tests | Andreas Schwab | 2 | -2/+37 |
2011-10-12 | Fix whitespaces | Ulrich Drepper | 2 | -10/+10 |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 14 | -4/+2666 |
2011-10-12 | Optimize libm | Ulrich Drepper | 270 | -5629/+4552 |
2011-10-10 | Fix PLT use in getnetgrent_r | Andreas Schwab | 2 | -3/+6 |
2011-10-10 | Implement __isinf_nsl for IBM long double | Andreas Schwab | 2 | -0/+20 |
2011-10-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 6 | -48/+53 |
2011-10-09 | Update Japanese translation | Ulrich Drepper | 2 | -201/+201 |
2011-10-08 | Clean up locarchive mmap reservation code. | Roland McGrath | 2 | -42/+35 |
2011-10-08 | Conditionalize unnecessary #include. | Roland McGrath | 2 | -4/+8 |
2011-10-08 | Fix some nit warnings. | Roland McGrath | 4 | -2/+10 |
2011-10-08 | Optimize use of isnan, isinf, finite | Ulrich Drepper | 35 | -63/+236 |
2011-10-08 | isinf returns the sign of the number, use it in printf* | Ulrich Drepper | 4 | -23/+32 |
2011-10-08 | Use private math_private.h in files in math/ | Ulrich Drepper | 129 | -128/+256 |
2011-10-08 | Note bug number in CL | Ulrich Drepper | 2 | -1/+2 |
2011-10-08 | Update Japanese translation | Ulrich Drepper | 2 | -35/+42 |
2011-10-08 | Fix netname2host | Andreas Jaeger | 3 | -5/+7 |
2011-10-07 | Fix remainder (NaN, 0) | Andreas Jaeger | 6 | -12/+38 |
2011-10-07 | S/390: Fix longlong.h inline asms for zarch | Andreas Krebbel | 2 | -22/+28 |
2011-10-07 | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | 2 | -4/+5 |
2011-10-07 | Fix whitespace | Ulrich Drepper | 1 | -1/+1 |
2011-10-07 | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 6 | -59/+857 |
2011-10-07 | elf/dl-load.c: Avoid warning | Marek Polacek | 2 | -1/+5 |
2011-10-07 | Update Catalan translation | Ulrich Drepper | 2 | -685/+981 |
2011-10-07 | Fix type in NEWS | Ulrich Drepper | 1 | -1/+1 |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 19 | -30/+1196 |
2011-10-07 | Don't unnecesarily use inotify in nscd | Ulrich Drepper | 2 | -1/+6 |
2011-10-06 | Avoid warning when reload of group entry fails | Ulrich Drepper | 2 | -0/+4 |
2011-10-06 | Stop crash in OOM handling in NSS | Ulrich Drepper | 2 | -5/+8 |
2011-10-06 | More fallout from OOM in NSS | Jiri Olsa | 2 | -1/+6 |