Skip to content

Commit

Permalink
Chez Scheme Version 9.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed Aug 29, 2023
1 parent d56ed81 commit e0ca8bd
Show file tree
Hide file tree
Showing 79 changed files with 135 additions and 124 deletions.
2 changes: 1 addition & 1 deletion BUILDING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Building Chez Scheme Version 9.6.0
Building Chez Scheme Version 9.6.2
Copyright 1984-2023 Cisco Systems, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
13 changes: 12 additions & 1 deletion LOG
Original file line number Diff line number Diff line change
Expand Up @@ -2417,4 +2417,15 @@
wininstall/ti3nt.wxs
- removed Microsoft C Runtime library merge module redistribution as
recommended by Microsoft
- specify version of WiX required to build the Windows installer
- specify version of WiX required to build the Windows installer

9.6.2 changes:
- The make install target of 9.6.0 was broken by the version string being 9.6.
- updated version to 9.6.2
BUILDING NOTICE makefiles/Mf-install.in scheme.1.in c/Makefile.a6nt
c/Makefile.i3nt c/Makefile.ta6nt c/Makefile.ti3nt mats/Mf-a6nt
mats/Mf-i3nt mats/Mf-ta6nt mats/Mf-ti3nt workarea c/scheme.rc
s/cmacros.ss release_notes/release_notes.stex csug/copyright.stex
csug/csug.stex bintar/Makefile rpm/Makefile pkg/Makefile
wininstall/Makefile wininstall/a6nt.wxs wininstall/i3nt.wxs
wininstall/ta6nt.wxs wininstall/ti3nt.wxs
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chez Scheme Version 9.6.0
Chez Scheme Version 9.6.2
Copyright 1984-2023 Cisco Systems, Inc.

This product includes code developed by Cisco Systems, Inc.
Expand Down
6 changes: 3 additions & 3 deletions bintar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = 9.6.0
version = 9.6.2
m := $(shell find ../bin/* -type d | xargs basename)

R = csv$(version)
Expand Down Expand Up @@ -61,7 +61,7 @@ $(R)/boot: $(R)
( cd $(R)/boot/$(m) ; ln -s ../../../../boot/$(m)/{scheme.h,petite.boot,scheme.boot,revision} . )
case $(m) in \
*nt) \
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv960md.lib,csv960mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv962md.lib,csv962mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
;; \
*) \
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{main.o,kernel.o} . ) \
Expand All @@ -72,7 +72,7 @@ $(R)/bin: $(R)
mkdir -p $(R)/bin/$(m)
case $(m) in \
*nt) \
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv960.dll,csv960.lib,vcruntime140.lib} . ) \
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv962.dll,csv962.lib,vcruntime140.lib} . ) \
;; \
*) \
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/scheme . ) \
Expand Down
4 changes: 2 additions & 2 deletions boot/a6le/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xE
#define segment_t1_bits 0x10
Expand Down
Binary file modified boot/a6le/petite.boot
Binary file not shown.
Binary file modified boot/a6le/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/a6le/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (a6le) */
/* scheme.h for Chez Scheme Version 9.6.2 (a6le) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "a6le"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/a6nt/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xE
#define segment_t1_bits 0x10
Expand Down
Binary file modified boot/a6nt/petite.boot
Binary file not shown.
Binary file modified boot/a6nt/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/a6nt/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (a6nt) */
/* scheme.h for Chez Scheme Version 9.6.2 (a6nt) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "a6nt"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/a6osx/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xE
#define segment_t1_bits 0x10
Expand Down
Binary file modified boot/a6osx/petite.boot
Binary file not shown.
Binary file modified boot/a6osx/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/a6osx/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (a6osx) */
/* scheme.h for Chez Scheme Version 9.6.2 (a6osx) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "a6osx"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/arm32le/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -486,7 +486,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xD
#define segment_t1_bits 0x13
Expand Down
Binary file modified boot/arm32le/petite.boot
Binary file not shown.
Binary file modified boot/arm32le/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/arm32le/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (arm32le) */
/* scheme.h for Chez Scheme Version 9.6.2 (arm32le) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "arm32le"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/i3le/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xD
#define segment_t1_bits 0x13
Expand Down
Binary file modified boot/i3le/petite.boot
Binary file not shown.
Binary file modified boot/i3le/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/i3le/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (i3le) */
/* scheme.h for Chez Scheme Version 9.6.2 (i3le) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "i3le"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/i3nt/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xD
#define segment_t1_bits 0x13
Expand Down
Binary file modified boot/i3nt/petite.boot
Binary file not shown.
Binary file modified boot/i3nt/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/i3nt/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (i3nt) */
/* scheme.h for Chez Scheme Version 9.6.2 (i3nt) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "i3nt"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/i3osx/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xD
#define segment_t1_bits 0x13
Expand Down
Binary file modified boot/i3osx/petite.boot
Binary file not shown.
Binary file modified boot/i3osx/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/i3osx/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (i3osx) */
/* scheme.h for Chez Scheme Version 9.6.2 (i3osx) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "i3osx"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/ta6le/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xE
#define segment_t1_bits 0x10
Expand Down
Binary file modified boot/ta6le/petite.boot
Binary file not shown.
Binary file modified boot/ta6le/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/ta6le/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (ta6le) */
/* scheme.h for Chez Scheme Version 9.6.2 (ta6le) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "ta6le"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/ta6nt/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xE
#define segment_t1_bits 0x10
Expand Down
Binary file modified boot/ta6nt/petite.boot
Binary file not shown.
Binary file modified boot/ta6nt/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/ta6nt/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (ta6nt) */
/* scheme.h for Chez Scheme Version 9.6.2 (ta6nt) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "ta6nt"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/ta6osx/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xE
#define segment_t1_bits 0x10
Expand Down
Binary file modified boot/ta6osx/petite.boot
Binary file not shown.
Binary file modified boot/ta6osx/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/ta6osx/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (ta6osx) */
/* scheme.h for Chez Scheme Version 9.6.2 (ta6osx) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "ta6osx"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
4 changes: 2 additions & 2 deletions boot/ti3le/equates.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* equates.h for Chez Scheme Version 9.6 */
/* equates.h for Chez Scheme Version 9.6.2 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -485,7 +485,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90600
#define scheme_version 0x90602
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xD
#define segment_t1_bits 0x13
Expand Down
Binary file modified boot/ti3le/petite.boot
Binary file not shown.
Binary file modified boot/ti3le/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/ti3le/scheme.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scheme.h for Chez Scheme Version 9.6 (ti3le) */
/* scheme.h for Chez Scheme Version 9.6.2 (ti3le) */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -35,7 +35,7 @@
#endif

/* Chez Scheme Version and machine type */
#define VERSION "9.6"
#define VERSION "9.6.2"
#define MACHINE_TYPE "ti3le"

/* All Scheme objects are of type ptr. Type iptr and */
Expand Down
Loading

0 comments on commit e0ca8bd

Please sign in to comment.