summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2011-10-15Fix WSUlrich Drepper
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-10-14Optimize x86-32 logUlrich Drepper
2011-10-14Adjust s390 libm ULPsAndreas Schwab
2011-10-14Fix lost feraiseexcept symbolAndreas Schwab
2011-10-13Fix PLT use in feupdateenv on x86_64Andreas Schwab
2011-10-13Check for zero size in memrchr for x86_64Andreas Schwab
2011-10-12Fix whitespacesUlrich Drepper
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva
2011-10-12Optimize libmUlrich Drepper
2011-10-10Implement __isinf_nsl for IBM long doubleAndreas Schwab
2011-10-08Conditionalize unnecessary #include.Roland McGrath
2011-10-08Fix some nit warnings.Roland McGrath
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2011-10-07Fix whitespaceUlrich Drepper
2011-10-07Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-28Adjust powerpc libm ULPsAndreas Schwab
2011-09-26Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab
2011-09-19Clean up disabling of script_executeRoland McGrath
2011-09-15finite for 64-bit platformsUlrich Drepper
2011-09-15Define IP_MULTICAST_ALLUlrich Drepper
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath
2011-09-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-15Add fmax and fmin inlines for x86-64Ulrich Drepper
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab
2011-09-14Use correct section to allow mergingUlrich Drepper
2011-09-14Optimized lrint and llrint for x86-64Ulrich Drepper
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab
2011-09-12Optimize logb code for 64-bit machinesUlrich Drepper
2011-09-12Fix invalid conversion in __cmsg_nxthdrAndreas Schwab
2011-09-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-11Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab
2011-09-10Simplify malloc initializationUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-09Fix jn precisionPetr Baudis
2011-09-09Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper
2011-09-08Fix lround() loses precisionPaul Pluzhnikov
2011-09-08Remove support for automatic cvs check-insUlrich Drepper
2011-09-08sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault
2011-09-08Hurd: fix use of uninitialized value in fork port copying.Roland McGrath
2011-09-07Fix up x86-32 section names for Atom codeLiubov Dmitrieva
2011-09-07Check for finite/infinity parms in IBM Long Double 128 fmal( )Ulrich Drepper
2011-09-07Fix whitespacesUlrich Drepper
2011-09-07Trigonometric optimizations for POWERAdhemerval Zanella
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra
2011-09-07power7 strncmp optimizationWill Schmidt
2011-09-07power7 memcpy VSX optimizationsWill Schmidt