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

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-09-12 17:01:10 +00:00
parent 1e1384f0bc
commit 0282123991

View file

@ -1,3 +1,9 @@
2000-09-12 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* symbols.c (duplicate_string): Don't try to copy the byte after
the string. This might not be `\0' and might even not be
allocated memory.
2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de> 2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
* symbols.c (scm_symbol_p): Eliminate redundant SCM_IMP test. * symbols.c (scm_symbol_p): Eliminate redundant SCM_IMP test.