Fix several bugs in "vector.c" found by Morry Katz, mostly having to
authorChris Hanson <org/chris-hanson/cph>
Wed, 16 Dec 1987 19:39:33 +0000 (19:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 16 Dec 1987 19:39:33 +0000 (19:39 +0000)
do with indices not being checked to eliminate negative numbers.
Reorganize and update all of the code.

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

index 010cf30033137d82d6f71074a5c629107cf4c6b0..2d215792b42c048b24fe64c88b0310d811ff2672 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.14 1987/12/15 16:07:57 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.15 1987/12/16 19:39:33 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     14
+#define SUBVERSION     15
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 67872973a74ae2cb2164c73ead692cc0f69c4c2c..3b2d07ea89d1ed44a1efc96938d5e8362e05b8ca 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.14 1987/12/15 16:07:57 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.15 1987/12/16 19:39:33 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     14
+#define SUBVERSION     15
 #endif
 
 #ifndef UCODE_TABLES_FILENAME