From: Guillermo J. Rozas Date: Fri, 5 Oct 1990 19:00:09 +0000 (+0000) Subject: Add checksumming code. Binary files dumped by Psbtobin or fasdump X-Git-Tag: 20090517-FFI~11142 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4fb8a29dcb23776b8d30a89a771d3d5325d47d34;p=mit-scheme.git Add checksumming code. Binary files dumped by Psbtobin or fasdump 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. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 5a4b88f8a..2d96f4b4a 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -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 diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ae9718bc2..1c1757390 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -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