From 88531a74f38cf2dceea79c50e0a4efc8fa2dbcb0 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 11 Feb 2004 23:46:30 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 74f0eb0ac..3c1afa0dc 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -9,6 +9,8 @@ for "l" not "s", fix dvect to be false for singp(prot) since such a value is for fvect. (scm_array_prototype): Return 1/3 for dvect, rather than 0.33..33. + (exactly_one_third): New variable. + (scm_init_unif): Initialize it. 2004-02-10 Neil Jerram