| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use CPPFLAGS from configure. | Mike Frysinger | 2011-09-19 | 3 | -1/+7 |
* | finite for 64-bit platforms | Ulrich Drepper | 2011-09-15 | 2 | -0/+34 |
* | Define IP_MULTICAST_ALL | Ulrich Drepper | 2011-09-15 | 2 | -1/+7 |
* | Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c... | Roland McGrath | 2011-09-15 | 4 | -11/+15 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-15 | 12 | -25/+68 |
|\ |
|
| * | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 2011-09-15 | 7 | -9/+41 |
| * | Fix PLT uses in libm on powerpc | Andreas Schwab | 2011-09-15 | 5 | -16/+27 |
* | | Add fmax and fmin inlines for x86-64 | Ulrich Drepper | 2011-09-15 | 2 | -5/+46 |
|/ |
|
* | Use correct section to allow merging | Ulrich Drepper | 2011-09-14 | 2 | -2/+4 |
* | Optimized lrint and llrint for x86-64 | Ulrich Drepper | 2011-09-14 | 2 | -10/+53 |