summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/example-smob/ChangeLog6
-rw-r--r--doc/ref/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/example-smob/ChangeLog b/doc/example-smob/ChangeLog
index 60d10c03d..5e0ea0cfa 100644
--- a/doc/example-smob/ChangeLog
+++ b/doc/example-smob/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * image-type.c (image_tag): Changed type to scm_t_bits.
+ (make_image): Use scm_gc_malloc instead of scm_must_malloc.
+ (free_image): Use scm_gc_free instead of free. Return zero.
+
2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* image-type.c: Adapted to new typing and naming convention.
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog
index 61e661d61..d624f1587 100644
--- a/doc/ref/ChangeLog
+++ b/doc/ref/ChangeLog
@@ -1,3 +1,12 @@
+2002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
+ scm_must_malloc and free in example code. Updated text for the
+ new memory management functions.
+
+ * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
+ of to scm_must_malloc.
+
2002-02-27 Stefan Jahn <stefan@lkcc.org>
* gh.texi (scm transition summary): Documented some more