Changeset 15303 in project
- Timestamp:
- 08/02/09 22:31:43 (12 years ago)
- Location:
- chicken/branches/release
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/branches/release/NEWS
r15293 r15303 2 2 3 3 - The new parameter "parantheses-synonyms" and the command-line 4 option "-no-parantheses-synonyms" allow sdisabling list-like behaviour4 option "-no-parantheses-synonyms" allow disabling list-like behaviour 5 5 of "{ ... }" and "[ ... ]" tokens 6 6 - The new parameter "symbol-escape" and the command-line … … 14 14 - Support for Microsoft Visual Studio / MSVC has been dropped 15 15 - The compiler provides now a simple flow-analysis pass that does 16 basic checking of argument-count and -types for core library procedures17 (new option "-scrutinize")16 basic checking of argument-counts and -types for core library procedure 17 calls (new option "-scrutinize") 18 18 - New compiler-options "-no-argc-checks", "-no-bound-checks", 19 19 "-no-procedure checks", "-no-procedure-checks-for-usual-bindings", … … 33 33 - The argument-count check for format-strings for "[sf]printf" with a constant 34 34 string argument is done at compile-time 35 - A stub application named "chicken-setup" is installed to catch when a36 user invokes theobsolete tool instead of the new "chicken-install".37 35 38 36 4.0.0 -
chicken/branches/release/site/index.html
r15293 r15303 149 149 <h3>DOWNLOAD</h3> 150 150 <p> 151 Get the tarball for the most recent release (4. 0.0) here:152 <a href="http://www.call-with-current-continuation.org/chicken-4. 0.0.tar.gz">153 chicken-4. 0.0.tar.gz</a>151 Get the tarball for the most recent release (4.1.0) here: 152 <a href="http://www.call-with-current-continuation.org/chicken-4.1.0.tar.gz"> 153 chicken-4.1.0.tar.gz</a> 154 154 155 155 </p>
Note: See TracChangeset
for help on using the changeset viewer.