4.4BSD snapshot (revision 8.1)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:18:34 +0000 (00:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:18:34 +0000 (00:18 -0800)
SCCS-vsn: lib/libm/vax/mcount.sed 8.1
SCCS-vsn: lib/libmp/gcd.c 8.1
SCCS-vsn: lib/libmp/madd.c 8.1
SCCS-vsn: lib/libmp/mdiv.c 8.1
SCCS-vsn: lib/libmp/mout.c 8.1
SCCS-vsn: lib/libmp/mp.3 8.1
SCCS-vsn: lib/libmp/msqrt.c 8.1
SCCS-vsn: lib/libmp/mult.c 8.1
SCCS-vsn: lib/libmp/pow.c 8.1
SCCS-vsn: lib/libmp/util.c 8.1
SCCS-vsn: lib/libmp/Makefile 8.1
SCCS-vsn: lib/libplot/Makefile 8.1

usr/src/lib/libmp/Makefile
usr/src/lib/libmp/gcd.c
usr/src/lib/libmp/madd.c
usr/src/lib/libmp/mdiv.c
usr/src/lib/libmp/mout.c
usr/src/lib/libmp/mp.3
usr/src/lib/libmp/msqrt.c
usr/src/lib/libmp/mult.c
usr/src/lib/libmp/pow.c
usr/src/lib/libmp/util.c
usr/src/lib/libplot/Makefile

index 474475b..7a02007 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 LIB=   mp
 SRCS=  pow.c gcd.c msqrt.c mdiv.c mout.c mult.c madd.c util.c
 
 LIB=   mp
 SRCS=  pow.c gcd.c msqrt.c mdiv.c mout.c mult.c madd.c util.c
index 803af6d..5579f21 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)gcd.c      5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)gcd.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <mp.h>
 #endif /* not lint */
 
 #include <mp.h>
index ec82132..905deb0 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)madd.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)madd.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <mp.h>
 #endif /* not lint */
 
 #include <mp.h>
index 1d96dc5..a35370a 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mdiv.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)mdiv.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <mp.h>
 #endif /* not lint */
 
 #include <mp.h>
index 7565814..92d9c04 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mout.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)mout.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 9ab8f5a..5594943 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)mp.3        6.6 (Berkeley) %G%
+.\"    @(#)mp.3        8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MP 3
 .\"
 .Dd 
 .Dt MP 3
index b097d1d..d789baa 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)msqrt.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)msqrt.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <mp.h>
 #endif /* not lint */
 
 #include <mp.h>
index 9a4768d..cb397a2 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mult.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)mult.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <mp.h>
 #endif /* not lint */
 
 #include <mp.h>
index 550d37a..2c12c02 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pow.c      5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)pow.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <mp.h>
 #endif /* not lint */
 
 #include <mp.h>
index c6842b8..5e8198b 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)util.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)util.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 char *malloc();
 #endif /* not lint */
 
 char *malloc();
index b35eba9..85df6a2 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.15 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 SUBDIR=        aed bitgraph dumb f77plot gigi grn hp2648 hp7221 imagen plot \
        t300 t300s t4013 t4014 t450 vt0
 
 SUBDIR=        aed bitgraph dumb f77plot gigi grn hp2648 hp7221 imagen plot \
        t300 t300s t4013 t4014 t450 vt0