Skip to content

Commit

Permalink
- added version number to scheme.1.in trailer; updated date.
Browse files Browse the repository at this point in the history
    scheme.1.in, newrelease
- removed version update of no-longer-existing bldnt.bat.  "fixed"
  sed patterns to replace \? with * for the benefit of the deficient
  mac sed.
    newrelease
- updated version to 9.5
    bintar BUILDING NOTICE makefiles/Mf-install.in scheme.1.in
    c/Makefile.i3nt c/Makefile.a6nt c/Makefile.ti3nt c/Makefile.ta6nt
    workarea c/scheme.rc s/7.ss s/cmacros.ss
    release_notes/release_notes.stex csug/csug.stex
- updated release notes and fixed user's guide overfull hbox.
    release-notes.stex, syntax.stex
- updated install target to do something more sensible
    release_notes/Makefile
  • Loading branch information
dybvig committed Oct 11, 2017
1 parent 898c394 commit adb3b7b
Show file tree
Hide file tree
Showing 67 changed files with 175 additions and 139 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.4.1
Building Chez Scheme Version 9.5
Copyright 1984-2017 Cisco Systems, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
17 changes: 17 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -592,3 +592,20 @@
convention that the only undocumented externs are prefixed with
S_.
externs.h, stats.c, thread.c
- added version number to scheme.1.in trailer; updated date.
scheme.1.in, newrelease
- removed version update of no-longer-existing bldnt.bat. "fixed"
sed patterns to replace \? with * for the benefit of the deficient
mac sed.
newrelease

9.5 changes:
- updated version to 9.5
bintar BUILDING NOTICE makefiles/Mf-install.in scheme.1.in
c/Makefile.i3nt c/Makefile.a6nt c/Makefile.ti3nt c/Makefile.ta6nt
workarea c/scheme.rc s/7.ss s/cmacros.ss
release_notes/release_notes.stex csug/csug.stex
- updated release notes and fixed user's guide overfull hbox.
release-notes.stex, syntax.stex
- updated install target to do something more sensible
release_notes/Makefile
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.4.1
Chez Scheme Version 9.5
Copyright 1984-2017 Cisco Systems, Inc.

This product includes code developed by Cisco Systems, Inc.
Expand Down
8 changes: 4 additions & 4 deletions bintar
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ foreach m ($argv[3-])
case ti3nt:
case i3nt:
set files = ($files $release/bin/$m/scheme.exe)
set files = ($files $release/bin/$m/csv941.dll)
set files = ($files $release/bin/$m/csv941.lib)
set files = ($files $release/bin/$m/csv95.dll)
set files = ($files $release/bin/$m/csv95.lib)
set files = ($files $release/bin/$m/vcruntime140.dll)
set files = ($files $release/boot/$m/csv941md.lib)
set files = ($files $release/boot/$m/csv941mt.lib)
set files = ($files $release/boot/$m/csv95md.lib)
set files = ($files $release/boot/$m/csv95mt.lib)
set files = ($files $release/boot/$m/custommd.obj)
set files = ($files $release/boot/$m/custommt.obj)
set files = ($files $release/boot/$m/scheme.res)
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.4.1 */
/* equates.h for Chez Scheme Version 9.5 */

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

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

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

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

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

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

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

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

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

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

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -471,7 +471,7 @@ typedef unsigned __int64 U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90401
#define scheme_version 0x90500
#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.4.1 (ti3nt) */
/* scheme.h for Chez Scheme Version 9.5 (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.4.1"
#define VERSION "9.5"
#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.4.1 */
/* equates.h for Chez Scheme Version 9.5 */

/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
Expand Down Expand Up @@ -471,7 +471,7 @@ typedef unsigned long long U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x4
#define scheme_version 0x90401
#define scheme_version 0x90500
#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 adb3b7b

Please sign in to comment.