~ chicken-core (chicken-5) 929fa71b3e584291e8733d6b57f27437b5d0cadc
commit 929fa71b3e584291e8733d6b57f27437b5d0cadc Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Dec 11 09:20:10 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Dec 11 09:20:10 2009 +0100 added move-memory fix to NEWS diff --git a/NEWS b/NEWS index fa4312e8..1d7b570b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ 4.3.0 +- fixed bug in `move-memory!' that caused negative offsets to be accepted + (thanks to Jim Ursetto) - removed tracing facility and apply-hook (see the "trace" egg for a replacement for tracing and breakpoints) - chicken-install(1): renamed `-host-extension' option to `-host'Trap