Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix definition of __isctype_f | Ulrich Drepper | 2011-10-15 | 2 | -1/+5 | |
* | Remove leftover debug message from pldd | Ulrich Drepper | 2011-10-14 | 2 | -1/+2 | |
* | Add missing BZ number to NEWS | Ulrich Drepper | 2011-10-14 | 1 | -2/+2 | |
* | Optimize x86-32 log | Ulrich Drepper | 2011-10-14 | 7 | -3/+306 | |
* | Support optimized isXXX functions in C++ code | Ulrich Drepper | 2011-10-14 | 2 | -7/+38 | |
* | Adjust s390 libm ULPs | Andreas Schwab | 2011-10-14 | 2 | -2/+42 | |
* | Fix lost feraiseexcept symbol | Andreas Schwab | 2011-10-14 | 2 | -1/+6 | |
* | BZ#13291: Manual typo fix for strverscmp. | Roland McGrath | 2011-10-13 | 2 | -4/+9 | |
* | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | 2011-10-13 | 3 | -5/+9 | |
* | Check for zero size in memrchr for x86_64 | Andreas Schwab | 2011-10-13 | 2 | -0/+5 | |
* | Add memrchr tests | Andreas Schwab | 2011-10-13 | 2 | -2/+37 | |
* | Fix whitespaces | Ulrich Drepper | 2011-10-12 | 2 | -10/+10 | |
* | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 2011-10-12 | 14 | -4/+2666 | |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 270 | -5629/+4552 | |
* | Fix PLT use in getnetgrent_r | Andreas Schwab | 2011-10-10 | 2 | -3/+6 | |
* | Implement __isinf_nsl for IBM long double | Andreas Schwab | 2011-10-10 | 2 | -0/+20 | |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-10-09 | 6 | -48/+53 | |
|\ | ||||||
| * | Clean up locarchive mmap reservation code. | Roland McGrath | 2011-10-08 | 2 | -42/+35 | |
| * | Conditionalize unnecessary #include. | Roland McGrath | 2011-10-08 | 2 | -4/+8 | |
| * | Fix some nit warnings. | Roland McGrath | 2011-10-08 | 4 | -2/+10 | |
* | | Update Japanese translation | Ulrich Drepper | 2011-10-09 | 2 | -201/+201 | |
|/ | ||||||
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 35 | -63/+236 | |
* | isinf returns the sign of the number, use it in printf* | Ulrich Drepper | 2011-10-08 | 4 | -23/+32 | |
* | Use private math_private.h in files in math/ | Ulrich Drepper | 2011-10-08 | 129 | -128/+256 | |
* | Note bug number in CL | Ulrich Drepper | 2011-10-08 | 2 | -1/+2 | |
* | Update Japanese translation | Ulrich Drepper | 2011-10-08 | 2 | -35/+42 | |
* | Fix netname2host | Andreas Jaeger | 2011-10-08 | 3 | -5/+7 | |
* | Fix remainder (NaN, 0) | Andreas Jaeger | 2011-10-07 | 6 | -12/+38 | |
* | S/390: Fix longlong.h inline asms for zarch | Andreas Krebbel | 2011-10-07 | 2 | -22/+28 | |
* | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | 2011-10-07 | 2 | -4/+5 | |
* | Fix whitespace | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 | |
* | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 2011-10-07 | 6 | -59/+857 | |
* | elf/dl-load.c: Avoid warning | Marek Polacek | 2011-10-07 | 2 | -1/+5 | |
* | Update Catalan translation | Ulrich Drepper | 2011-10-07 | 2 | -685/+981 | |
* | Fix type in NEWS | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 | |
* | Implement caching of nscd | Ulrich Drepper | 2011-10-07 | 19 | -30/+1196 | |
* | Don't unnecesarily use inotify in nscd | Ulrich Drepper | 2011-10-07 | 2 | -1/+6 | |
* | Avoid warning when reload of group entry fails | Ulrich Drepper | 2011-10-06 | 2 | -0/+4 | |
* | Stop crash in OOM handling in NSS | Ulrich Drepper | 2011-10-06 | 2 | -5/+8 | |
* | More fallout from OOM in NSS | Jiri Olsa | 2011-10-06 | 2 | -1/+6 | |
* | Handle OOM in NSS | Jiri Olsa | 2011-10-06 | 2 | -1/+9 | |
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 17 | -70/+149 | |
* | Optimize libnss_files initialization | Ulrich Drepper | 2011-09-28 | 2 | -35/+23 | |
* | Adjust powerpc libm ULPs | Andreas Schwab | 2011-09-28 | 2 | -4/+46 | |
* | Fix some grammar in the manual. | Roland McGrath | 2011-09-27 | 2 | -2/+7 | |
* | Correctly reparse group line after enlarging the buffer | Andreas Schwab | 2011-09-27 | 2 | -4/+13 | |
* | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | 2011-09-26 | 2 | -8/+12 | |
* | Link libresolv.so with ld.so for __stack_chk_guard. | Joseph Myers | 2011-09-21 | 2 | -1/+14 | |
* | Clean up disabling of script_execute | Roland McGrath | 2011-09-19 | 2 | -9/+16 | |
* | Get rid of tls.make include file. | Roland McGrath | 2011-09-19 | 3 | -9/+6 |