From 7a5e7cba5e5bc9dcc18fb1ef663c483e55d57f75 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 2 Feb 2006 20:59:54 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 62b698a37..25124c895 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2006-02-01 Ludovic Courtès + + * deprecated.scm (make-uniform-array): Fill the returned vector with + PROT, per guile 1.6 behaviour. + 2006-01-30 Marius Vollmer * threads.scm (ice-9): Export %thread-handler.