Skip to content

Commit 9df56e7

Browse files
committed
Chez Scheme 9.5.8
1 parent e47faca commit 9df56e7

Some content is hidden

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

81 files changed

+155
-137
lines changed

BUILDING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Building Chez Scheme Version 9.5.7
2-
Copyright 1984-2021 Cisco Systems, Inc.
1+
Building Chez Scheme Version 9.5.8
2+
Copyright 1984-2022 Cisco Systems, Inc.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

LOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,3 +2284,13 @@
22842284
configure
22852285
- update zlib to version 1.2.12 (which fixes CVE-2018-25032)
22862286
configure c/Mf-*le
2287+
2288+
9.5.8 changes:
2289+
- updated version to 9.5.8
2290+
BUILDING NOTICE makefiles/Mf-install.in scheme.1.in c/Makefile.a6nt
2291+
c/Makefile.i3nt c/Makefile.ta6nt c/Makefile.ti3nt mats/Mf-a6nt
2292+
mats/Mf-i3nt mats/Mf-ta6nt mats/Mf-ti3nt workarea c/scheme.rc s/7.ss
2293+
s/cmacros.ss release_notes/release_notes.stex csug/copyright.stex
2294+
csug/csug.stex bintar/Makefile rpm/Makefile pkg/Makefile
2295+
wininstall/Makefile wininstall/a6nt.wxs wininstall/i3nt.wxs
2296+
wininstall/ta6nt.wxs wininstall/ti3nt.wxs newrelease

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Chez Scheme Version 9.5.7
2-
Copyright 1984-2021 Cisco Systems, Inc.
1+
Chez Scheme Version 9.5.8
2+
Copyright 1984-2022 Cisco Systems, Inc.
33

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

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.5.7
16+
version = 9.5.8
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)/{csv957md.lib,csv957mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
64+
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv958md.lib,csv958mt.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,csv957.dll,csv957.lib,vcruntime140.lib} . ) \
75+
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv958.dll,csv958.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.5.7 */
1+
/* equates.h for Chez Scheme Version 9.5.8 */
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 0x90507
488+
#define scheme_version 0x90508
489489
#define segment_card_offset_bits 0x5
490490
#define segment_offset_bits 0xE
491491
#define segment_t1_bits 0x10

boot/a6le/petite.boot

237 Bytes
Binary file not shown.

boot/a6le/scheme.boot

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

boot/a6nt/petite.boot

394 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)