CVS commit: src/lib/libm

2021-07-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Jul 21 12:05:02 UTC 2021 Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on alpha Alpha has no hardware-assisted fused multiply-add, so the fallback C implementation must be used. A

CVS commit: src/lib/libm

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:43:20 UTC 2021 Modified Files: src/lib/libm: Makefile Log Message: Use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/lib/libm/Makefile Please note that diffs are not

CVS commit: src/lib/libm/src

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 09:15:52 UTC 2021 Modified Files: src/lib/libm/src: k_standard.c Log Message: add a default: case to __kernel_standard(), failing with EDOM To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/libm/src

2020-01-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 30 20:31:50 UTC 2020 Modified Files: src/lib/libm/src: s_frexp.c Log Message: Provide frexpl on non-long-double systems as alias to frexp. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libm/man

2019-05-02 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu May 2 15:08:35 UTC 2019 Modified Files: src/lib/libm/man: nextafter.3 Log Message: Explicitly indicate that nexttowardl() is identical to nextafterl(). Requested by kamil. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm/man

2019-04-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 28 07:33:02 UTC 2019 Modified Files: src/lib/libm/man: nextafter.3 Log Message: Remove undefined \*H To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/man/nextafter.3 Please note that diffs are not

CVS commit: src/lib/libm/arch/i387

2019-04-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Apr 26 10:11:14 UTC 2019 Removed Files: src/lib/libm/arch/i387: s_cos.S s_cosf.S s_ilogb.S s_ilogbf.S s_modf.S s_sin.S s_sinf.S s_tan.S s_tanf.S Log Message: Remove unused 387 implementations. These were removed

CVS commit: src/lib/libm

2019-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Apr 17 07:45:23 UTC 2019 Modified Files: src/lib/libm: Makefile Log Message: also want s_nexttoward.c on riscv. now tests/lib/libm links. To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 src/lib/libm/Makefile

CVS commit: src/lib/libm

2019-04-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Apr 15 18:44:26 UTC 2019 Modified Files: src/lib/libm: Makefile Log Message: we need rintl (long double) to link binaries To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/lib/libm/Makefile Please note that

CVS commit: src/lib/libm/arch/riscv

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 17:18:26 UTC 2019 Modified Files: src/lib/libm/arch/riscv: s_copysign.S Log Message: Don't alias the long double version to the double version. We now have 128bit long double (by the upstream GCC changing things) To

CVS commit: src/lib/libm

2019-02-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Feb 22 18:17:23 UTC 2019 Modified Files: src/lib/libm: Makefile Log Message: Default our libm to -frounding-math, if built with GCC. The long-standing GCC default is to not respect rounding mode. it looks like GCC 7 optimizes

CVS commit: src/lib/libm/noieee_src

2019-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 03:30:20 UTC 2019 Modified Files: src/lib/libm/noieee_src: n_lgamma.c Log Message: add some fallthru comments. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/noieee_src/n_lgamma.c Please note

CVS commit: src/lib/libm/noieee_src

2018-11-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 9 10:19:47 UTC 2018 Modified Files: src/lib/libm/noieee_src: n_fmod.c Log Message: Add modfl alias. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libm/noieee_src/n_fmod.c Please note that diffs

CVS commit: src/lib/libm/src

2018-03-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 27 11:59:49 UTC 2018 Modified Files: src/lib/libm/src: s_scalbn.c Log Message: Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures. Pointed out by Hal Murray on port-arm. To generate a diff of this

CVS commit: src/lib/libm/src

2018-03-10 Thread Eitan Adler
Module Name:src Committed By: eadler Date: Sat Mar 10 09:44:47 UTC 2018 Modified Files: src/lib/libm/src: e_atan2.c Log Message: Fix signed overflow in atan2 As a component of atan2(y, x), the case of x == 1.0 is farmed out to atan(y). The current implementation of this

CVS commit: src/lib/libm/noieee_src

2018-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 01:14:41 UTC 2018 Modified Files: src/lib/libm/noieee_src: n_exp2.c Log Message: avoid negative shift To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/noieee_src/n_exp2.c Please note that

CVS commit: src/lib/libm/noieee_src

2018-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 5 23:00:55 UTC 2018 Modified Files: src/lib/libm/noieee_src: n_jn.c Log Message: comment out unused variable. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libm/noieee_src/n_jn.c Please note

CVS commit: src/lib/libm/arch/i387

2018-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 03:54:21 UTC 2018 Modified Files: src/lib/libm/arch/i387: fenv.c Log Message: use named initializers To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/i387/fenv.c Please note that diffs

CVS commit: src/lib/libm/arch/alpha

2017-12-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Dec 30 17:59:25 UTC 2017 Modified Files: src/lib/libm/arch/alpha: fenv.c Log Message: Fix usage of sysarch(ALPHA_FPGETMASK) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/arch/alpha/fenv.c Please

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 15:03:18 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Restore CAVEATS section unmodified. It apparently refers to VAX and its lack of a negative zero. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 11:18:41 UTC 2017 Modified Files: src/lib/libm/man: math.3 Log Message: List a few more functions To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libm/man/math.3 Please note that diffs are not

CVS commit: src/lib/libm/man

2017-09-28 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Sep 28 11:09:05 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Remove CAVEATS section The man page for an individual function is not the right place to discuss the issues with negative zero To generate a

CVS commit: src/lib/libm/man

2017-09-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 28 05:51:26 UTC 2017 Modified Files: src/lib/libm/man: hypot.3 Log Message: Remove Tn. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libm/man/hypot.3 Please note that diffs are not public domain;

CVS commit: src/lib/libm/man

2017-09-27 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 27 10:12:47 UTC 2017 Modified Files: src/lib/libm/man: fma.3 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/fma.3 Please note that diffs are not public domain; they are

CVS commit: src/lib/libm/complex

2017-09-27 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Sep 27 09:20:27 UTC 2017 Modified Files: src/lib/libm/complex: cabs.3 cproj.3 creal.3 Log Message: Mention tgmath cproj, creal, cabs following copysign example use of "real-floating" with "complex-floating" To generate a

CVS commit: src/lib/libm

2017-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 26 18:03:30 UTC 2017 Modified Files: src/lib/libm: shlib_version Log Message: Mention wanting to remove isnanf too, reword To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libm/shlib_version Please

CVS commit: src/lib/libm/man

2017-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 26 15:42:54 UTC 2017 Modified Files: src/lib/libm/man: hypot.3 Log Message: omit mention of cabs (not relevant to this man page) mention type-generic hypot mention hypotl To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm/man

2017-09-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Sep 26 15:12:57 UTC 2017 Modified Files: src/lib/libm/man: copysign.3 Log Message: Mention there's a type generic variant in tgmath.h (XXX and in math.h, if you're netbsd) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm

2017-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 21 17:10:34 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: add nexttoward for mips64 and aarch64 To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/lib/libm/Makefile Please note that

CVS commit: src/lib/libm

2017-08-17 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 17 13:58:40 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: Actually... s_nexttowardf.c appears to be usable on soft-float as well; it was for arm earlier and briefly for all mips, so just move it into

CVS commit: src/lib/libm

2017-08-17 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 17 09:06:21 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: Move the inclusion of s_nexttowardf.c into a common test for MKSOFTFLOAT=="no". This brings us nexttowardf() for sparc, at least. To generate a diff

CVS commit: src/lib/libm

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 13:34:59 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: add s_rintl.c for aarch64. ok by ryo@. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/lib/libm/Makefile Please note that

CVS commit: src/lib/libm/src

2017-08-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Aug 16 11:22:52 UTC 2017 Modified Files: src/lib/libm/src: s_nextafter.c Log Message: On second thought, don't introduce nexttowardl() since we don't have that yet elsewhere. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm

2017-08-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Aug 16 09:18:24 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: In the non-softfloat m68k part, add s_nexttoward.c and s_nexttowardf.c, so that we get nexttoward() and nexttowardf() implemented here as well. To

CVS commit: src/lib/libm/src

2017-08-16 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Aug 16 09:15:49 UTC 2017 Modified Files: src/lib/libm/src: s_nextafter.c Log Message: On systems without __HAVE_LONG_DOUBLE, also alias nexttoward() and nexttowardl() to nextafter(). To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libm

2017-08-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Aug 15 10:40:28 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: rintl is required for archs that support long double. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/lib/libm/Makefile

CVS commit: src/lib/libm

2017-08-11 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Aug 11 20:24:56 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: Move s_nearbyint.c out of the cpu ifdefs and into COMMON_SRCS, which is used everywhere except on vax. This is to simplify and to ensure the function

CVS commit: src/lib/libm

2017-07-27 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jul 27 10:03:10 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: The sparc port needs s_nearbyint.c as well. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/lib/libm/Makefile Please note that

CVS commit: src/lib/libm

2017-07-27 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jul 27 07:01:58 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: Non-softfloat m68k needs s_rintl.c. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/lib/libm/Makefile Please note that diffs are

CVS commit: src/lib/libm

2017-07-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jul 26 09:53:09 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: Add s_nearbyint.c to alpha, ia64, riscv, mips, powerpc, and sh3 ports. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: src/lib/libm

2017-07-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jul 26 09:42:12 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: Add some blank lines to separate the different CPU archs, for a minimal readability improvement. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm/src

2017-06-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Jun 22 12:43:43 UTC 2017 Modified Files: src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c Log Message: Correct misleading indentation. NFC >From GCC8 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/lib/libm

2017-05-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 13 13:17:11 UTC 2017 Modified Files: src/lib/libm: shlib_version Log Message: Belatedly bump minor. lots of changes since -7 (libm.so.0.11), including: new functions: llroundl, lroundl, erfl, erfcl partial switch to

CVS commit: src/lib/libm/compat

2017-05-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat May 13 02:58:03 UTC 2017 Modified Files: src/lib/libm/compat: compat_cabs.c compat_cabsf.c Log Message: Drop superfluous ; in __warn_references To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libm/src

2017-05-08 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue May 9 02:04:38 UTC 2017 Modified Files: src/lib/libm/src: e_asin.c e_asinf.c Log Message: Correct misleading indentation. NFC This isn't a functional difference because huge + x > one is always true for a small x, and is

CVS commit: src/lib/libm/arch/arm

2017-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 8 09:25:03 UTC 2017 Modified Files: src/lib/libm/arch/arm: fenv.c Log Message: Complete the namespace dance To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/arm/fenv.c Please note that

CVS commit: src/lib/libm/arch/arm

2017-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 8 08:21:56 UTC 2017 Modified Files: src/lib/libm/arch/arm: fenv.c Log Message: Add missing namespace.h include To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libm/arch/arm/fenv.c Please note that

CVS commit: src/lib/libm/complex

2017-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 7 22:01:54 UTC 2017 Modified Files: src/lib/libm/complex: Makefile.inc Log Message: Add the imprecise catrigl functions back. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libm/complex

2017-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 7 21:59:06 UTC 2017 Modified Files: src/lib/libm/complex: catrigl.c Log Message: mention why we don't support this (yet) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/complex/catrigl.c

CVS commit: src/lib/libm/src

2017-05-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 7 11:29:21 UTC 2017 Modified Files: src/lib/libm/src: s_llrintl.c s_lrintl.c Log Message: Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE. XXX should probably declare some aliases in the #else case To generate a

CVS commit: src/lib/libm

2017-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 6 18:03:25 UTC 2017 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/src: s_llrint.c s_llrintf.c s_llrintl.c s_llround.c s_llroundf.c s_llroundl.c s_lrint.c s_lrintf.c s_lrintl.c

CVS commit: src/lib/libm/src

2017-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 6 18:02:52 UTC 2017 Modified Files: src/lib/libm/src: e_sqrtl.c s_fma.c s_fmaf.c s_fmal.c s_nearbyint.c Log Message: add missing namespace.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libm

2017-03-23 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 23 18:26:03 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: sun2 just has to be different, of course. it doesn't use the libc softfloat and thus doesn't set MKSOFTFLOAT=yes. enable the fenv functions here

CVS commit: src/lib/libm/arch/arm

2017-03-16 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 16 16:32:12 UTC 2017 Modified Files: src/lib/libm/arch/arm: lrint.S lrintf.S Log Message: lrint() and lrintf() are supposed to use the current rounding mode, so use vcvtr rather than vcvt. To generate a diff of this

CVS commit: src/lib/libm/gen

2017-03-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Mar 7 11:15:08 UTC 2017 Modified Files: src/lib/libm/gen: nan.c Log Message: Remove redundant null check before free() It is guaranteed to be fine also by C99 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libm/src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:49:02 UTC 2017 Modified Files: src/lib/libm/src: lrint.c Log Message: the MI lrint() code assumes that rounding is done in at most double precision but m68k (68881) uses extended precision by default, so put the FPU in

CVS commit: src/lib/libm

2017-02-22 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Feb 23 02:05:30 UTC 2017 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/ia64: fenv.c Log Message: Add fenv for ia64, imported from FreeBSD, compile tested only. To generate a diff of this

CVS commit: src/lib/libm/src

2017-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Feb 9 22:11:09 UTC 2017 Modified Files: src/lib/libm/src: s_expm1.c s_expm1f.c Log Message: ifdef out some dead code. improves code readability. all later users of y first assign another value. using ifdefs to make potential

CVS commit: src/lib/libm/src

2017-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Feb 9 21:23:11 UTC 2017 Modified Files: src/lib/libm/src: e_j0.c e_j0f.c e_j1.c e_j1f.c Log Message: Appease static analyzers by making all code paths which assign values into p,q sane. Get rid of redundant assignment. Indent

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 16:06:19 UTC 2017 Modified Files: src/lib/libm/man: ceil.3 Log Message: Add comma between two Nm entries in the NAME section. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libm/man/ceil.3

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 15:57:47 UTC 2017 Modified Files: src/lib/libm/man: modf.3 Log Message: Add modff and modfl in the NAME section. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/modf.3 Please note that

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 15:49:02 UTC 2017 Modified Files: src/lib/libm/man: ieee_test.3 Log Message: Fix a sentence. Correct function name in the DESCRIPTION section. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:51:29 UTC 2017 Modified Files: src/lib/libm/man: log.3 Log Message: Also, fix spelling of described. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libm/man/log.3 Please note that diffs are

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:46:51 UTC 2017 Modified Files: src/lib/libm/man: exp.3 Log Message: Fix sentence. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libm/man/exp.3 Please note that diffs are not public

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:42:28 UTC 2017 Modified Files: src/lib/libm/man: log.3 Log Message: Remove comma after last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/man/log.3 Please note that diffs are

CVS commit: src/lib/libm/man

2017-02-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 1 14:37:20 UTC 2017 Modified Files: src/lib/libm/man: exp.3 Log Message: Remove comma after the last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libm/man/exp.3 Please note that

CVS commit: src/lib/libm

2017-01-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jan 20 22:10:38 UTC 2017 Modified Files: src/lib/libm: shlib_version Log Message: add a wishlist for a major bump. isinff and compatibility cabs. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libm/complex

2017-01-01 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jan 1 19:32:14 UTC 2017 Modified Files: src/lib/libm/complex: csqrt.c csqrtf.c Log Message: compare to zero, instead of using signbit, and be more specific in comment. -0.0 > 0 is also false. no functional change. while this

CVS commit: src/lib/libm/complex

2016-12-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 31 22:54:56 UTC 2016 Modified Files: src/lib/libm/complex: csqrtf.c Log Message: similar to csqrt, spare ourselves a fabsf call. we already check sign later on, use this to our advantage. No functional change. To

CVS commit: src/lib/libm/complex

2016-12-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 31 20:01:15 UTC 2016 Modified Files: src/lib/libm/complex: csqrt.c csqrtf.c Log Message: csqrt has a branch cut on the negative real axis, and this requires delicacy in order to maintain continuity around it. we have an

CVS commit: src/lib/libm/complex

2016-12-31 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 31 15:33:03 UTC 2016 Modified Files: src/lib/libm/complex: csqrt.c Log Message: Spare ourselves a fabs call. We already check the sign later. w = r + y*I is the same as w = r because this is the y == 0 case. no functional

CVS commit: src/lib/libm

2016-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 8 18:42:01 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: more stuff needs -mfpu=vfp To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/lib/libm/Makefile Please note that diffs are not

CVS commit: src/lib/libm

2016-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 21 14:11:40 UTC 2016 Modified Files: src/lib/libm: Makefile src/lib/libm/noieee_src: n_asincos.c Added Files: src/lib/libm/noieee_src: n_atanhf.c Log Message: deal with namespace issues and missing

CVS commit: src/lib/libm/complex

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 18:25:20 UTC 2016 Modified Files: src/lib/libm/complex: catrig.c Log Message: fix VAX! To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/complex/catrig.c Please note that diffs are not

CVS commit: src/lib/libm

2016-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 19 22:05:05 UTC 2016 Modified Files: src/lib/libm/complex: Makefile.inc src/lib/libm/src: math_private.h Added Files: src/lib/libm/complex: catrig.c catrigf.c catrigl.c Log Message: Add the complex trig

CVS commit: src/lib/libm

2016-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 7 14:41:33 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: Actually get fma(3) and friends into ARM libm. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/lib/libm/Makefile Please

CVS commit: src/lib/libm/src

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 10:03:16 UTC 2016 Modified Files: src/lib/libm/src: k_standard.c Log Message: no need for stdio. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libm/src/k_standard.c Please note that diffs

CVS commit: src/lib/libm/src

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 10:00:38 UTC 2016 Modified Files: src/lib/libm/src: k_standard.c Log Message: correct case 23 for -0.0 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libm/src/k_standard.c Please note that

CVS commit: src/lib/libm/src

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 10:01:08 UTC 2016 Modified Files: src/lib/libm/src: e_pow.c e_powf.c Log Message: sync with FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libm/src/e_pow.c cvs rdiff -u -r1.15 -r1.16

CVS commit: src/lib/libm

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 09:15:44 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: skip buggy assembly for libm_g.a To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/lib/libm/Makefile Please note that diffs

CVS commit: src/lib/libm/gen

2016-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 02:56:26 UTC 2016 Modified Files: src/lib/libm/gen: nan.3 Log Message: strtod, not strod. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libm/gen/nan.3 Please note that diffs are not public

CVS commit: src/lib/libm

2016-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 26 08:33:48 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: fix double merge. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/lib/libm/Makefile Please note that diffs are not public

CVS commit: src/lib/libm

2016-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 26 08:31:17 UTC 2016 Modified Files: src/lib/libm: Makefile src/lib/libm/src: e_sqrtl.c Log Message: do the FENV test consistently To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

CVS commit: src/lib/libm/src

2016-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 26 08:20:31 UTC 2016 Modified Files: src/lib/libm/src: s_ilogb.c s_ilogbf.c s_ilogbl.c Log Message: fix sun2 build; only IEEE math platform (and coldfire) without fenv To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm

2016-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 25 12:15:28 UTC 2016 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/sh3: fenv.c Log Message: more fenv for sh To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/lib/libm

2016-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 10:03:32 UTC 2016 Modified Files: src/lib/libm: Makefile src/lib/libm/src: s_ilogb.c s_ilogbf.c s_ilogbl.c Log Message: fix ilogb* To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180

CVS commit: src/lib/libm

2016-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 09:10:57 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: add ilogb. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/lib/libm/Makefile Please note that diffs are not public domain;

CVS commit: src/lib/libm/noieee_src

2016-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 09:08:50 UTC 2016 Added Files: src/lib/libm/noieee_src: n_ilogb.c Log Message: ilogb for the vax To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libm/noieee_src/n_ilogb.c Please note that diffs

CVS commit: src/lib/libm

2016-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 23 10:00:15 UTC 2016 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/alpha: fenv.c Log Message: fenv.h for alpha To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178

CVS commit: src/lib/libm/man

2016-08-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 22 07:33:31 UTC 2016 Modified Files: src/lib/libm/man: ilogb.3 Log Message: BUGS section is no longer correct FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/lib/libm

2016-03-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 30 07:44:06 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: No fenv for m68k with SOFTFLOAT for now - so at least it builds. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src/lib/libm/arch/hppa

2016-03-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 20 14:22:46 UTC 2016 Modified Files: src/lib/libm/arch/hppa: fenv.c Log Message: Update {read,write}fpsr to work everywhere To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/arch/hppa/fenv.c

CVS commit: src/lib/libm/man

2016-03-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 17 09:44:56 UTC 2016 Modified Files: src/lib/libm/man: fabs.3 Log Message: Fix typo, add whitespace for better formatting, bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libm/man

2016-03-15 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Tue Mar 15 15:29:19 UTC 2016 Modified Files: src/lib/libm/man: modf.3 Log Message: Add modfl to the modf manpage, the link to modfl was already there but the content was missing. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libm/compiler_rt

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:06:56 UTC 2016 Modified Files: src/lib/libm/compiler_rt: Makefile.inc Log Message: Long double complex multiplication and division helpers are needed on Sparc64 and AArch64. To generate a diff of this commit: cvs

CVS commit: src/lib/libm/arch/i387

2016-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 17 19:54:11 UTC 2016 Modified Files: src/lib/libm/arch/i387: fenv.c Log Message: PR/50822: David Binderman: Fix copy length. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/i387/fenv.c

CVS commit: src/lib/libm/src

2016-01-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 24 20:34:30 UTC 2016 Modified Files: src/lib/libm/src: e_hypotf.c Log Message: Fix incorrect magic numbers in scaling. From FreeBSD commit 23397, by way of Rin Okuyama. Fixes PR lib/50698. To generate a diff of this

CVS commit: src/lib/libm/noieee_src

2016-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 16 21:29:33 UTC 2016 Modified Files: src/lib/libm/noieee_src: n_fmod.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libm/noieee_src/n_fmod.c Please note that diffs are not

CVS commit: src/lib/libm/noieee_src

2016-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 16 19:44:05 UTC 2016 Modified Files: src/lib/libm/noieee_src: n_fmod.c Log Message: PR/50660: David Binderman: bad calls to printf, in test part To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libm/noieee_src

2016-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 16 21:31:38 UTC 2016 Modified Files: src/lib/libm/noieee_src: n_fmod.c Log Message: modernize. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libm/noieee_src/n_fmod.c Please note that diffs are

  1   2   3   4   >