1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-11-30 00:30:36 +00:00
parent a003f3eb60
commit efeac8aed0

View file

@ -1,3 +1,8 @@
2005-11-30 Kevin Ryde <user42@zip.com.au>
* srfi-13.c (scm_string_append_shared): No copying if just one
non-empty string in args.
2005-11-26 Kevin Ryde <user42@zip.com.au>
* gc-mark.c (scm_mark_all): Change C++ comment to C comment. Reported