Skip to content

Commit e0ca8bd

Browse files
committed
Chez Scheme Version 9.6.2
1 parent d56ed81 commit e0ca8bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+135
-124
lines changed

BUILDING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Building Chez Scheme Version 9.6.0
1+
Building Chez Scheme Version 9.6.2
22
Copyright 1984-2023 Cisco Systems, Inc.
33

44
Licensed under the Apache License, Version 2.0 (the "License");

LOG

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,4 +2417,15 @@
24172417
wininstall/ti3nt.wxs
24182418
- removed Microsoft C Runtime library merge module redistribution as
24192419
recommended by Microsoft
2420-
- specify version of WiX required to build the Windows installer
2420+
- specify version of WiX required to build the Windows installer
2421+
2422+
9.6.2 changes:
2423+
- The make install target of 9.6.0 was broken by the version string being 9.6.
2424+
- updated version to 9.6.2
2425+
BUILDING NOTICE makefiles/Mf-install.in scheme.1.in c/Makefile.a6nt
2426+
c/Makefile.i3nt c/Makefile.ta6nt c/Makefile.ti3nt mats/Mf-a6nt
2427+
mats/Mf-i3nt mats/Mf-ta6nt mats/Mf-ti3nt workarea c/scheme.rc
2428+
s/cmacros.ss release_notes/release_notes.stex csug/copyright.stex
2429+
csug/csug.stex bintar/Makefile rpm/Makefile pkg/Makefile
2430+
wininstall/Makefile wininstall/a6nt.wxs wininstall/i3nt.wxs
2431+
wininstall/ta6nt.wxs wininstall/ti3nt.wxs

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chez Scheme Version 9.6.0
1+
Chez Scheme Version 9.6.2
22
Copyright 1984-2023 Cisco Systems, Inc.
33

44
This product includes code developed by Cisco Systems, Inc.

bintar/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

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

1919
R = csv$(version)
@@ -61,7 +61,7 @@ $(R)/boot: $(R)
6161
( cd $(R)/boot/$(m) ; ln -s ../../../../boot/$(m)/{scheme.h,petite.boot,scheme.boot,revision} . )
6262
case $(m) in \
6363
*nt) \
64-
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv960md.lib,csv960mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
64+
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv962md.lib,csv962mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
6565
;; \
6666
*) \
6767
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{main.o,kernel.o} . ) \
@@ -72,7 +72,7 @@ $(R)/bin: $(R)
7272
mkdir -p $(R)/bin/$(m)
7373
case $(m) in \
7474
*nt) \
75-
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv960.dll,csv960.lib,vcruntime140.lib} . ) \
75+
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv962.dll,csv962.lib,vcruntime140.lib} . ) \
7676
;; \
7777
*) \
7878
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/scheme . ) \

boot/a6le/equates.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* equates.h for Chez Scheme Version 9.6 */
1+
/* equates.h for Chez Scheme Version 9.6.2 */
22

33
/* Do not edit this file. It is automatically generated and */
44
/* specifically tailored to the version of Chez Scheme named */
@@ -485,7 +485,7 @@ typedef unsigned long U64;
485485
#define rtd_sealed 0x4
486486
#define sbwp (ptr)0x4E
487487
#define scaled_shot_1_shot_flag -0x8
488-
#define scheme_version 0x90600
488+
#define scheme_version 0x90602
489489
#define segment_card_offset_bits 0x5
490490
#define segment_offset_bits 0xE
491491
#define segment_t1_bits 0x10

boot/a6le/petite.boot

-8 Bytes
Binary file not shown.

boot/a6le/scheme.boot

-2 Bytes
Binary file not shown.

boot/a6le/scheme.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* scheme.h for Chez Scheme Version 9.6 (a6le) */
1+
/* scheme.h for Chez Scheme Version 9.6.2 (a6le) */
22

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

3737
/* Chez Scheme Version and machine type */
38-
#define VERSION "9.6"
38+
#define VERSION "9.6.2"
3939
#define MACHINE_TYPE "a6le"
4040

4141
/* All Scheme objects are of type ptr. Type iptr and */

boot/a6nt/equates.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* equates.h for Chez Scheme Version 9.6 */
1+
/* equates.h for Chez Scheme Version 9.6.2 */
22

33
/* Do not edit this file. It is automatically generated and */
44
/* specifically tailored to the version of Chez Scheme named */
@@ -485,7 +485,7 @@ typedef unsigned long long U64;
485485
#define rtd_sealed 0x4
486486
#define sbwp (ptr)0x4E
487487
#define scaled_shot_1_shot_flag -0x8
488-
#define scheme_version 0x90600
488+
#define scheme_version 0x90602
489489
#define segment_card_offset_bits 0x5
490490
#define segment_offset_bits 0xE
491491
#define segment_t1_bits 0x10

boot/a6nt/petite.boot

9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)