Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-15 | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | |
2011-10-15 | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | |
The functions to get the pointers can now depend on the TLS variable be initialized. | |||
2011-10-15 | Fix WS | Ulrich Drepper | |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | |
2011-10-14 | Optimize x86-32 log | Ulrich Drepper | |
2011-10-14 | Adjust s390 libm ULPs | Andreas Schwab | |
2011-10-14 | Fix lost feraiseexcept symbol | Andreas Schwab | |
2011-10-13 | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | |
2011-10-13 | Check for zero size in memrchr for x86_64 | Andreas Schwab | |
2011-10-12 | Fix whitespaces | Ulrich Drepper | |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | |
2011-10-12 | Optimize libm | Ulrich Drepper | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | |||
2011-10-10 | Implement __isinf_nsl for IBM long double | Andreas Schwab | |
2011-10-08 | Conditionalize unnecessary #include. | Roland McGrath | |
2011-10-08 | Fix some nit warnings. | Roland McGrath | |
2011-10-08 | Optimize use of isnan, isinf, finite | Ulrich Drepper | |
2011-10-07 | Fix whitespace | Ulrich Drepper | |
2011-10-07 | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | |
2011-09-28 | Adjust powerpc libm ULPs | Andreas Schwab | |
2011-09-26 | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | |
2011-09-19 | Clean up disabling of script_execute | Roland McGrath | |
2011-09-15 | finite for 64-bit platforms | Ulrich Drepper | |
2011-09-15 | Define IP_MULTICAST_ALL | Ulrich Drepper | |
2011-09-15 | Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵ | Roland McGrath | |
____longjmp_chk implementations. | |||
2011-09-15 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-09-15 | Add fmax and fmin inlines for x86-64 | Ulrich Drepper | |
2011-09-15 | Fix PLT uses in libm on powerpc | Andreas Schwab | |
2011-09-14 | Use correct section to allow merging | Ulrich Drepper | |
2011-09-14 | Optimized lrint and llrint for x86-64 | Ulrich Drepper | |
2011-09-13 | Fix undefined symbol in powerpc64 dl-machine.h | Andreas Schwab | |
2011-09-13 | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | |
2011-09-12 | Optimize logb code for 64-bit machines | Ulrich Drepper | |
2011-09-12 | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | |
2011-09-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | |
2011-09-11 | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | |
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | |||
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | |
2011-09-09 | Fix jn precision | Petr Baudis | |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | |
2011-09-08 | Fix lround() loses precision | Paul Pluzhnikov | |
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | |
CVS use for glibc is long gone. | |||
2011-09-08 | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | |
2011-09-08 | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | |
2011-09-07 | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | |
2011-09-07 | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | |
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 | |||
2011-09-07 | Fix whitespaces | Ulrich Drepper | |
2011-09-07 | Trigonometric optimizations for POWER | Adhemerval Zanella | |
2011-09-07 | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | |