mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
eabd8acf87
commit
621f22b161
2 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue