From 006528b4c65467a4b4023fead2d26e6824deab36 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 11 Feb 2004 22:20:26 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c3410f9c4..2550b6bc1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-02-12 Kevin Ryde + + * unif.c (scm_array_p): Add missing "break"s in switch, fix llvect + test look for "l" not "s", fix fvect need NIMP before singp, fix dvect + to be false for singp(prot) since such a value is for fvect. + 2004-01-13 Rob Browning * Makefile.am