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