Skip to content

Commit b831937

Browse files
committed
Version 9.6.4
1 parent cc6159a commit b831937

Some content is hidden

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

80 files changed

+138
-128
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.3
1+
Building Chez Scheme Version 9.6.4
22
Copyright 1984-2023 Cisco Systems, Inc.
33

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

LOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,3 +2457,13 @@
24572457
s/mkheader.ss
24582458
- optimize simple _ patterns in syntax-case
24592459
s/syntax.ss
2460+
2461+
9.6.4 changes:
2462+
- updated version to 9.6.4
2463+
BUILDING NOTICE makefiles/Mf-install.in scheme.1.in c/Makefile.a6nt
2464+
c/Makefile.i3nt c/Makefile.ta6nt c/Makefile.ti3nt mats/Mf-a6nt
2465+
mats/Mf-i3nt mats/Mf-ta6nt mats/Mf-ti3nt workarea c/scheme.rc
2466+
s/cmacros.ss release_notes/release_notes.stex csug/copyright.stex
2467+
csug/csug.stex bintar/Makefile rpm/Makefile pkg/Makefile
2468+
wininstall/Makefile wininstall/a6nt.wxs wininstall/i3nt.wxs
2469+
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.3
1+
Chez Scheme Version 9.6.4
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.3
16+
version = 9.6.4
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)/{csv963md.lib,csv963mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
64+
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv964md.lib,csv964mt.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,csv963.dll,csv963.lib,vcruntime140.lib} . ) \
75+
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv964.dll,csv964.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.3 */
1+
/* equates.h for Chez Scheme Version 9.6.4 */
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 0x90603
488+
#define scheme_version 0x90604
489489
#define segment_card_offset_bits 0x5
490490
#define segment_offset_bits 0xE
491491
#define segment_t1_bits 0x10

boot/a6le/petite.boot

-1.25 KB
Binary file not shown.

boot/a6le/scheme.boot

-89 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.3 (a6le) */
1+
/* scheme.h for Chez Scheme Version 9.6.4 (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.3"
38+
#define VERSION "9.6.4"
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.3 */
1+
/* equates.h for Chez Scheme Version 9.6.4 */
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 0x90603
488+
#define scheme_version 0x90604
489489
#define segment_card_offset_bits 0x5
490490
#define segment_offset_bits 0xE
491491
#define segment_t1_bits 0x10

boot/a6nt/petite.boot

-1.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)