4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:01:37 +0000 (00:01 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:01:37 +0000 (00:01 -0800)
SCCS-vsn: lib/libm/common_source/atanh.3 8.1
SCCS-vsn: lib/libm/common_source/atanh.c 8.1
SCCS-vsn: lib/libm/mc68881/asincos.s 8.1
SCCS-vsn: lib/libm/common_source/ceil.3 8.1
SCCS-vsn: lib/libm/mc68881/atan.s 8.1
SCCS-vsn: lib/libm/common_source/cos.3 8.1
SCCS-vsn: lib/libm/mc68881/atan2.c 8.1
SCCS-vsn: lib/libm/common_source/cosh.3 8.1
SCCS-vsn: lib/libm/mc68881/atanh.s 8.1
SCCS-vsn: lib/libm/common_source/cosh.c 8.1
SCCS-vsn: lib/libm/mc68881/cosh.s 8.1
SCCS-vsn: lib/libm/common_source/erf.3 8.1
SCCS-vsn: lib/libm/mc68881/expm1.s 8.1
SCCS-vsn: lib/libm/common_source/erf.c 8.1
SCCS-vsn: lib/libm/mc68881/floor.s 8.1
SCCS-vsn: lib/libm/common_source/exp.3 8.1
SCCS-vsn: lib/libm/mc68881/log10.s 8.1
SCCS-vsn: lib/libm/common_source/exp.c 8.1
SCCS-vsn: lib/libm/mc68881/log1p.s 8.1
SCCS-vsn: lib/libm/common_source/exp__E.c 8.1
SCCS-vsn: lib/libm/mc68881/sincos.s 8.1
SCCS-vsn: lib/libm/mc68881/sinh.s 8.1
SCCS-vsn: lib/libm/common_source/expm1.c 8.1

23 files changed:
usr/src/lib/libm/common_source/atanh.3
usr/src/lib/libm/common_source/atanh.c
usr/src/lib/libm/common_source/ceil.3
usr/src/lib/libm/common_source/cos.3
usr/src/lib/libm/common_source/cosh.3
usr/src/lib/libm/common_source/cosh.c
usr/src/lib/libm/common_source/erf.3
usr/src/lib/libm/common_source/erf.c
usr/src/lib/libm/common_source/exp.3
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/mc68881/asincos.s
usr/src/lib/libm/mc68881/atan.s
usr/src/lib/libm/mc68881/atan2.c
usr/src/lib/libm/mc68881/atanh.s
usr/src/lib/libm/mc68881/cosh.s
usr/src/lib/libm/mc68881/expm1.s
usr/src/lib/libm/mc68881/floor.s
usr/src/lib/libm/mc68881/log10.s
usr/src/lib/libm/mc68881/log1p.s
usr/src/lib/libm/mc68881/sincos.s
usr/src/lib/libm/mc68881/sinh.s

index 410e7f0..1defd9e 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1985, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1985, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)atanh.3    5.2 (Berkeley) %G%
+.\"     @(#)atanh.3    8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ATANH 3
 .\"
 .Dd 
 .Dt ATANH 3
index a937853..3fd0d5f 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)atanh.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)atanh.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* ATANH(X)
 #endif /* not lint */
 
 /* ATANH(X)
index 83d51db..46af133 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ceil.3     5.1 (Berkeley) %G%
+.\"     @(#)ceil.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CEIL 3
 .\"
 .Dd 
 .Dt CEIL 3
index dc98b19..31104f7 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)cos.3      5.1 (Berkeley) %G%
+.\"     @(#)cos.3      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt COS 3
 .\"
 .Dd 
 .Dt COS 3
index 6a93f4d..39892c7 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1989, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)cosh.3     5.1 (Berkeley) %G%
+.\"     @(#)cosh.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt COSH 3
 .\"
 .Dd 
 .Dt COSH 3
index e4f0008..16ac223 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cosh.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)cosh.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* COSH(X)
 #endif /* not lint */
 
 /* COSH(X)
index 3d179ec..43c1806 100644 (file)
@@ -1,10 +1,10 @@
 From Prof. Kahan at UC at Berkeley
 From Prof. Kahan at UC at Berkeley
-.\" Copyright (c) 1985, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1985, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)erf.3      6.4 (Berkeley) %G%
+.\"     @(#)erf.3      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ERF 3
 .\"
 .Dd 
 .Dt ERF 3
index 263bf1a..21c3633 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)erf.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)erf.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* Modified Nov 30, 1992 P. McILROY:
 #endif /* not lint */
 
 /* Modified Nov 30, 1992 P. McILROY:
index 85933b3..e86de8e 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1985, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1985, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)exp.3      6.12 (Berkeley) %G%
+.\"     @(#)exp.3      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt EXP 3
 .\"
 .Dd 
 .Dt EXP 3
index b5c67b0..a4337cd 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exp.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)exp.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* EXP(X)
 #endif /* not lint */
 
 /* EXP(X)
index 0aa0ed7..2c047ff 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exp__E.c   5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)exp__E.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* exp__E(x,c)
 #endif /* not lint */
 
 /* exp__E(x,c)
index a7f850e..b6839b8 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)expm1.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)expm1.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* EXPM1(X)
 #endif /* not lint */
 
 /* EXPM1(X)
index 4225a38..c864878 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)asincos.s   5.1 (Berkeley) %G%
+ *     @(#)asincos.s   8.1 (Berkeley) %G%
  */
 
 /* asin(x) and acos(x) */
  */
 
 /* asin(x) and acos(x) */
index 60f6109..956fde9 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)atan.s      5.1 (Berkeley) %G%
+ *     @(#)atan.s      8.1 (Berkeley) %G%
  */
 
 /* atan(x) */
  */
 
 /* atan(x) */
index 6f9748a..d4f4ebc 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -10,7 +10,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)atan2.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)atan2.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index ea61b8e..6bf4a4d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)atanh.s     5.1 (Berkeley) %G%
+ *     @(#)atanh.s     8.1 (Berkeley) %G%
  */
 
 /* atanh(x) */
  */
 
 /* atanh(x) */
index dfa230e..8177926 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)cosh.s      5.1 (Berkeley) %G%
+ *     @(#)cosh.s      8.1 (Berkeley) %G%
  */
 
 /* cosh(x) */
  */
 
 /* cosh(x) */
index 46fdbed..ccb3365 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)expm1.s     5.1 (Berkeley) %G%
+ *     @(#)expm1.s     8.1 (Berkeley) %G%
  */
 
 /* expm1(x) */
  */
 
 /* expm1(x) */
index 7a84a81..7cd39fe 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)floor.s     5.1 (Berkeley) %G%
+ *     @(#)floor.s     8.1 (Berkeley) %G%
  */
 
        .text
  */
 
        .text
index 96b49c8..2b5e092 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)log10.s     5.1 (Berkeley) %G%
+ *     @(#)log10.s     8.1 (Berkeley) %G%
  */
 
 /* log10(x) */
  */
 
 /* log10(x) */
index 37efdce..03d94e9 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)log1p.s     5.1 (Berkeley) %G%
+ *     @(#)log1p.s     8.1 (Berkeley) %G%
  */
 
 /* log1p(x) */
  */
 
 /* log1p(x) */
index 1eb4382..d7694e5 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sincos.s    5.1 (Berkeley) %G%
+ *     @(#)sincos.s    8.1 (Berkeley) %G%
  */
 
 /* sin(x) and cos(x) */
  */
 
 /* sin(x) and cos(x) */
index c1582ca..bddb3db 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sinh.s      5.1 (Berkeley) %G%
+ *     @(#)sinh.s      8.1 (Berkeley) %G%
  */
 
 /* sinh(x) */
  */
 
 /* sinh(x) */