~ chicken-core (chicken-5) c672e8431755a8a080fea9e2eb8274521e6ce7fb
commit c672e8431755a8a080fea9e2eb8274521e6ce7fb Author: Felix <bunny351@gmail.com> AuthorDate: Sun Oct 11 12:33:21 2009 +0200 Commit: Felix <bunny351@gmail.com> CommitDate: Sun Oct 11 12:33:21 2009 +0200 changed version diff --git a/README b/README index a4e454aa..942d318d 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.2-private 1. Introduction: diff --git a/TODO b/TODO index 724b21e3..04937a64 100644 --- a/TODO +++ b/TODO @@ -94,6 +94,13 @@ TODO for chicken -*- Outline -*- *** try to build with TLS +* features + +** error-handling hook for argument-type errors that signal a non-number + the numbers hook could modify this and provide a better error message if a non-core + number type triggers such an error + + * tests ** optional longer run (env. var) diff --git a/buildversion b/buildversion index 078bf8b7..06975996 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.2 \ No newline at end of file +4.2.2-private \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 6d5aba8b..2d03ac40 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.2-private ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 61a7f523..b0f574be 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.2") +(define-constant +build-version+ "4.2.2-private")Trap