* Deprecated function scm_call_catching_errors.
[bpt/guile.git] / libguile / ChangeLog
index 81993ca..880fd96 100644 (file)
@@ -1,3 +1,22 @@
+2000-07-18  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * root.[ch] (scm_call_catching_errors):  Deprecated.
+
+       * root.c (scm_init_root):  Initialize the root smob type using the
+       standard initialization functions.
+
+2000-07-17  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * eval.c (unmemocopy): Don't rely on V being a list of at least
+       one element.  Thanks to Bill Schottstaedt!
+
+2000-07-15  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * gc.c (scm_done_free): new.
+       expanded comments about scm_done_malloc.
+
+       * gc.h: added prototype for scm_done_free
+
 2000-07-13  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * gc.h (scm_take_stdin):  Removed.