Add checksumming code. Binary files dumped by Psbtobin or fasdump
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Oct 1990 19:00:09 +0000 (19:00 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Oct 1990 19:00:09 +0000 (19:00 +0000)
have checksums in the header.  If the checksum field is SHARP_F, the
checksum is ignored on the way in.

Currently bchscheme's fasdump does not dump files with checksums.
This should be fixed.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 5a4b88f8a344f4e6aa491a61fe7759c9d595d59b..2d96f4b4a5455df8a6063540b8db5fa6a24a5e95 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.46 1990/10/03 18:57:03 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.47 1990/10/05 19:00:09 jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     46
+#define SUBVERSION     47
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index ae9718bc238d9552dfcd20ce6b3aa9d62c9c1a9a..1c17573907288eaa70628c35201cd6d9c2a8b7a6 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.46 1990/10/03 18:57:03 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.47 1990/10/05 19:00:09 jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     46
+#define SUBVERSION     47
 #endif
 
 #ifndef UCODE_TABLES_FILENAME