diff --git a/BUILDING b/BUILDING index a6794d4f6..111595b70 100644 --- a/BUILDING +++ b/BUILDING @@ -1,5 +1,5 @@ -Building Chez Scheme Version 9.5.9 -Copyright 1984-2022 Cisco Systems, Inc. +Building Chez Scheme Version 9.6.0 +Copyright 1984-2023 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -276,7 +276,7 @@ Prerequisites: * Bash/WSL, MinGW/MSYS, or Cygwin with bash, git, grep, make, sed, etc. * Microsoft Visual Studio 2022, 2019, 2017, or 2015 -* WiX Toolset (for making an install) +* WiX v3.11 Toolset (for making an install) Be sure that git config core.autocrlf is set to false. diff --git a/LOG b/LOG index 687ca7d2b..7525f9851 100644 --- a/LOG +++ b/LOG @@ -2404,3 +2404,17 @@ - repair collector handling of ephemeron pairs that refer to objects in younger generations c/gc.c mats/4.ms + +9.6.0 changes: +- updated version to 9.6.0 + BUILDING NOTICE makefiles/Mf-install.in makefiles/Makefile-csug.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/7.ss 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 +- removed Microsoft C Runtime library merge module redistribution as + recommended by Microsoft +- specify version of WiX required to build the Windows installer \ No newline at end of file diff --git a/NOTICE b/NOTICE index 31489926e..5db830c20 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ -Chez Scheme Version 9.5.9 -Copyright 1984-2022 Cisco Systems, Inc. +Chez Scheme Version 9.6.0 +Copyright 1984-2023 Cisco Systems, Inc. This product includes code developed by Cisco Systems, Inc. diff --git a/bintar/Makefile b/bintar/Makefile index a928206e8..f17e1c058 100644 --- a/bintar/Makefile +++ b/bintar/Makefile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = 9.5.9 +version = 9.6.0 m := $(shell find ../bin/* -type d | xargs basename) R = csv$(version) @@ -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)/{csv959md.lib,csv959mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \ + ( 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)/{main.o,kernel.o} . ) \ @@ -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,csv959.dll,csv959.lib,vcruntime140.lib} . ) \ + ( 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 . ) \ diff --git a/boot/a6le/equates.h b/boot/a6le/equates.h index bf56b881d..d4bc4db24 100644 --- a/boot/a6le/equates.h +++ b/boot/a6le/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xE #define segment_t1_bits 0x10 diff --git a/boot/a6le/petite.boot b/boot/a6le/petite.boot index cf5e0b761..e10180087 100644 Binary files a/boot/a6le/petite.boot and b/boot/a6le/petite.boot differ diff --git a/boot/a6le/scheme.boot b/boot/a6le/scheme.boot index a0cb3c8dc..6a5b9293d 100644 Binary files a/boot/a6le/scheme.boot and b/boot/a6le/scheme.boot differ diff --git a/boot/a6le/scheme.h b/boot/a6le/scheme.h index ebd134ce9..551d3270d 100644 --- a/boot/a6le/scheme.h +++ b/boot/a6le/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (a6le) */ +/* scheme.h for Chez Scheme Version 9.6 (a6le) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "a6le" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/a6nt/equates.h b/boot/a6nt/equates.h index 39f2677c8..9b9ee835d 100644 --- a/boot/a6nt/equates.h +++ b/boot/a6nt/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xE #define segment_t1_bits 0x10 diff --git a/boot/a6nt/petite.boot b/boot/a6nt/petite.boot index cd1e3a3f8..770f67683 100644 Binary files a/boot/a6nt/petite.boot and b/boot/a6nt/petite.boot differ diff --git a/boot/a6nt/scheme.boot b/boot/a6nt/scheme.boot index b80570a0d..ab52fee0f 100644 Binary files a/boot/a6nt/scheme.boot and b/boot/a6nt/scheme.boot differ diff --git a/boot/a6nt/scheme.h b/boot/a6nt/scheme.h index c366fb92f..795b40b45 100644 --- a/boot/a6nt/scheme.h +++ b/boot/a6nt/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (a6nt) */ +/* scheme.h for Chez Scheme Version 9.6 (a6nt) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "a6nt" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/a6osx/equates.h b/boot/a6osx/equates.h index 55b6d9116..4d9cd3789 100644 --- a/boot/a6osx/equates.h +++ b/boot/a6osx/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xE #define segment_t1_bits 0x10 diff --git a/boot/a6osx/petite.boot b/boot/a6osx/petite.boot index 2ebd450d4..1b643f8a5 100644 Binary files a/boot/a6osx/petite.boot and b/boot/a6osx/petite.boot differ diff --git a/boot/a6osx/scheme.boot b/boot/a6osx/scheme.boot index ace20af0d..5438a620d 100644 Binary files a/boot/a6osx/scheme.boot and b/boot/a6osx/scheme.boot differ diff --git a/boot/a6osx/scheme.h b/boot/a6osx/scheme.h index 9aa421bbf..49015667a 100644 --- a/boot/a6osx/scheme.h +++ b/boot/a6osx/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (a6osx) */ +/* scheme.h for Chez Scheme Version 9.6 (a6osx) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "a6osx" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/arm32le/equates.h b/boot/arm32le/equates.h index 4a7526ed4..222251982 100644 --- a/boot/arm32le/equates.h +++ b/boot/arm32le/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/arm32le/petite.boot b/boot/arm32le/petite.boot index 7db73193b..b8a2e0094 100644 Binary files a/boot/arm32le/petite.boot and b/boot/arm32le/petite.boot differ diff --git a/boot/arm32le/scheme.boot b/boot/arm32le/scheme.boot index e8c3aacd6..029ef9b55 100644 Binary files a/boot/arm32le/scheme.boot and b/boot/arm32le/scheme.boot differ diff --git a/boot/arm32le/scheme.h b/boot/arm32le/scheme.h index 0827a3415..2fa6b4a69 100644 --- a/boot/arm32le/scheme.h +++ b/boot/arm32le/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (arm32le) */ +/* scheme.h for Chez Scheme Version 9.6 (arm32le) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "arm32le" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/i3le/equates.h b/boot/i3le/equates.h index 73f6576a1..3b4776ca2 100644 --- a/boot/i3le/equates.h +++ b/boot/i3le/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/i3le/petite.boot b/boot/i3le/petite.boot index ccc4fde1d..4edc722b3 100644 Binary files a/boot/i3le/petite.boot and b/boot/i3le/petite.boot differ diff --git a/boot/i3le/scheme.boot b/boot/i3le/scheme.boot index 11706637e..db6c29191 100644 Binary files a/boot/i3le/scheme.boot and b/boot/i3le/scheme.boot differ diff --git a/boot/i3le/scheme.h b/boot/i3le/scheme.h index 26c8b886e..b6c6a1644 100644 --- a/boot/i3le/scheme.h +++ b/boot/i3le/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (i3le) */ +/* scheme.h for Chez Scheme Version 9.6 (i3le) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "i3le" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/i3nt/equates.h b/boot/i3nt/equates.h index 6879b4a17..a44564c3c 100644 --- a/boot/i3nt/equates.h +++ b/boot/i3nt/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/i3nt/petite.boot b/boot/i3nt/petite.boot index 4192be1d0..2e77c11cd 100644 Binary files a/boot/i3nt/petite.boot and b/boot/i3nt/petite.boot differ diff --git a/boot/i3nt/scheme.boot b/boot/i3nt/scheme.boot index 5e4bf8aed..8863bfbc9 100644 Binary files a/boot/i3nt/scheme.boot and b/boot/i3nt/scheme.boot differ diff --git a/boot/i3nt/scheme.h b/boot/i3nt/scheme.h index 1fdc5684d..ed1d9858c 100644 --- a/boot/i3nt/scheme.h +++ b/boot/i3nt/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (i3nt) */ +/* scheme.h for Chez Scheme Version 9.6 (i3nt) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "i3nt" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/i3osx/equates.h b/boot/i3osx/equates.h index b70a4b0d6..fb37f53dd 100644 --- a/boot/i3osx/equates.h +++ b/boot/i3osx/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/i3osx/petite.boot b/boot/i3osx/petite.boot index bce8b15c6..8bf0a3227 100644 Binary files a/boot/i3osx/petite.boot and b/boot/i3osx/petite.boot differ diff --git a/boot/i3osx/scheme.boot b/boot/i3osx/scheme.boot index aba28e2f7..41fa94fd1 100644 Binary files a/boot/i3osx/scheme.boot and b/boot/i3osx/scheme.boot differ diff --git a/boot/i3osx/scheme.h b/boot/i3osx/scheme.h index 0db3a582d..9a3c12093 100644 --- a/boot/i3osx/scheme.h +++ b/boot/i3osx/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (i3osx) */ +/* scheme.h for Chez Scheme Version 9.6 (i3osx) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "i3osx" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/ta6le/equates.h b/boot/ta6le/equates.h index b0bbf5134..76c18d1cf 100644 --- a/boot/ta6le/equates.h +++ b/boot/ta6le/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xE #define segment_t1_bits 0x10 diff --git a/boot/ta6le/petite.boot b/boot/ta6le/petite.boot index 2a0a73010..d25571072 100644 Binary files a/boot/ta6le/petite.boot and b/boot/ta6le/petite.boot differ diff --git a/boot/ta6le/scheme.boot b/boot/ta6le/scheme.boot index 012db4ecc..90cf3645d 100644 Binary files a/boot/ta6le/scheme.boot and b/boot/ta6le/scheme.boot differ diff --git a/boot/ta6le/scheme.h b/boot/ta6le/scheme.h index a7cd24317..479d45053 100644 --- a/boot/ta6le/scheme.h +++ b/boot/ta6le/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (ta6le) */ +/* scheme.h for Chez Scheme Version 9.6 (ta6le) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "ta6le" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/ta6nt/equates.h b/boot/ta6nt/equates.h index 2ede7698b..371d70910 100644 --- a/boot/ta6nt/equates.h +++ b/boot/ta6nt/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xE #define segment_t1_bits 0x10 diff --git a/boot/ta6nt/petite.boot b/boot/ta6nt/petite.boot index 47cda92e8..830156338 100644 Binary files a/boot/ta6nt/petite.boot and b/boot/ta6nt/petite.boot differ diff --git a/boot/ta6nt/scheme.boot b/boot/ta6nt/scheme.boot index 72541203e..a42234d7e 100644 Binary files a/boot/ta6nt/scheme.boot and b/boot/ta6nt/scheme.boot differ diff --git a/boot/ta6nt/scheme.h b/boot/ta6nt/scheme.h index d8f026b3b..79e4152cb 100644 --- a/boot/ta6nt/scheme.h +++ b/boot/ta6nt/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (ta6nt) */ +/* scheme.h for Chez Scheme Version 9.6 (ta6nt) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "ta6nt" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/ta6osx/equates.h b/boot/ta6osx/equates.h index 406539d8a..f72673fc2 100644 --- a/boot/ta6osx/equates.h +++ b/boot/ta6osx/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xE #define segment_t1_bits 0x10 diff --git a/boot/ta6osx/petite.boot b/boot/ta6osx/petite.boot index 7d11ded2d..800500628 100644 Binary files a/boot/ta6osx/petite.boot and b/boot/ta6osx/petite.boot differ diff --git a/boot/ta6osx/scheme.boot b/boot/ta6osx/scheme.boot index 9c6404d3d..05590b6eb 100644 Binary files a/boot/ta6osx/scheme.boot and b/boot/ta6osx/scheme.boot differ diff --git a/boot/ta6osx/scheme.h b/boot/ta6osx/scheme.h index c41d9b891..fb8a05761 100644 --- a/boot/ta6osx/scheme.h +++ b/boot/ta6osx/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (ta6osx) */ +/* scheme.h for Chez Scheme Version 9.6 (ta6osx) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "ta6osx" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/ti3le/equates.h b/boot/ti3le/equates.h index 755ee67c2..843d0b99a 100644 --- a/boot/ti3le/equates.h +++ b/boot/ti3le/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/ti3le/petite.boot b/boot/ti3le/petite.boot index cd3558345..043e5b50c 100644 Binary files a/boot/ti3le/petite.boot and b/boot/ti3le/petite.boot differ diff --git a/boot/ti3le/scheme.boot b/boot/ti3le/scheme.boot index 9ad55c976..fd510081c 100644 Binary files a/boot/ti3le/scheme.boot and b/boot/ti3le/scheme.boot differ diff --git a/boot/ti3le/scheme.h b/boot/ti3le/scheme.h index 1367e114e..d4502fb6d 100644 --- a/boot/ti3le/scheme.h +++ b/boot/ti3le/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (ti3le) */ +/* scheme.h for Chez Scheme Version 9.6 (ti3le) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "ti3le" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/ti3nt/equates.h b/boot/ti3nt/equates.h index a1ad12b9c..7b7016542 100644 --- a/boot/ti3nt/equates.h +++ b/boot/ti3nt/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/ti3nt/petite.boot b/boot/ti3nt/petite.boot index 9b1d43348..5877a28a0 100644 Binary files a/boot/ti3nt/petite.boot and b/boot/ti3nt/petite.boot differ diff --git a/boot/ti3nt/scheme.boot b/boot/ti3nt/scheme.boot index 83ab66474..c41d6cd85 100644 Binary files a/boot/ti3nt/scheme.boot and b/boot/ti3nt/scheme.boot differ diff --git a/boot/ti3nt/scheme.h b/boot/ti3nt/scheme.h index 774796f3f..ccb66cd36 100644 --- a/boot/ti3nt/scheme.h +++ b/boot/ti3nt/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (ti3nt) */ +/* scheme.h for Chez Scheme Version 9.6 (ti3nt) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "ti3nt" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/boot/ti3osx/equates.h b/boot/ti3osx/equates.h index 9024805e8..497fbcd00 100644 --- a/boot/ti3osx/equates.h +++ b/boot/ti3osx/equates.h @@ -1,4 +1,4 @@ -/* equates.h for Chez Scheme Version 9.5.9 */ +/* equates.h for Chez Scheme Version 9.6 */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -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 0x90509 +#define scheme_version 0x90600 #define segment_card_offset_bits 0x5 #define segment_offset_bits 0xD #define segment_t1_bits 0x13 diff --git a/boot/ti3osx/petite.boot b/boot/ti3osx/petite.boot index 26280c3e7..b023224a5 100644 Binary files a/boot/ti3osx/petite.boot and b/boot/ti3osx/petite.boot differ diff --git a/boot/ti3osx/scheme.boot b/boot/ti3osx/scheme.boot index e1131df6c..502d5a181 100644 Binary files a/boot/ti3osx/scheme.boot and b/boot/ti3osx/scheme.boot differ diff --git a/boot/ti3osx/scheme.h b/boot/ti3osx/scheme.h index 8d9d82076..863094f37 100644 --- a/boot/ti3osx/scheme.h +++ b/boot/ti3osx/scheme.h @@ -1,4 +1,4 @@ -/* scheme.h for Chez Scheme Version 9.5.9 (ti3osx) */ +/* scheme.h for Chez Scheme Version 9.6 (ti3osx) */ /* Do not edit this file. It is automatically generated and */ /* specifically tailored to the version of Chez Scheme named */ @@ -35,7 +35,7 @@ #endif /* Chez Scheme Version and machine type */ -#define VERSION "9.5.9" +#define VERSION "9.6" #define MACHINE_TYPE "ti3osx" /* All Scheme objects are of type ptr. Type iptr and */ diff --git a/c/Makefile.a6nt b/c/Makefile.a6nt index ab8bf8f14..7181688a2 100644 --- a/c/Makefile.a6nt +++ b/c/Makefile.a6nt @@ -17,11 +17,11 @@ m = a6nt # following have to use \ for directory separator SchemeInclude = ..\boot\$m -KernelDll = ..\bin\$m\csv959.dll -KernelLib = ..\bin\$m\csv959.lib -MTKernelLib = ..\boot\$m\csv959mt.lib -MDKernelLib = ..\boot\$m\csv959md.lib -KernelExp = ..\bin\$m\csv959.exp +KernelDll = ..\bin\$m\csv960.dll +KernelLib = ..\bin\$m\csv960.lib +MTKernelLib = ..\boot\$m\csv960mt.lib +MDKernelLib = ..\boot\$m\csv960md.lib +KernelExp = ..\bin\$m\csv960.exp Exec = ..\bin\$m\scheme.exe MTMain = ..\boot\$m\mainmt.obj MDMain = ..\boot\$m\mainmd.obj diff --git a/c/Makefile.i3nt b/c/Makefile.i3nt index 92bbbe577..62cea8928 100644 --- a/c/Makefile.i3nt +++ b/c/Makefile.i3nt @@ -17,11 +17,11 @@ m = i3nt # following have to use \ for directory separator SchemeInclude = ..\boot\$m -KernelDll = ..\bin\$m\csv959.dll -KernelLib = ..\bin\$m\csv959.lib -MTKernelLib = ..\boot\$m\csv959mt.lib -MDKernelLib = ..\boot\$m\csv959md.lib -KernelExp = ..\bin\$m\csv959.exp +KernelDll = ..\bin\$m\csv960.dll +KernelLib = ..\bin\$m\csv960.lib +MTKernelLib = ..\boot\$m\csv960mt.lib +MDKernelLib = ..\boot\$m\csv960md.lib +KernelExp = ..\bin\$m\csv960.exp Exec = ..\bin\$m\scheme.exe MTMain = ..\boot\$m\mainmt.obj MDMain = ..\boot\$m\mainmd.obj diff --git a/c/Makefile.ta6nt b/c/Makefile.ta6nt index dce79057a..3d3c9dda2 100644 --- a/c/Makefile.ta6nt +++ b/c/Makefile.ta6nt @@ -17,11 +17,11 @@ m = ta6nt # following have to use \ for directory separator SchemeInclude = ..\boot\$m -KernelDll = ..\bin\$m\csv959.dll -KernelLib = ..\bin\$m\csv959.lib -MTKernelLib = ..\boot\$m\csv959mt.lib -MDKernelLib = ..\boot\$m\csv959md.lib -KernelExp = ..\bin\$m\csv959.exp +KernelDll = ..\bin\$m\csv960.dll +KernelLib = ..\bin\$m\csv960.lib +MTKernelLib = ..\boot\$m\csv960mt.lib +MDKernelLib = ..\boot\$m\csv960md.lib +KernelExp = ..\bin\$m\csv960.exp Exec = ..\bin\$m\scheme.exe MTMain = ..\boot\$m\mainmt.obj MDMain = ..\boot\$m\mainmd.obj diff --git a/c/Makefile.ti3nt b/c/Makefile.ti3nt index 32a53d737..b78f10acd 100644 --- a/c/Makefile.ti3nt +++ b/c/Makefile.ti3nt @@ -17,11 +17,11 @@ m = ti3nt # following have to use \ for directory separator SchemeInclude = ..\boot\$m -KernelDll = ..\bin\$m\csv959.dll -KernelLib = ..\bin\$m\csv959.lib -MTKernelLib = ..\boot\$m\csv959mt.lib -MDKernelLib = ..\boot\$m\csv959md.lib -KernelExp = ..\bin\$m\csv959.exp +KernelDll = ..\bin\$m\csv960.dll +KernelLib = ..\bin\$m\csv960.lib +MTKernelLib = ..\boot\$m\csv960mt.lib +MDKernelLib = ..\boot\$m\csv960md.lib +KernelExp = ..\bin\$m\csv960.exp Exec = ..\bin\$m\scheme.exe MTMain = ..\boot\$m\mainmt.obj MDMain = ..\boot\$m\mainmd.obj diff --git a/c/scheme.rc b/c/scheme.rc index 3f39adcb4..b0da68e16 100644 --- a/c/scheme.rc +++ b/c/scheme.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 9,5,9,0 - PRODUCTVERSION 9,5,9,0 + FILEVERSION 9,6,0,0 + PRODUCTVERSION 9,6,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS__WINDOWS32 @@ -12,13 +12,13 @@ VS_VERSION_INFO VERSIONINFO BLOCK "StringFileInfo" { BLOCK "04090000" { VALUE "CompanyName", "Cisco Systems, Inc." - VALUE "FileDescription", "Chez Scheme Version 9.5.9" - VALUE "FileVersion", "9.5.9" + VALUE "FileDescription", "Chez Scheme Version 9.6.0" + VALUE "FileVersion", "9.6.0" VALUE "InternalName", "scheme.exe" - VALUE "LegalCopyright", "Copyright 1984-2022 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0." + VALUE "LegalCopyright", "Copyright 1984-2023 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0." VALUE "OriginalFilename", "scheme.exe" VALUE "ProductName", "Chez Scheme" - VALUE "ProductVersion", "9.5.9" + VALUE "ProductVersion", "9.6.0" } } BLOCK "VarFileInfo" { diff --git a/csug/copyright.stex b/csug/copyright.stex index ce703dfee..f46a3e350 100644 --- a/csug/copyright.stex +++ b/csug/copyright.stex @@ -16,13 +16,13 @@ \centerline{}\vfill -\textbf{\copyright~2022 Cisco Systems, Inc.} +\textbf{\copyright~2023 Cisco Systems, Inc.} Licensed under the Apache License Version 2.0\\ http://www.apache.org/licenses/LICENSE-2.0 % NB: also update corresponding notice in csug.stex -Revised \revisiondate~for Chez Scheme Version 9.5.9. +Revised \revisiondate~for Chez Scheme Version 9.6.0. \medskip\noindent Cisco and the Cisco logo are trademarks or registered trademarks diff --git a/csug/csug.stex b/csug/csug.stex index 3a3354896..cd0a192a2 100644 --- a/csug/csug.stex +++ b/csug/csug.stex @@ -22,7 +22,7 @@ (case-sensitive #t) \endschemeinit -\def\revisiondate{April 2022} +\def\revisiondate{August 2023} % Just don't care about small overflows, most of the time: \iflatex @@ -48,10 +48,10 @@ \def\copyrightnotice{\raw{
Chez Scheme Version 9 User's Guide
-Copyright © 2022 Cisco Systems, Inc.
+Copyright © 2023 Cisco Systems, Inc.
Licensed under the Apache License Version 2.0
(full copyright notice.).
-Revised} \revisiondate\raw{ for Chez Scheme Version 9.5.9
+Revised} \revisiondate\raw{ for Chez Scheme Version 9.6.0
about this book
}}
diff --git a/makefiles/Makefile-csug.in b/makefiles/Makefile-csug.in
index 6f8a8d969..219ac6cfa 100644
--- a/makefiles/Makefile-csug.in
+++ b/makefiles/Makefile-csug.in
@@ -1,7 +1,7 @@
m = $(m)
Scheme=../$m/bin/$m/scheme -b ../$m/boot/$m/petite.boot -b ../$m/boot/$m/scheme.boot
STEXLIB=../stex
-installdir=/tmp/csug9.5
+installdir=/tmp/csug9.6
INSTALL=../$m/installsh
x = csug
@@ -17,7 +17,7 @@ target: logcheck1 logcheck2 checklibs $(x).html $(x).pdf
install: target
$(INSTALL) -m 2755 -d $(installdir)
$(INSTALL) -m 0644 --ifdiff *.html *.css $(installdir)
- $(INSTALL) -m 0644 --ifdiff csug.pdf $(installdir)/csug9_5.pdf
+ $(INSTALL) -m 0644 --ifdiff csug.pdf $(installdir)/csug9_6.pdf
$(INSTALL) -m 2755 -d $(installdir)/canned
$(INSTALL) -m 0644 --ifdiff canned/* $(installdir)/canned
$(INSTALL) -m 2755 -d $(installdir)/gifs
diff --git a/makefiles/Mf-install.in b/makefiles/Mf-install.in
index db18b5790..d898f257c 100644
--- a/makefiles/Mf-install.in
+++ b/makefiles/Mf-install.in
@@ -62,7 +62,7 @@ InstallLZ4Target=
# no changes should be needed below this point #
###############################################################################
-Version=csv9.5.9
+Version=csv9.6.0
Include=boot/$m
PetiteBoot=boot/$m/petite.boot
SchemeBoot=boot/$m/scheme.boot
diff --git a/mats/Mf-a6nt b/mats/Mf-a6nt
index 5e522c382..4821e8287 100644
--- a/mats/Mf-a6nt
+++ b/mats/Mf-a6nt
@@ -25,7 +25,7 @@ export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL=*
foreign1.so: $(fsrc)
- cmd.exe /c "vs.bat amd64 && cl /DWIN32 /DX86_64 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv959.lib $(fsrc)"
+ cmd.exe /c "vs.bat amd64 && cl /DWIN32 /DX86_64 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv960.lib $(fsrc)"
cat_flush.exe: cat_flush.c
cmd.exe /c "vs.bat amd64 && cl /DWIN32 /DX86_64 /MD /nologo $<"
diff --git a/mats/Mf-i3nt b/mats/Mf-i3nt
index 9396c9ab8..e2a9b3f74 100644
--- a/mats/Mf-i3nt
+++ b/mats/Mf-i3nt
@@ -25,7 +25,7 @@ export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL=*
foreign1.so: $(fsrc)
- cmd.exe /c "vs.bat x86 && cl /DWIN32 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv959.lib $(fsrc)"
+ cmd.exe /c "vs.bat x86 && cl /DWIN32 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv960.lib $(fsrc)"
cat_flush.exe: cat_flush.c
cmd.exe /c "vs.bat x86 && cl /DWIN32 /MD /nologo $<"
diff --git a/mats/Mf-ta6nt b/mats/Mf-ta6nt
index 4a8b06955..0c650b622 100644
--- a/mats/Mf-ta6nt
+++ b/mats/Mf-ta6nt
@@ -25,7 +25,7 @@ export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL=*
foreign1.so: $(fsrc)
- cmd.exe /c "vs.bat amd64 && cl /DWIN32 /DX86_64 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv959.lib $(fsrc)"
+ cmd.exe /c "vs.bat amd64 && cl /DWIN32 /DX86_64 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv960.lib $(fsrc)"
cat_flush.exe: cat_flush.c
cmd.exe /c "vs.bat amd64 && cl /DWIN32 /DX86_64 /MD /nologo $<"
diff --git a/mats/Mf-ti3nt b/mats/Mf-ti3nt
index 355e2797a..c7912ec2e 100644
--- a/mats/Mf-ti3nt
+++ b/mats/Mf-ti3nt
@@ -25,7 +25,7 @@ export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL=*
foreign1.so: $(fsrc)
- cmd.exe /c "vs.bat x86 && cl /DWIN32 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv959.lib $(fsrc)"
+ cmd.exe /c "vs.bat x86 && cl /DWIN32 /Fe$@ /I${Include} /LD /MD /nologo ../bin/$m/csv960.lib $(fsrc)"
cat_flush.exe: cat_flush.c
cmd.exe /c "vs.bat x86 && cl /DWIN32 /MD /nologo $<"
diff --git a/pkg/Makefile b/pkg/Makefile
index 7f833ae3e..fee3da705 100644
--- a/pkg/Makefile
+++ b/pkg/Makefile
@@ -14,7 +14,7 @@
# limitations under the License.
m := $(shell find ../bin/* -type d | xargs basename)
-version = 9.5.9
+version = 9.6.0
release = 1
DOTUSER = $(shell ls -ld . | sed -e 's/[^ ]* *[^ ]* *\([^ ]*\).*/\1/')
@@ -77,7 +77,7 @@ $(BUILDROOT)/Distribution: $(BUILDROOT)
$(BUILDROOT)/Resources/en.lproj/Welcome.html: $(BUILDROOT)/Resources/en.lproj
echo '' > $(BUILDROOT)/Resources/en.lproj/Welcome.html
echo '
Copyright © 2022 Cisco Systems, Inc.
' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html + echo 'Copyright © 2023 Cisco Systems, Inc.
' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html echo 'Chez Scheme is a programming language and an implementation of that language, with supporting tools and documentation.
' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html echo '' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html chmod 644 $(BUILDROOT)/Resources/en.lproj/Welcome.html diff --git a/release_notes/release_notes.stex b/release_notes/release_notes.stex index 20841446d..289f854bc 100644 --- a/release_notes/release_notes.stex +++ b/release_notes/release_notes.stex @@ -1,9 +1,9 @@ \documentclass{releasenotes} -\thisversion{Version 9.5.9} +\thisversion{Version 9.6.0} \thatversion{Version 8.4} -\pubmonth{April} -\pubyear{2022} +\pubmonth{August} +\pubyear{2023} \begin{document} @@ -58,6 +58,17 @@ Online versions of both books can be found at %----------------------------------------------------------------------------- \section{Functionality Changes}\label{section:functionality} +\subsection{New transcoded port buffer-size parameters (9.6.0)} + +The new parameter \scheme{transcoded-port-buffer-size} specifies the size +of the string buffer that is allocated when creating a new transcoded port. +If the underlying binary port implements \scheme{port-position}, +a transcoded input port allocates an internal fxvector the same size +as its string buffer for use by \scheme{port-position}. +The new parameter \scheme{make-codec-buffer} can be used to supply an appropriately +sized internal bytevector buffer for the codec used by a new transcoded port. +The size of these string and bytevector buffers was previously hardcoded at 1024. + \subsection{Unicode 15.0 Support (9.6.0)} The character sets, character classes, and word-breaking algorithms for character, string, @@ -1952,17 +1963,6 @@ by macros) into code to be compiled via \scheme{compile-file}, Ftype-pointer fields are not supported, since storing addresses in fasl files does not generally make sense. -\subsection{New transcoded port buffer-size parameters} - -The new parameter \scheme{transcoded-port-buffer-size} specifies the size -of the string buffer that is allocated when creating a new transcoded port. -If the underlying binary port implements \scheme{port-position}, -a transcoded input port allocates an internal fxvector the same size -as its string buffer for use by \scheme{port-position}. -The new parameter \scheme{make-codec-buffer} can be used to supply an appropriately -sized internal bytevector buffer for the codec used by a new transcoded port. -The size of these string and bytevector buffers was previously hardcoded at 1024. - %----------------------------------------------------------------------------- \section{Bug Fixes}\label{section:bugfixes} @@ -1992,7 +1992,7 @@ store raw data on the stack and whose operands contain calls. \protect\scheme{member} and \protect\scheme{assoc} (9.6.0)} When \scheme{remove}, \scheme{member} or \scheme{assoc} were used in -\scheme{optimize-level} 3 in a position where the result was discarded, +optimize-level 3 in a position where the result was discarded, a bug in the source code optimizer could drop the call even though the first argument may be a record with a custom equality predicate that has side effects. @@ -2514,6 +2514,22 @@ x86\_64 has been fixed. %----------------------------------------------------------------------------- \section{Performance Enhancements}\label{section:performance} +\subsection{Reduced allocation and copying (9.6.0)} + +When given a bytevector whose length is less than \scheme{file-buffer-size}, +\scheme{bytevector->string} now allocates the minimum size string buffer, +internal ioffsets fxvector, and internal codec buffer. +The size of each was formerly hardcoded at 1024. +The +\scheme{bytevector->string}, +\scheme{get-bytevector-all}, +\scheme{get-bytevector-n}, +\scheme{get-string-all}, and +\scheme{get-string-n} procedures +may avoid extra allocation and copying when the result is not more than +\scheme{file-buffer-size} and no intermediate reads need to be stitched +together to form the result. + \subsection{Special-cased basic arithmetic operations (9.5.4)} The basic arithmetic operations (addition, subtraction, multiplication, @@ -2941,20 +2957,4 @@ constructors created by a record definition in one library and exported by another are inlined in the importing library, just as if the record type were defined in the importing library. -\subsection{Reduced allocation and copying} - -When given a bytevector whose length is less than \scheme{file-buffer-size}, -\scheme{bytevector->string} now allocates the minimum size string buffer, -internal ioffsets fxvector, and internal codec buffer. -The size of each was formerly hardcoded at 1024. -The -\scheme{bytevector->string}, -\scheme{get-bytevector-all}, -\scheme{get-bytevector-n}, -\scheme{get-string-all}, and -\scheme{get-string-n} procedures -may avoid extra allocation and copying when the result is not more than -\scheme{file-buffer-size} and no intermediate reads need to be stitched -together to form the result. - \end{document} diff --git a/rpm/Makefile b/rpm/Makefile index 28fb3889e..9c4f2c229 100644 --- a/rpm/Makefile +++ b/rpm/Makefile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = 9.5.9 +version = 9.6.0 release = 1 m := $(shell find ../bin/* -type d | xargs basename) arch := $(shell if test "$(m)" == "i3le" ; then echo i686 ; elif test "$(m)" == "a6le" ; then echo x86_64 ; else echo UNKNOWN ; fi) diff --git a/s/7.ss b/s/7.ss index 033a9ffce..f9d7653e2 100644 --- a/s/7.ss +++ b/s/7.ss @@ -705,7 +705,7 @@ (define $scheme-greeting (lambda () - (format "~a\nCopyright 1984-2022 Cisco Systems, Inc.\n" + (format "~a\nCopyright 1984-2023 Cisco Systems, Inc.\n" (scheme-version)))) (define $session-key #f) diff --git a/s/cmacros.ss b/s/cmacros.ss index e2f4a9be0..22dbc069b 100644 --- a/s/cmacros.ss +++ b/s/cmacros.ss @@ -328,7 +328,7 @@ [(_ foo e1 e2) e1] ... [(_ bar e1 e2) e2]))))]))) -(define-constant scheme-version #x00090509) +(define-constant scheme-version #x00090600) (define-syntax define-machine-types (lambda (x) diff --git a/scheme.1.in b/scheme.1.in index 637a35e42..3c7f43bae 100644 --- a/scheme.1.in +++ b/scheme.1.in @@ -3,7 +3,7 @@ .if t .ds c caf\o'\'e' .if n .ds c cafe .ds ]W -.TH SCHEME 1 "Chez Scheme Version 9.5.9 April 2022" +.TH SCHEME 1 "Chez Scheme Version 9.6.0 August 2023" .SH NAME \fIChez Scheme\fP .br @@ -794,6 +794,6 @@ Second Edition\fP, MIT press (1996). .in -5 .SH AUTHOR -Copyright 2022 Cisco Systems, Inc. +Copyright 2023 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) diff --git a/wininstall/.gitignore b/wininstall/.gitignore index 50d905278..83dc4f5c2 100755 --- a/wininstall/.gitignore +++ b/wininstall/.gitignore @@ -2,4 +2,3 @@ *.msi *.wixobj *.wixpdb -/vcredist.wxs diff --git a/wininstall/Makefile b/wininstall/Makefile index 12e39efd5..fd4435292 100644 --- a/wininstall/Makefile +++ b/wininstall/Makefile @@ -1,14 +1,14 @@ -VERSION := 9.5.9 +VERSION := 9.6.0 WIXEXTENSIONS := -ext WixUIExtension -ext WixBalExtension export MSYS_NO_PATHCONV=1 ChezScheme.exe: x86/bundle.wixobj ChezScheme32.msi ChezScheme64.msi cmd.exe /c light.bat -nologo $(WIXEXTENSIONS) $< -out $@ -ChezScheme32.msi: x86/product.wixobj x86/examples.wixobj x86/i3nt.wixobj x86/ti3nt.wixobj x86/vcredist.wixobj x86/ui.wixobj +ChezScheme32.msi: x86/product.wixobj x86/examples.wixobj x86/i3nt.wixobj x86/ti3nt.wixobj x86/ui.wixobj cmd.exe /c light.bat -nologo $(WIXEXTENSIONS) $^ -sice:ICE64 -sice:ICE03 -sice:ICE82 -sice:ICE61 -out "$@" -ChezScheme64.msi: x64/product.wixobj x64/a6nt.wixobj x64/examples.wixobj x64/ta6nt.wixobj x64/vcredist.wixobj x64/ui.wixobj +ChezScheme64.msi: x64/product.wixobj x64/a6nt.wixobj x64/examples.wixobj x64/ta6nt.wixobj x64/ui.wixobj cmd.exe /c light.bat -nologo $(WIXEXTENSIONS) $^ -sice:ICE64 -sice:ICE03 -sice:ICE82 -sice:ICE61 -out "$@" x86/%.wixobj: %.wxs @@ -17,9 +17,6 @@ x86/%.wixobj: %.wxs x64/%.wixobj: %.wxs cmd.exe /c candle.bat -arch x64 -nologo -dVersion=$(VERSION) $(WIXEXTENSIONS) $< -out $@ -vcredist.wxs: locate-vcredist.bat - cmd.exe /c locate-vcredist.bat - .PHONY: workareas workareas: cd ..; ./configure -m=a6nt; $(MAKE) -C a6nt @@ -29,4 +26,4 @@ workareas: .PHONY: clean clean: - -rm -rf *.msi *.wixpdb x86/ x64/ vcredist.wxs *.wixobj *.exe + -rm -rf *.msi *.wixpdb x86/ x64/ *.wixobj *.exe diff --git a/wininstall/a6nt.wxs b/wininstall/a6nt.wxs index eae683918..34bd35a33 100644 --- a/wininstall/a6nt.wxs +++ b/wininstall/a6nt.wxs @@ -4,16 +4,16 @@