~ chicken-core (chicken-5) 1342cccbe6c68330599ebbdddad62a379d1d3a75
commit 1342cccbe6c68330599ebbdddad62a379d1d3a75
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Feb 3 03:43:18 2011 -0500
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Feb 3 03:43:18 2011 -0500
fixes in NEWS
diff --git a/NEWS b/NEWS
index 48577306..7b6c6596 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
may break binary-compatibility with existing compiled Scheme
code modules
- fixed invalid dropping of unused external entry-points in
- block-mode (XXX ack)
+ block-mode
- fixed incorrect lambda-list check in scrutinizer (thanks to
Alan Post)
- Kon Lovett reported numerous bugs in the type-database used
@@ -89,11 +89,10 @@
`project', `c-runtime' and `noop'
- added missing import-library entry for `vector-copy!' (thanks
to Jules Altfas)
- - fixed incorrect handling of #\, and #\; (XXX ack, explain)
- circular or excessively deeply nested data generates a more
useful error message when encountered by `equal?'
- unit `files'
- - fixed bug in `normalize-pathname' (XXX ack)
+ - fixed bug in `normalize-pathname'
- unit `lolevel'
- removed deprecated `global-bound?', `global-make-unbound',
`global-ref' and `global-set!' procedures
Trap