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.