about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Optimize x86-32 logUlrich Drepper2011-10-146-3/+299
|
* Adjust s390 libm ULPsAndreas Schwab2011-10-141-2/+40
|
* Fix lost feraiseexcept symbolAndreas Schwab2011-10-141-1/+2
|
* Fix PLT use in feupdateenv on x86_64Andreas Schwab2011-10-132-5/+5
|
* Check for zero size in memrchr for x86_64Andreas Schwab2011-10-131-0/+3
|
* Fix whitespacesUlrich Drepper2011-10-122-10/+10
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-1211-1/+2639
|
* Optimize libmUlrich Drepper2011-10-12165-2875/+1843
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Implement __isinf_nsl for IBM long doubleAndreas Schwab2011-10-101-0/+16
|
* Conditionalize unnecessary #include.Roland McGrath2011-10-081-4/+5
|
* Fix some nit warnings.Roland McGrath2011-10-081-1/+1
|
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-0812-1/+125
|
* Fix whitespaceUlrich Drepper2011-10-071-1/+1
|
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-074-59/+842
|
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-0510-39/+65
|
* Adjust powerpc libm ULPsAndreas Schwab2011-09-281-4/+42
|
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2011-09-261-8/+8
|
* Clean up disabling of script_executeRoland McGrath2011-09-191-9/+11
|
* finite for 64-bit platformsUlrich Drepper2011-09-151-0/+32
|
* Define IP_MULTICAST_ALLUlrich Drepper2011-09-151-1/+2
|
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵Roland McGrath2011-09-153-11/+5
| | | | ____longjmp_chk implementations.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-154-16/+16
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix PLT uses in libm on powerpcAndreas Schwab2011-09-154-16/+16
| |
* | Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-151-5/+41
|/
* Use correct section to allow mergingUlrich Drepper2011-09-141-2/+2
|
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-141-10/+46
|
* Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab2011-09-131-2/+0
|
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-132-6/+6
|
* Optimize logb code for 64-bit machinesUlrich Drepper2011-09-121-0/+44
|
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-122-4/+4
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-112-12/+12
|\
| * Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2011-09-112-12/+12
| |
* | Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-1122-279/+853
|/
* Simplify malloc initializationUlrich Drepper2011-09-101-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___THREADUlrich Drepper2011-09-1022-590/+190
|
* Fix jn precisionPetr Baudis2011-09-097-53/+198
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-093-6/+6
|
* Fix lround() loses precisionPaul Pluzhnikov2011-09-081-1/+1
|
* Remove support for automatic cvs check-insUlrich Drepper2011-09-083-14/+4
| | | | CVS use for glibc is long gone.
* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault2011-09-081-1/+5
|
* Hurd: fix use of uninitialized value in fork port copying.Roland McGrath2011-09-081-2/+2
|
* Fix up x86-32 section names for Atom codeLiubov Dmitrieva2011-09-076-9/+6
|
* Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper2011-09-071-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 whitespacesUlrich Drepper2011-09-072-2/+1
|
* Trigonometric optimizations for POWERAdhemerval Zanella2011-09-079-0/+1070
|
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-075-6/+10
|
* power7 strncmp optimizationWill Schmidt2011-09-072-2/+6
|
* power7 memcpy VSX optimizationsWill Schmidt2011-09-072-29/+145
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-071-4/+0
|\ | | | | | | | | Conflicts: ChangeLog
| * Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-071-4/+0
| | | | | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.