4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:08:18 +0000 (00:08 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:08:18 +0000 (00:08 -0800)
SCCS-vsn: lib/libm/common_source/j0.3 8.1
SCCS-vsn: lib/libm/national/sqrt.s 8.1
SCCS-vsn: lib/libm/common_source/j0.c 8.1
SCCS-vsn: lib/libm/national/support.s 8.1
SCCS-vsn: lib/libm/common_source/j1.c 8.1
SCCS-vsn: lib/libm/common_source/jn.c 8.1
SCCS-vsn: lib/libm/common_source/lgamma.3 8.1
SCCS-vsn: lib/libm/common_source/lgamma.c 8.1
SCCS-vsn: lib/libm/common_source/log.c 8.1
SCCS-vsn: lib/libm/common_source/log10.c 8.1
SCCS-vsn: lib/libm/common_source/log1p.c 8.1
SCCS-vsn: lib/libm/common_source/log__L.c 8.1
SCCS-vsn: lib/libm/common_source/math.3 8.1
SCCS-vsn: lib/libm/common_source/mathimpl.h 8.1
SCCS-vsn: lib/libm/common_source/pow.c 8.1
SCCS-vsn: lib/libm/common_source/rint.3 8.1
SCCS-vsn: lib/libm/common_source/sin.3 8.1
SCCS-vsn: lib/libm/common_source/sinh.3 8.1
SCCS-vsn: lib/libm/common_source/sinh.c 8.1
SCCS-vsn: lib/libm/common_source/sqrt.3 8.1
SCCS-vsn: lib/libm/common_source/tan.3 8.1
SCCS-vsn: lib/libm/common_source/tanh.3 8.1
SCCS-vsn: lib/libm/common_source/tanh.c 8.1
SCCS-vsn: lib/libm/tahoe/cabs.s 8.1

24 files changed:
usr/src/lib/libm/common_source/j0.3
usr/src/lib/libm/common_source/j0.c
usr/src/lib/libm/common_source/j1.c
usr/src/lib/libm/common_source/jn.c
usr/src/lib/libm/common_source/lgamma.3
usr/src/lib/libm/common_source/lgamma.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/math.3
usr/src/lib/libm/common_source/mathimpl.h
usr/src/lib/libm/common_source/pow.c
usr/src/lib/libm/common_source/rint.3
usr/src/lib/libm/common_source/sin.3
usr/src/lib/libm/common_source/sinh.3
usr/src/lib/libm/common_source/sinh.c
usr/src/lib/libm/common_source/sqrt.3
usr/src/lib/libm/common_source/tan.3
usr/src/lib/libm/common_source/tanh.3
usr/src/lib/libm/common_source/tanh.c
usr/src/lib/libm/national/sqrt.s
usr/src/lib/libm/national/support.s
usr/src/lib/libm/tahoe/cabs.s

index 30a18d9..1f565d1 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.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)j0.3       6.7 (Berkeley) %G%
+.\"     @(#)j0.3       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt J0 3
 .\"
 .Dd 
 .Dt J0 3
index 2a3a87e..0fa51d4 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[] = "@(#)j0.c       5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)j0.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 4706f33..90a2af7 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[] = "@(#)j1.c       5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)j1.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index a4abd81..813632b 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[] = "@(#)jn.c       5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)jn.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 814d52b..a871968 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%
 .\"
-.\"     @(#)lgamma.3   6.6 (Berkeley) %G%
+.\"     @(#)lgamma.3   8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LGAMMA 3
 .\"
 .Dd 
 .Dt LGAMMA 3
index d89066c..febf28c 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[] = "@(#)lgamma.c   5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)lgamma.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 4488830..821001e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1992 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[] = "@(#)log.c      5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)log.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <math.h>
 #endif /* not lint */
 
 #include <math.h>
index 7035f11..f62c67f 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[] = "@(#)log10.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)log10.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* LOG10(X)
 #endif /* not lint */
 
 /* LOG10(X)
index d7814a8..39f1904 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[] = "@(#)log1p.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)log1p.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* LOG1P(x) 
 #endif /* not lint */
 
 /* LOG1P(x) 
index 4ea96b4..6aa9b9c 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[] = "@(#)log__L.c   5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)log__L.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* log__L(Z)
 #endif /* not lint */
 
 /* log__L(Z)
index 5cc62b1..7ac77a1 100644 (file)
@@ -1,9 +1,9 @@
-.\" 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.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)math.3      6.10 (Berkeley) %G%
+.\"    @(#)math.3      8.1 (Berkeley) %G%
 .\"
 .TH MATH 3 ""
 .UC 4
 .\"
 .TH MATH 3 ""
 .UC 4
index 088d184..77de8e0 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mathimpl.h  5.6 (Berkeley) %G%
+ *     @(#)mathimpl.h  8.1 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
index 56ef002..49e906a 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[] = "@(#)pow.c      5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)pow.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* POW(X,Y)  
 #endif /* not lint */
 
 /* POW(X,Y)  
index 662b38d..d71014a 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.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)rint.3     5.1 (Berkeley) %G%
+.\"     @(#)rint.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RINT 3
 .\"
 .Dd 
 .Dt RINT 3
index af0de70..8712528 100644 (file)
@@ -1,10 +1,10 @@
-.\" 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.
 .\"
 .\"
-.\"    @(#)sin.3       6.7 (Berkeley) %G%
+.\"    @(#)sin.3       8.1 (Berkeley) %G%
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)sin.3      6.7 (Berkeley) %G%
+.\"     @(#)sin.3      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SIN 3
 .\"
 .Dd 
 .Dt SIN 3
index 7cb77b7..1478fd8 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%
 .\"
-.\"    @(#)sinh.3      6.6 (Berkeley) %G%
+.\"    @(#)sinh.3      8.1 (Berkeley) %G%
 .Dd 
 .Dt SINH 3
 .Os
 .Dd 
 .Dt SINH 3
 .Os
index 135e1b9..7c1d61b 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[] = "@(#)sinh.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)sinh.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* SINH(X)
 #endif /* not lint */
 
 /* SINH(X)
index 44ed364..e9e53cf 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%
 .\"
-.\"     @(#)sqrt.3     6.4 (Berkeley) %G%
+.\"     @(#)sqrt.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SQRT 3
 .\"
 .Dd 
 .Dt SQRT 3
index 66b606e..af30e95 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%
 .\"
-.\"     @(#)tan.3      5.1 (Berkeley) %G%
+.\"     @(#)tan.3      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TAN 3
 .\"
 .Dd 
 .Dt TAN 3
index 1ab508d..2ed0ee5 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%
 .\"
-.\"     @(#)tanh.3     5.1 (Berkeley) %G%
+.\"     @(#)tanh.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TANH 3
 .\"
 .Dd 
 .Dt TANH 3
index 11278eb..aea7f6b 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[] = "@(#)tanh.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)tanh.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /* TANH(X)
 #endif /* not lint */
 
 /* TANH(X)
index ae15d10..2faeb5f 100644 (file)
@@ -1,9 +1,9 @@
-; 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.semicolon%
 ;
 ;
 ; %sccs.include.redist.semicolon%
 ;
-;      @(#)sqrt.s      5.4 (Berkeley) %G%
+;      @(#)sqrt.s      8.1 (Berkeley) %G%
 ;
 
 ; double sqrt(x)
 ;
 
 ; double sqrt(x)
index f928ffc..1262d45 100644 (file)
@@ -1,9 +1,9 @@
-; 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.semicolon%
 ;
 ;
 ; %sccs.include.redist.semicolon%
 ;
-;      @(#)support.s   5.4 (Berkeley) %G%
+;      @(#)support.s   8.1 (Berkeley) %G%
 ;
 
 ; IEEE recommended functions
 ;
 
 ; IEEE recommended functions
index 6e46818..04d9c90 100644 (file)
@@ -1,14 +1,14 @@
-# Copyright (c) 1987 Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1987, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)cabs.s      5.5 (Berkeley) %G%
+#      @(#)cabs.s      8.1 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cabs.s     5.5     5.5     (ucb.elefunt)   %G%"
+.asciz "@(#)cabs.s     8.1     8.1     (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.