Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement __isinf_nsl for IBM long double | Andreas Schwab | 2011-10-10 | 1 | -0/+16 |
| | |||||
* | Conditionalize unnecessary #include. | Roland McGrath | 2011-10-08 | 1 | -4/+5 |
| | |||||
* | Fix some nit warnings. | Roland McGrath | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 12 | -1/+125 |
| | |||||
* | Fix whitespace | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 2011-10-07 | 4 | -59/+842 |
| | |||||
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 10 | -39/+65 |
| | |||||
* | Adjust powerpc libm ULPs | Andreas Schwab | 2011-09-28 | 1 | -4/+42 |
| | |||||
* | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | 2011-09-26 | 1 | -8/+8 |
| | |||||
* | Clean up disabling of script_execute | Roland McGrath | 2011-09-19 | 1 | -9/+11 |
| | |||||
* | finite for 64-bit platforms | Ulrich Drepper | 2011-09-15 | 1 | -0/+32 |
| | |||||
* | Define IP_MULTICAST_ALL | Ulrich Drepper | 2011-09-15 | 1 | -1/+2 |
| | |||||
* | Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵ | Roland McGrath | 2011-09-15 | 3 | -11/+5 |
| | | | | ____longjmp_chk implementations. | ||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-15 | 4 | -16/+16 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix PLT uses in libm on powerpc | Andreas Schwab | 2011-09-15 | 4 | -16/+16 |
| | | |||||
* | | Add fmax and fmin inlines for x86-64 | Ulrich Drepper | 2011-09-15 | 1 | -5/+41 |
|/ | |||||
* | Use correct section to allow merging | Ulrich Drepper | 2011-09-14 | 1 | -2/+2 |
| | |||||
* | Optimized lrint and llrint for x86-64 | Ulrich Drepper | 2011-09-14 | 1 | -10/+46 |
| | |||||
* | Fix undefined symbol in powerpc64 dl-machine.h | Andreas Schwab | 2011-09-13 | 1 | -2/+0 |
| | |||||
* | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | 2011-09-13 | 2 | -6/+6 |
| | |||||
* | Optimize logb code for 64-bit machines | Ulrich Drepper | 2011-09-12 | 1 | -0/+44 |
| | |||||
* | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 2011-09-12 | 2 | -4/+4 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-11 | 2 | -12/+12 |
|\ | |||||
| * | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 2011-09-11 | 2 | -12/+12 |
| | | |||||
* | | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 22 | -279/+853 |
|/ | |||||
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 1 | -18/+0 |
| | | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | ||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 22 | -590/+190 |
| | |||||
* | Fix jn precision | Petr Baudis | 2011-09-09 | 7 | -53/+198 |
| | |||||
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 3 | -6/+6 |
| | |||||
* | Fix lround() loses precision | Paul Pluzhnikov | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 3 | -14/+4 |
| | | | | CVS use for glibc is long gone. | ||||
* | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | 2011-09-08 | 1 | -1/+5 |
| | |||||
* | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | 2011-09-07 | 6 | -9/+6 |
| | |||||
* | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | 2011-09-07 | 1 | -0/+39 |
| | | | | | | | | | | | This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog | ||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-07 | 2 | -2/+1 |
| | |||||
* | Trigonometric optimizations for POWER | Adhemerval Zanella | 2011-09-07 | 9 | -0/+1070 |
| | |||||
* | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 2011-09-07 | 5 | -6/+10 |
| | |||||
* | power7 strncmp optimization | Will Schmidt | 2011-09-07 | 2 | -2/+6 |
| | |||||
* | power7 memcpy VSX optimizations | Will Schmidt | 2011-09-07 | 2 | -29/+145 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-07 | 1 | -4/+0 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Revert "Fix semid_ds for x86-64" | Andreas Schwab | 2011-09-07 | 1 | -4/+0 |
| | | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | ||||
* | | Simplify AVX check | H.J. Lu | 2011-09-07 | 1 | -4/+1 |
|/ | |||||
* | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | 2011-09-07 | 2 | -0/+8 |
| | |||||
* | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 2011-09-06 | 1 | -2/+6 |
| | |||||
* | Move Atom-optimized code out of the way and together | Ulrich Drepper | 2011-09-06 | 8 | -9/+13 |
| | |||||
* | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 2011-09-06 | 4 | -16/+29 |
| | |||||
* | Avoid gettimeofday vsyscall | Ulrich Drepper | 2011-09-06 | 1 | -19/+3 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-06 | 1 | -0/+1 |
|\ | |||||
| * | Fix missing declaration | Andreas Schwab | 2011-09-06 | 1 | -0/+1 |
| | |