Skip to content

Commit

Permalink
Now opening 9.5.3 release. Intent is to formally release 9.5.2
Browse files Browse the repository at this point in the history
(and possibly all and only even-numbered releases going forward)
and use 9.5.3 (and possibly all and only odd-numbered releases going
forward) for development.
  • Loading branch information
dybvig committed Mar 21, 2019
1 parent c9037e5 commit 47110f3
Show file tree
Hide file tree
Showing 75 changed files with 130 additions and 119 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.5.2
Building Chez Scheme Version 9.5.3
Copyright 1984-2019 Cisco Systems, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
11 changes: 11 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -1232,3 +1232,14 @@
fasl.c,
ftype.ms,
release_notes.stex

9.5.3 changes:
- updated version to 9.5.3
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
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.5.2
Chez Scheme Version 9.5.3
Copyright 1984-2019 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.5.2
version = 9.5.3
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} . )
case $(m) in \
*nt) \
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv952md.lib,csv952mt.lib,mainmd.obj,mainmt.obj,scheme.res} . ) \
( cd $R/boot/$(m) ; ln -s ../../../../boot/$(m)/{csv953md.lib,csv953mt.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,csv952.dll,csv952.lib,vcruntime140.lib} . ) \
( cd $R/bin/$(m) ; ln -s ../../../../bin/$(m)/{scheme.exe,csv953.dll,csv953.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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (a6le) */
/* scheme.h for Chez Scheme Version 9.5.3 (a6le) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (a6nt) */
/* scheme.h for Chez Scheme Version 9.5.3 (a6nt) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (a6osx) */
/* scheme.h for Chez Scheme Version 9.5.3 (a6osx) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#define MACHINE_TYPE "a6osx"

/* 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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (i3le) */
/* scheme.h for Chez Scheme Version 9.5.3 (i3le) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned __int64 U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (i3nt) */
/* scheme.h for Chez Scheme Version 9.5.3 (i3nt) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (i3osx) */
/* scheme.h for Chez Scheme Version 9.5.3 (i3osx) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (ta6le) */
/* scheme.h for Chez Scheme Version 9.5.3 (ta6le) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (ta6nt) */
/* scheme.h for Chez Scheme Version 9.5.3 (ta6nt) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (ta6osx) */
/* scheme.h for Chez Scheme Version 9.5.3 (ta6osx) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#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.5.2 */
/* equates.h for Chez Scheme Version 9.5.3 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90502
#define scheme_version 0x90503
#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.5.2 (ti3le) */
/* scheme.h for Chez Scheme Version 9.5.3 (ti3le) */

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#define MACHINE_TYPE "ti3le"

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

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

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

/* Chez Scheme Version and machine type */
#define VERSION "9.5.2"
#define VERSION "9.5.3"
#define MACHINE_TYPE "ti3nt"

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

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -473,7 +473,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90502
#define scheme_version 0x90503
#define segment_card_offset_bits 0x5
#define segment_offset_bits 0xD
#define segment_t1_bits 0x13
Expand Down
Binary file modified boot/ti3osx/petite.boot
Binary file not shown.
Binary file modified boot/ti3osx/scheme.boot
Binary file not shown.
Loading

0 comments on commit 47110f3

Please sign in to comment.