~ chicken-core (chicken-5) 0633002591a4e4210067761fd58a5daa0491050b
commit 0633002591a4e4210067761fd58a5daa0491050b Author: unknown <felix@.(none)> AuthorDate: Tue Oct 27 22:59:47 2009 +0100 Commit: unknown <felix@.(none)> CommitDate: Tue Oct 27 22:59:47 2009 +0100 updated version to 4.2.3; removed TODO and cleaned up NEWS diff --git a/NEWS b/NEWS index 0dc0cc3e..788788d7 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,6 @@ -4.2.3 - -- exported Unit data-structures 'reverse-string-append' - 4.2.2 -- added 'loaded-libraries', 'dynamic-library-load', - 'dynamic-library-procedure' and 'dynamic-library-variable' to eval unit; - basic support for shared binary load -- fix for core library modules - regex-extras isn't but srfi-69 is -- fix for builtin features - srfi-69 isn't +- exported Unit data-structures 'reverse-string-append' - fix for pathnames with whitespace in 'runtests.sh' on Windows - fix for 'normalize-pathname' with absolute pathname argument - added 'decompose-directory' to unit files diff --git a/README b/README index 370677fe..2910fd3d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2000-2007, Felix L. Winkelmann (c) 2008-2009, The Chicken Team - version 4.2.2 + version 4.2.3 1. Introduction: diff --git a/buildversion b/buildversion index 078bf8b7..ec87108d 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.2 \ No newline at end of file +4.2.3 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 6d5aba8b..2aed07e9 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -6,7 +6,7 @@ <img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/> </nowiki> -This is the manual for Chicken Scheme, version 4.2.2 +This is the manual for Chicken Scheme, version 4.2.3 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 61a7f523..b1dcfcd4 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.2") +(define-constant +build-version+ "4.2.3")Trap