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

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-07 20:06:29 +00:00
parent dab7f56692
commit a8e0500932
2 changed files with 24 additions and 1 deletions

View file

@ -1,5 +1,9 @@
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
* gc.c (scm_unprotect_object): Change this so that calls to
scm_protect_object and scm_unprotect_object nest properly.
(scm_protect_object): Doc fixes.
* strings.c (scm_string_set_x): Require the argument to be a
writable string, not a substring or a symbol.
* strings.h (SCM_RWSTRINGP, SCM_NRWSTRINGP): New predicates.