From a77bd42e5264d6071341a7158860c1369fe0c1c7 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 28 Mar 2006 00:48:56 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 6 ++++++ test-suite/ChangeLog | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 130e6b5ef..510908973 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2006-03-28 Kevin Ryde + + * api-compound.texi (Vector Accessing from C): Show + SCM_SIMPLE_VECTOR_SET not SCM_SIMPLE_VECTOR_SET_X, the former is + what's in vector.h. + 2006-03-21 Ludovic Courtès * api-data.texi (Conversion): Add scm_c_locale_stringn_to_number. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 8e54f1339..bca10a522 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2006-03-28 Kevin Ryde + + * Makefile.am (SCM_TESTS): Remove slib.test, it fails with current + slib and the ice-9 slib module is due for revision soon. + 2006-03-19 Kevin Ryde * tests/unif.test (make-shared-array): Another test which failed in