*** empty log message ***
[bpt/guile.git] / doc / example-smob / ChangeLog
CommitLineData
2edf319f
MV
12004-09-24 Marius Vollmer <mvo@zagadka.de>
2
3 * image-type.c: Updated from manual.
4
621f22b1
MV
52002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
6
7 * image-type.c (image_tag): Changed type to scm_t_bits.
8 (make_image): Use scm_gc_malloc instead of scm_must_malloc.
9 (free_image): Use scm_gc_free instead of free. Return zero.
10
7977a487
MG
112001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
12
13 * image-type.c: Adapted to new typing and naming convention.
14
bd5e6840
NJ
152001-04-26 Neil Jerram <neil@ossau.uklinux.net>
16
17 * image-type.c (make_image): Don't need to use SCM_NIMP before
18 SCM_STRINGP.
19 (clear_image): Use SCM_SMOB_PREDICATE.
20 (clear_image, mark_image, free_image, print_image): Use
21 SCM_SMOB_DATA rather than SCM_CDR.
22
31987551
MD
232000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
24
25 * image-type.c: Removed unused scm_smobfuns structure.
26 (init_image_type): Use standard smob type interface.
27
544b9232
MD
28Fri Jun 25 22:21:04 1999 Greg Badros <gjb@cs.washington.edu>
29
30 * image-type.c: Updated example to use scm_make_smob_type_mfpe,
31 SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
32
33432c79
JB
331998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
34
e84f2bee
JB
35 * image-type.c, myguile.c: Terminate copyright comments.
36
33432c79
JB
37 * COPYING: New file.
38 * image-type.c myguile.c: Add copyright notice.
39
93a5e77f
JB
401998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
41
42 * Makefile (myguile): Fix link command, to put the Guile libraries
43 after the object files. The old command worked on my machine, but
44 I don't see how.
45
8ff90e04
JB
461998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
47
48 Created this directory for the Guile 1.3 release. Thanks to Jay
49 Glascoe for suggesting that we provide a complete, buildable
50 example!
51 * ChangeLog, Makefile, README, image-type.c, image-type.h,
52 myguile: New files.