ChangeLog-2008 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2008-01-22 Neil Jerram <neil@ossau.uklinux.net>
  2. * COPYING: Removed.
  3. 2004-09-24 Marius Vollmer <mvo@zagadka.de>
  4. * image-type.c: Updated from manual.
  5. 2002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
  6. * image-type.c (image_tag): Changed type to scm_t_bits.
  7. (make_image): Use scm_gc_malloc instead of scm_must_malloc.
  8. (free_image): Use scm_gc_free instead of free. Return zero.
  9. 2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  10. * image-type.c: Adapted to new typing and naming convention.
  11. 2001-04-26 Neil Jerram <neil@ossau.uklinux.net>
  12. * image-type.c (make_image): Don't need to use SCM_NIMP before
  13. SCM_STRINGP.
  14. (clear_image): Use SCM_SMOB_PREDICATE.
  15. (clear_image, mark_image, free_image, print_image): Use
  16. SCM_SMOB_DATA rather than SCM_CDR.
  17. 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  18. * image-type.c: Removed unused scm_smobfuns structure.
  19. (init_image_type): Use standard smob type interface.
  20. Fri Jun 25 22:21:04 1999 Greg Badros <gjb@cs.washington.edu>
  21. * image-type.c: Updated example to use scm_make_smob_type_mfpe,
  22. SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
  23. 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
  24. * image-type.c, myguile.c: Terminate copyright comments.
  25. * COPYING: New file.
  26. * image-type.c myguile.c: Add copyright notice.
  27. 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
  28. * Makefile (myguile): Fix link command, to put the Guile libraries
  29. after the object files. The old command worked on my machine, but
  30. I don't see how.
  31. 1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
  32. Created this directory for the Guile 1.3 release. Thanks to Jay
  33. Glascoe for suggesting that we provide a complete, buildable
  34. example!
  35. * ChangeLog, Makefile, README, image-type.c, image-type.h,
  36. myguile: New files.