new copyright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 10 Oct 1990 10:16:19 +0000 (02:16 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 10 Oct 1990 10:16:19 +0000 (02:16 -0800)
SCCS-vsn: lib/libm/common/atan2.c 5.6
SCCS-vsn: lib/libm/common/sincos.c 5.5
SCCS-vsn: lib/libm/common/tan.c 5.5
SCCS-vsn: lib/libm/common/trig.h 5.6
SCCS-vsn: lib/libm/common_source/acosh.c 5.6
SCCS-vsn: lib/libm/common_source/asincos.c 5.5
SCCS-vsn: lib/libm/common_source/asinh.c 5.6
SCCS-vsn: lib/libm/common_source/atan.c 5.5
SCCS-vsn: lib/libm/common_source/atanh.c 5.6
SCCS-vsn: lib/libm/common_source/cosh.c 5.6
SCCS-vsn: lib/libm/common_source/exp.c 5.6
SCCS-vsn: lib/libm/common_source/exp__E.c 5.6
SCCS-vsn: lib/libm/common_source/expm1.c 5.6
SCCS-vsn: lib/libm/common_source/floor.c 5.7
SCCS-vsn: lib/libm/common_source/log.c 5.6
SCCS-vsn: lib/libm/common_source/log10.c 5.6
SCCS-vsn: lib/libm/common_source/log1p.c 5.6
SCCS-vsn: lib/libm/common_source/log__L.c 5.6
SCCS-vsn: lib/libm/common_source/mathimpl.h 5.3
SCCS-vsn: lib/libm/common_source/pow.c 5.7
SCCS-vsn: lib/libm/common_source/sinh.c 5.6
SCCS-vsn: lib/libm/common_source/tanh.c 5.5
SCCS-vsn: lib/libm/ieee/cabs.c 5.6
SCCS-vsn: lib/libm/ieee/cbrt.c 5.8
SCCS-vsn: lib/libm/ieee/support.c 5.6
SCCS-vsn: lib/libm/national/support.s 5.4
SCCS-vsn: lib/libm/national/sqrt.s 5.4
SCCS-vsn: lib/libm/tahoe/cabs.s 5.5
SCCS-vsn: lib/libm/tahoe/cbrt.s 5.5
SCCS-vsn: lib/libm/tahoe/infnan.s 5.5
SCCS-vsn: lib/libm/tahoe/sqrt.s 5.6
SCCS-vsn: lib/libm/tahoe/support.s 5.6
SCCS-vsn: lib/libm/tahoe/mcount.sed 5.4
SCCS-vsn: lib/libm/vax/argred.s 5.4
SCCS-vsn: lib/libm/vax/atan2.s 5.4
SCCS-vsn: lib/libm/vax/cabs.s 5.4
SCCS-vsn: lib/libm/vax/cbrt.s 5.4
SCCS-vsn: lib/libm/vax/infnan.s 5.5
SCCS-vsn: lib/libm/vax/mcount.sed 5.3
SCCS-vsn: lib/libm/vax/sincos.s 5.4
SCCS-vsn: lib/libm/vax/sqrt.s 5.4
SCCS-vsn: lib/libm/vax/support.s 5.5
SCCS-vsn: lib/libm/vax/tan.s 5.4

43 files changed:
usr/src/lib/libm/common/atan2.c
usr/src/lib/libm/common/sincos.c
usr/src/lib/libm/common/tan.c
usr/src/lib/libm/common/trig.h
usr/src/lib/libm/common_source/acosh.c
usr/src/lib/libm/common_source/asincos.c
usr/src/lib/libm/common_source/asinh.c
usr/src/lib/libm/common_source/atan.c
usr/src/lib/libm/common_source/atanh.c
usr/src/lib/libm/common_source/cosh.c
usr/src/lib/libm/common_source/exp.c
usr/src/lib/libm/common_source/exp__E.c
usr/src/lib/libm/common_source/expm1.c
usr/src/lib/libm/common_source/floor.c
usr/src/lib/libm/common_source/log.c
usr/src/lib/libm/common_source/log10.c
usr/src/lib/libm/common_source/log1p.c
usr/src/lib/libm/common_source/log__L.c
usr/src/lib/libm/common_source/mathimpl.h
usr/src/lib/libm/common_source/pow.c
usr/src/lib/libm/common_source/sinh.c
usr/src/lib/libm/common_source/tanh.c
usr/src/lib/libm/ieee/cabs.c
usr/src/lib/libm/ieee/cbrt.c
usr/src/lib/libm/ieee/support.c
usr/src/lib/libm/national/sqrt.s
usr/src/lib/libm/national/support.s
usr/src/lib/libm/tahoe/cabs.s
usr/src/lib/libm/tahoe/cbrt.s
usr/src/lib/libm/tahoe/infnan.s
usr/src/lib/libm/tahoe/mcount.sed
usr/src/lib/libm/tahoe/sqrt.s
usr/src/lib/libm/tahoe/support.s
usr/src/lib/libm/vax/argred.s
usr/src/lib/libm/vax/atan2.s
usr/src/lib/libm/vax/cabs.s
usr/src/lib/libm/vax/cbrt.s
usr/src/lib/libm/vax/infnan.s
usr/src/lib/libm/vax/mcount.sed
usr/src/lib/libm/vax/sincos.s
usr/src/lib/libm/vax/sqrt.s
usr/src/lib/libm/vax/support.s
usr/src/lib/libm/vax/tan.s

index b0f7f78..dd319dd 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)atan2.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)atan2.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ATAN2(Y,X)
 #endif /* not lint */
 
 /* ATAN2(Y,X)
index ecf97af..fd19cfa 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sincos.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)sincos.c   5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "trig.h"
 #endif /* not lint */
 
 #include "trig.h"
index f7432da..22275f5 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tan.c      5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)tan.c      5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "trig.h"
 #endif /* not lint */
 
 #include "trig.h"
index 6bb204c..7c42f6d 100644 (file)
@@ -4,12 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
- *
- *     @(#)trig.h      5.5 (Berkeley) %G%
+ *     @(#)trig.h      5.6 (Berkeley) %G%
  */
 
 #include "mathimpl.h"
  */
 
 #include "mathimpl.h"
index 4b4b4a3..4195578 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)acosh.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)acosh.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ACOSH(X)
 #endif /* not lint */
 
 /* ACOSH(X)
index 15aa813..17c4223 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)asincos.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)asincos.c  5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ASIN(X)
 #endif /* not lint */
 
 /* ASIN(X)
index 9009025..51653d3 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)asinh.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)asinh.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ASINH(X)
 #endif /* not lint */
 
 /* ASINH(X)
index 6d897e6..63de4f8 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)atan.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)atan.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ATAN(X)
 #endif /* not lint */
 
 /* ATAN(X)
index fd7550b..a937853 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)atanh.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)atanh.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ATANH(X)
 #endif /* not lint */
 
 /* ATANH(X)
index fb49bf1..3e54a9c 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cosh.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)cosh.c     5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* COSH(X)
 #endif /* not lint */
 
 /* COSH(X)
index 15e9083..cd97eff 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exp.c      5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)exp.c      5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* EXP(X)
 #endif /* not lint */
 
 /* EXP(X)
index 2ff832f..0891933 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exp__E.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)exp__E.c   5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* exp__E(x,c)
 #endif /* not lint */
 
 /* exp__E(x,c)
index 3c0f447..d2b003a 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)expm1.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)expm1.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* EXPM1(X)
 #endif /* not lint */
 
 /* EXPM1(X)
index 7a17299..87675e0 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)floor.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)floor.c    5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "mathimpl.h"
 #endif /* not lint */
 
 #include "mathimpl.h"
index afda434..51fd708 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)log.c      5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)log.c      5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* LOG(X)
 #endif /* not lint */
 
 /* LOG(X)
index 974174a..7035f11 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)log10.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)log10.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* LOG10(X)
 #endif /* not lint */
 
 /* LOG10(X)
index df81d6f..53f058a 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)log1p.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)log1p.c    5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* LOG1P(x) 
 #endif /* not lint */
 
 /* LOG1P(x) 
index 7385162..2f8b3a4 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)log__L.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)log__L.c   5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* log__L(Z)
 #endif /* not lint */
 
 /* log__L(Z)
index 433c778..7231819 100644 (file)
@@ -4,12 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
- *
- *     @(#)mathimpl.h  5.2 (Berkeley) %G%
+ *     @(#)mathimpl.h  5.3 (Berkeley) %G%
  */
 
 #include <math.h>
  */
 
 #include <math.h>
index 64f3e24..884af9a 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pow.c      5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)pow.c      5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 /* POW(X,Y)  
 #endif /* not lint */
 
 /* POW(X,Y)  
index 5eb2359..135e1b9 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sinh.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)sinh.c     5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* SINH(X)
 #endif /* not lint */
 
 /* SINH(X)
index 5edf07b..11278eb 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tanh.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)tanh.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /* TANH(X)
 #endif /* not lint */
 
 /* TANH(X)
index d60343f..06fb65c 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cabs.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)cabs.c     5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* HYPOT(X,Y)
 #endif /* not lint */
 
 /* HYPOT(X,Y)
index 44cf1c3..aa7f02b 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cbrt.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)cbrt.c     5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/stdc.h>
 #endif /* not lint */
 
 #include <sys/stdc.h>
index a0a2c4e..d25b8c3 100644 (file)
@@ -3,15 +3,10 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)support.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)support.c  5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /* 
 #endif /* not lint */
 
 /* 
index 2e448a2..ae15d10 100644 (file)
@@ -1,24 +1,9 @@
 ; Copyright (c) 1985 Regents of the University of California.
 ; All rights reserved.
 ;
 ; Copyright (c) 1985 Regents of the University of California.
 ; All rights reserved.
 ;
-; Redistribution and use in source and binary forms are permitted
-; provided that the above copyright notice and this paragraph are
-; duplicated in all such forms and that any documentation,
-; advertising materials, and other materials related to such
-; distribution and use acknowledge that the software was developed
-; by the University of California, Berkeley.  The name of the
-; University may not be used to endorse or promote products derived
-; from this software without specific prior written permission.
-; THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-; IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-; WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+; %sccs.include.redist.semicolon%
 ;
 ;
-; All recipients should regard themselves as participants in an ongoing
-; research project and hence should feel obligated to report their
-; experiences (good or bad) with these elementary function codes, using
-; the sendbug(8) program, to the authors.
-;
-;      @(#)sqrt.s      5.3 (Berkeley) %G%
+;      @(#)sqrt.s      5.4 (Berkeley) %G%
 ;
 
 ; double sqrt(x)
 ;
 
 ; double sqrt(x)
index 0734639..f928ffc 100644 (file)
@@ -1,24 +1,9 @@
 ; Copyright (c) 1985 Regents of the University of California.
 ; All rights reserved.
 ;
 ; Copyright (c) 1985 Regents of the University of California.
 ; All rights reserved.
 ;
-; Redistribution and use in source and binary forms are permitted
-; provided that the above copyright notice and this paragraph are
-; duplicated in all such forms and that any documentation,
-; advertising materials, and other materials related to such
-; distribution and use acknowledge that the software was developed
-; by the University of California, Berkeley.  The name of the
-; University may not be used to endorse or promote products derived
-; from this software without specific prior written permission.
-; THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-; IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-; WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-;
-; All recipients should regard themselves as participants in an ongoing
-; research project and hence should feel obligated to report their
-; experiences (good or bad) with these elementary function codes, using
-; the sendbug(8) program, to the authors.
-;
-;      @(#)support.s   5.3 (Berkeley) %G%
+; %sccs.include.redist.semicolon%
+;
+;      @(#)support.s   5.4 (Berkeley) %G%
 ;
 
 ; IEEE recommended functions
 ;
 
 ; IEEE recommended functions
index 5373384..6e46818 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1987 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1987 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)cabs.s      5.4 (Berkeley) %G%
+#      @(#)cabs.s      5.5 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cabs.s     5.4     5.4     (ucb.elefunt)   %G%"
+.asciz "@(#)cabs.s     5.5     5.5     (ucb.elefunt)   %G%"
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
index 41c39ae..d6146bf 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1987 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1987 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)cbrt.s      5.4 (Berkeley) %G%
+#      @(#)cbrt.s      5.5 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cbrt.s     5.4     (ucb.elefunt) %G%"
+.asciz "@(#)cbrt.s     5.5     (ucb.elefunt) %G%"
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
index 8b92fde..801fac2 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)infnan.s    5.4 (Berkeley) %G%
+#      @(#)infnan.s    5.5 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)infnan.s   5.4     (ucb.elefunt)   %G%"
+.asciz "@(#)infnan.s   5.5     (ucb.elefunt)   %G%"
 
 /*
  * double infnan(arg)
 
 /*
  * double infnan(arg)
index 9eb3aee..388f062 100644 (file)
@@ -2,19 +2,9 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that this notice is preserved and that due credit is given
-# to the University of California at Berkeley. The name of the University
-# may not be used to endorse or promote products derived from this
-# software without specific prior written permission. This software
-# is provided ``as is'' without express or implied warranty.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)mcount.sed  5.3 (Berkeley) %G%
+#      @(#)mcount.sed  5.4 (Berkeley) %G%
 #
 
 s/.word        0x.*$/&\
 #
 
 s/.word        0x.*$/&\
index 0660f26..9c1abd4 100644 (file)
@@ -3,16 +3,11 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
        .data
        .align  2
 _sccsid:
  */
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sqrt.s     5.5     (ucb.elefunt)   %G%"
+.asciz "@(#)sqrt.s     5.6     (ucb.elefunt)   %G%"
 
 /*
  * double sqrt(arg)   revised August 15,1982
 
 /*
  * double sqrt(arg)   revised August 15,1982
index 352d826..8a758ab 100644 (file)
@@ -3,16 +3,11 @@
  * All rights reserved.
  *
  * %sccs.include.redist.c%
  * All rights reserved.
  *
  * %sccs.include.redist.c%
- *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
  */
        .data
        .align  2
 _sccsid:
  */
        .data
        .align  2
 _sccsid:
-       .asciz  "@(#)support.s  5.5     (ucb.elefunt)   %G%"
+       .asciz  "@(#)support.s  5.6     (ucb.elefunt)   %G%"
 /*
  * copysign(x,y),
  * logb(x),
 /*
  * copysign(x,y),
  * logb(x),
index 8dff277..3075519 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)argred.s    5.3 (Berkeley) %G%
+# %sccs.include.redist.sh%
+#
+#      @(#)argred.s    5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
 
 #  libm$argred implements Bob Corbett's argument reduction and
 #  libm$sincos implements Peter Tang's double precision sin/cos.
 
 #  libm$argred implements Bob Corbett's argument reduction and
 #  libm$sincos implements Peter Tang's double precision sin/cos.
index ad5a8f9..f35c855 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)atan2.s     5.3 (Berkeley) %G%
+#      @(#)atan2.s     5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
index b28c62d..05fd4f7 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)cabs.s      5.3 (Berkeley) %G%
+#      @(#)cabs.s      5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
index d701b65..ef681de 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)cbrt.s      5.3 (Berkeley) %G%
+#      @(#)cbrt.s      5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 5.4 (ucb.elefunt) %G%"
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
index 49bba82..04d3ce3 100644 (file)
@@ -4,17 +4,12 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
- *
- *     @(#)infnan.s    5.4 (Berkeley) %G%
+ *     @(#)infnan.s    5.5 (Berkeley) %G%
  */
        .data
        .align  2
 _sccsid:
  */
        .data
        .align  2
 _sccsid:
-.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
+.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 5.5 (ucb.elefunt) %G%"
 
 /*
  * infnan(arg) int arg;
 
 /*
  * infnan(arg) int arg;
index 8aacc1a..0c7abc8 100644 (file)
@@ -2,20 +2,11 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that this notice is preserved and that due credit is given
-# to the University of California at Berkeley. The name of the University
-# may not be used to endorse or promote products derived from this
-# software without specific prior written permission. This software
-# is provided ``as is'' without express or implied warranty.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)mcount.sed  5.2 (Berkeley) %G%
+#      @(#)mcount.sed  5.3 (Berkeley) %G%
 #
 #
+
 s/.word        0x0.*$/&\
        .data\
 1:\
 s/.word        0x0.*$/&\
        .data\
 1:\
index a91f5ba..e7cb4ba 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)sincos.s    5.3 (Berkeley) %G%
+# %sccs.include.redist.sh%
+#
+#      @(#)sincos.s    5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
 
 #  This is the implementation of Peter Tang's double precision  
 #  sine and cosine for the VAX using Bob Corbett's argument reduction.
 
 #  This is the implementation of Peter Tang's double precision  
 #  sine and cosine for the VAX using Bob Corbett's argument reduction.
index ea9049f..05a1517 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# %sccs.include.redist.sh%
 #
 #
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)sqrt.s      5.3 (Berkeley) %G%
+#      @(#)sqrt.s      5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
 
 /*
  * double sqrt(arg)   revised August 15,1982
 
 /*
  * double sqrt(arg)   revised August 15,1982
index 233743c..f74de15 100644 (file)
@@ -4,17 +4,12 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- * All recipients should regard themselves as participants in an ongoing
- * research project and hence should feel obligated to report their
- * experiences (good or bad) with these elementary function codes, using
- * the sendbug(8) program, to the authors.
- *
- *     @(#)support.s   5.4 (Berkeley) %G%
+ *     @(#)support.s   5.5 (Berkeley) %G%
  */
        .data
        .align  2
 _sccsid:
  */
        .data
        .align  2
 _sccsid:
-.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
+.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 5.5 (ucb.elefunt) %G%"
 
 /*
  * copysign(x,y),
 
 /*
  * copysign(x,y),
index 2a78ba9..da2f852 100644 (file)
@@ -1,29 +1,14 @@
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
 # Copyright (c) 1985 Regents of the University of California.
 # All rights reserved.
 #
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-# All recipients should regard themselves as participants in an ongoing
-# research project and hence should feel obligated to report their
-# experiences (good or bad) with these elementary function codes, using
-# the sendbug(8) program, to the authors.
-#
-#      @(#)tan.s       5.3 (Berkeley) %G%
+# %sccs.include.redist.sh%
+#
+#      @(#)tan.s       5.4 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) %G%"
+.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%"
 
 #  This is the implementation of Peter Tang's double precision  
 #  tangent for the VAX using Bob Corbett's argument reduction.
 
 #  This is the implementation of Peter Tang's double precision  
 #  tangent for the VAX using Bob Corbett's argument reduction.