History log of /netbsd/lib/libm/src/s_copysign.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 90f92098 14-May-2015 joerg <joerg@NetBSD.org>

copysignl is also needed for PowerPC's double-double format, so special
case that. Functional support was added earlier, but not enabled.


# 159777d4 14-Nov-2014 joerg <joerg@NetBSD.org>

Define copysignl on !long double platforms. Be consistent in the use of
weak aliases.


# aa30599e 26-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# 42724dd4 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# 61187201 09-Oct-1997 lukem <lukem@NetBSD.org>

rcsid facism, WARNSify


# d042a3eb 10-May-1995 jtc <jtc@NetBSD.org>

Id -> NetBSD


# d1f06e0b 22-Sep-1994 jtc <jtc@NetBSD.org>

LIBM_SCCS must be defined for the RCS ID to be defined.
This library will soon be used by DJGPP. And since memory is often tight
on DOS machines, there is little benifit to be had from including RCS

LIBM_SCCS must be defined for the RCS ID to be defined.
This library will soon be used by DJGPP. And since memory is often tight
on DOS machines, there is little benifit to be had from including RCS IDs.

show more ...


# b0c9d092 18-Aug-1994 jtc <jtc@NetBSD.org>

Change int -> int32_t and unsigned int -> u_int32_t to improve portabilty
to machines where int != 32 bits.


# 8346e333 10-Aug-1994 jtc <jtc@NetBSD.org>

Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
minor changes by me.


# 39abd309 03-Mar-1994 jtc <jtc@NetBSD.org>

Don't determine byte order at run time.
This also "solves" the problem of GCC optimization leading to incorrect
results.


# bc3f7bf6 18-Feb-1994 jtc <jtc@NetBSD.org>

Add RCS ID's.


# b0122e80 11-Feb-1994 jtc <jtc@NetBSD.org>

Include <math.h> instead of "fdlibm.h"
Byteorder fix for s_frexp.c.


# 13618394 11-Feb-1994 jtc <jtc@NetBSD.org>

Fdlibm 5.1