From: Marius Vollmer Date: Thu, 19 Aug 2004 18:41:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/cd505b38ad52348aa54abc4dd195198f2d95fca9 *** empty log message *** --- 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.