~ chicken-core (chicken-5) df56ea82055cbde6aba59e61c0a4beffa3e11c8c


commit df56ea82055cbde6aba59e61c0a4beffa3e11c8c
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Jun 25 13:44:29 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Jun 25 13:44:29 2011 +0200

    added some missing entries to NEWS file

diff --git a/NEWS b/NEWS
index 12d66148..8b900261 100644
--- a/NEWS
+++ b/NEWS
@@ -54,11 +54,15 @@
     to Ivan Raikov)
   - Got rid of some warnings in the C runtime system that were triggered on
     the SunPro C compiler (thanks to Joe Python)
+  - Fixed bug in "string->number" that caused out-of-range characters to
+    be accepted for base > 10 (thanks to Jim Ursetto)
 
 - Syntax expander
   - Fixed a bug that caused imported identifiers to leak into the 
     macroexpansion/compile-time environment (reported by Christian Kellermann)
   - Fixed a bug in the processing of extended lambda-lists (thanks to Peter Bex)
+  - Peter Bex fixed a bug that caused bound variables to be incorrectly
+    renamed in quoted literals (thanks to Matthew Flatt)
 
 - Compiler
   - Fixed bug in handling of symbols in constant-definitions (thanks to Peter
Trap