- Dec 26, 2017
-
-
Barak A. Pearlmutter authored
-
- Dec 25, 2017
-
-
Barak A. Pearlmutter authored
-
Barak A. Pearlmutter authored
-
- Dec 17, 2017
-
-
Gwen Weinholt authored
-
Gwen Weinholt authored
-
- Dec 12, 2017
-
-
Gwen Weinholt authored
-
Gwen Weinholt authored
-
Barak A. Pearlmutter authored
-
Barak A. Pearlmutter authored
-
- Dec 11, 2017
-
-
Gwen Weinholt authored
Add 0001-Dynamically-link-with-the-system-s-installed-zlib.patch: <REASON> Add 0003-Support-using-the-system-s-installed-stex-and-nanopa.patch: <REASON> Add 0004-Remove-the-need-for-files-removed-in-dfsg-cleaning.patch: <REASON> Add 0002-configure-Do-not-download-dependencies.patch: <REASON>
-
Gwen Weinholt authored
-
- Dec 10, 2017
-
-
Gwen Weinholt authored
-
- Oct 11, 2017
-
-
dyb authored
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
-
dyb authored
convention that the only undocumented externs are prefixed with S_. externs.h, stats.c, thread.c
-
R. Kent Dybvig authored
small change in documentation, ouch to shout OUCH
-
Jason Hemann authored
-
- Oct 10, 2017
-
-
Andy Keep authored
Fix cp0 reduction of fx[+-*]/carry and their signatures
-
- Oct 09, 2017
-
-
Gustavo Massaccesi authored
cp0.ss primdata.ss fx.ms
-
- Sep 15, 2017
-
-
Bob Burger authored
-
- Sep 01, 2017
- Aug 31, 2017
-
-
Bob Burger authored
Refactor windows installers and fix vcredist
-
Peter Klein authored
- Separate 64 and 32 bit MSIs - Add wix bundle to combine MSIs into single installer - Use basic wix UI - Use merge modules to install vcredist package - Add script to locate vcredist merge modules - Fix installer status text by adding WixUI_ErrorProgressText ref Merge modules seems to be the preferred method for installing the redistributable package, which should decrease the package size and speed up installation. This commit also addresses a bug where the installer does not work when VC redistributable is not already installed. The 32 and 64 bit components were split into separate MSIs because Windows Installer only officially supports packages containing a single architecture. A package bundle is then created containing both MSIs so only a single file needs to be distributed. There seemed to be no trivial way to get the path to the vcredist merge modules bundled with visual studio so I added a script (locate-vcredist.bat) that handles this. It will need to be updated in the future for compatibility with newer VS platform toolsets. Some paths and name were changed, here's a summary: 32-bit install path: C:\Program Files (x86)\Chez Scheme 9.4.1\ 64-bit install path: C:\Program Files\Chez Scheme 9.4.1\ installer file name: ChezScheme.exe installer product name: Chez Scheme 9.4.1 x64
-
- Aug 23, 2017
-
-
Bob Burger authored
-
- Aug 18, 2017
-
-
Bob Burger authored
Add support for building with Visual Studio 2017 BuildTools
-
Peter Klein authored
-
- Aug 15, 2017
-
-
Bob Burger authored
-
- Aug 14, 2017
-
-
Bob Burger authored
-
- Aug 11, 2017
-
-
Bob Burger authored
updated ez-grammar-test to write temp files to current directory and delete them when finished
-
- Aug 09, 2017
-
-
dybvig authored
examples/ez-grammar.ss, examples/ez-grammar-test.ss, examples/Makefile, examples.ms
-
- Aug 03, 2017
-
-
Bob Burger authored
-
- Aug 01, 2017
-
-
R. Kent Dybvig authored
add file-position-object and eager source-line counting
-
Matthew Flatt authored
-
Matthew Flatt authored
Add optional beginning-line and beginning-column components to a source object, so that line and column information can be recorded independent of the file. Add `locate-source-object-source` to use the recorded information. Add a cache for `locate-source` as enabled by the `use-cache?` optional argument, which can avoid compilation times that are quadratic in the number of `let-values` or `define-values` forms.
-
- Jul 17, 2017
-
-
R. Kent Dybvig authored
fix `(define-values () ....)` to expand to a definition
-
- Jul 16, 2017
-
-
Matthew Flatt authored
Expanding to a definition means that it doesn't interrupt a definition sequence.
-
- Jul 12, 2017