From cd505b38ad52348aa54abc4dd195198f2d95fca9 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 19 Aug 2004 18:41:17 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 04a6fd9d4..af10e6b36 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -69,6 +69,9 @@ * gc-card.c (scm_i_sweep_card): Call scm_i_string_free, scm_i_stringbuf_free and scm_i_symbol_free, as appropriate. + * strop.c (scm_string_copy): Use scm_c_substring to get a + copy-on-write string. + 2004-08-18 Kevin Ryde * arbiters.c (FETCH_STORE): New macro.