about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-204-12/+18
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-021-0/+3
* Make drem an alias of remainder (bug 16171).Joseph Myers2015-10-297-21/+8
* Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers2015-10-021-2/+2
* Use math_narrow_eval more consistently.Joseph Myers2015-09-231-4/+1
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-0/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Fixed powerpc64 build.Andrew Senkevich2015-06-191-0/+4
* Replace finite with isfinite.Wilco Dijkstra2015-06-031-1/+1
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-034-4/+4
* Use __copysign rather than copysign.Wilco Dijkstra2015-04-221-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-022-2/+2
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-2410-10/+10
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-012-2/+2
* rename configure.in to configure.acMike Frysinger2013-10-302-1/+1
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab2013-01-1017-117/+0
* Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab2013-01-1017-0/+117
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-022-2/+2
* Fix "conflicting types for built-in function" warnings from nldbl-*.c.Joseph Myers2012-12-041-0/+99
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-120/+0
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-5/+5
* Track dependencies for .oS-only objectsAndreas Schwab2012-05-161-0/+1
* Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2012-05-011-6/+2
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-172-1/+6
* Disable use of FMA instructions in branredAndreas Schwab2012-03-211-34/+127
* Use target-specific math_private.h in math_ldbl_opt.h.Richard Henderson2012-03-091-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-092-6/+4
* More fallout from supporting only ELFUlrich Drepper2012-01-081-7/+1
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
* Remove non-ELF supportUlrich Drepper2012-01-071-1/+1
* Implement accurate fma.Jakub Jelinek2010-10-131-1/+1
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-27/+24
* * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857Ulrich Drepper2008-03-0510-2/+164
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-1816-3/+316
* [BZ #3306]Ulrich Drepper2007-04-161-10/+18
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-18/+10
* .Jakub Jelinek2007-07-311-10/+18
* 2006-02-01 Roland McGrath <roland@redhat.com>Roland McGrath2006-02-021-0/+2
* * sysdeps/ieee754/ldbl-64-128/s_nexttowardfd.c: Moved to...Roland McGrath2006-01-212-2/+84
* 2006-01-18 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-191-4/+7
* * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: RestoreRoland McGrath2006-01-181-0/+1
* * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_DECL): Don't tryRoland McGrath2006-01-149-16/+70
* (__nldbl___vstrfmon, __nldbl___vsyslog_chk): Restore missing decls.Roland McGrath2006-01-141-1/+6
* * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.Roland McGrath2006-01-142-29/+24
* * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_DECL): Fix typo.Roland McGrath2006-01-141-9/+14
* * sysdeps/unix/sysv/linux/sparc/sparc32/nldbl-abi.h: New file.Roland McGrath2006-01-142-5/+7
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-14315-0/+3586
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-22316-3743/+0