summaryrefslogtreecommitdiff
path: root/doc/example-smob
AgeCommit message (Collapse)AuthorFilesLines
2011-04-11bump effective version to 2.2Andy Wingo1-2/+2
* .gitignore: * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): * configure.ac: * doc/example-smob/Makefile (CFLAGS, LIBS): * doc/guile.1: * doc/ref/libguile-concepts.texi: * doc/ref/srfi-modules.texi: * doc/ref/vm.texi: * meta/Makefile.am (EXTRA_DIST, pkgconfig_DATA): * meta/guile-config.in (guile-module): * meta/guile-2.2-uninstalled.pc.in: * meta/guile-2.2.pc.in: Bump effective version to 2.2.
2011-02-15Update `doc/example-smob'.Ludovic Courtès2-33/+11
* doc/example-smob/Makefile (CFLAGS, LIBS): Use `pkg-config' instead of `guile-config'. * doc/example-smob/image-type.c (mark_image, free_image): Remove. (init_image_type): Don't call `scm_set_smob_mark' and `scm_set_smob_free'.
2009-06-17Change Guile license to LGPLv3+Neil Jerram2-24/+24
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
2008-09-12Rename `ChangeLog' files to `ChangeLog-2008'.Ludovic Courtès1-0/+0
2008-01-22* LICENSE: Change COPYING.LIB to COPYING.LESSER.Neil Jerram2-0/+4
* COPYING.LESSER: Renamed, previously COPYING.LIB. * COPYING: Removed. * COPYING: Removed. * COPYING: Removed. * COPYING: Removed. * COPYING: Removed. * COPYING: Removed. * COPYING: Removed. * COPYING: Removed.
2006-04-16merge from 1.8 branchKevin Ryde2-2/+2
2005-05-23The FSF has a new address.Marius Vollmer2-4/+4
2005-05-23New versions of the GPLand LGPL with the new address of the FSF.Marius Vollmer1-340/+0
2004-09-24*** empty log message ***Marius Vollmer1-0/+4
2004-09-24Updated from manual.Marius Vollmer1-18/+29
2002-02-28*** empty log message ***Marius Vollmer1-0/+6
2002-02-28(image_tag): Changed type to scm_t_bits.Marius Vollmer1-7/+6
(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 * image-type.c: Adapted to new typing and naming convention.Martin Grabmüller2-6/+10
2001-04-26* Update SMOB example and associated documentation.Neil Jerram2-9/+16
2000-06-20*** empty log message ***Mikael Djurfeldt1-0/+5
2000-06-20* image-type.c: Removed unused scm_smobfuns structure.Mikael Djurfeldt1-7/+5
(init_image_type): Use standard smob type interface.
2000-06-20Code layout fixMikael Djurfeldt1-1/+1
1999-07-07*** empty log message ***Mikael Djurfeldt1-0/+5
1999-07-07* image-type.c: Updated example to use scm_make_smob_type_mfpe,Mikael Djurfeldt1-7/+3
SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
1998-10-19*** empty log message ***Jim Blandy1-0/+2
1998-10-19* image-type.c, myguile.c: Terminate copyright comments.Jim Blandy2-0/+2
1998-10-19*** empty log message ***Jim Blandy1-0/+5
1998-10-19* COPYING: New file.Jim Blandy3-1/+377
* image-type.c myguile.c: Add copyright notice.
1998-10-15*** empty log message ***Jim Blandy1-0/+6
1998-10-15* Makefile (myguile): Fix link command, to put the Guile librariesJim Blandy1-2/+2
after the object files. The old command worked on my machine, but I don't see how.
1998-10-15*** empty log message ***Jim Blandy1-0/+7
1998-10-15Created this directory for the Guile 1.3 release. Thanks to JayJim Blandy5-0/+154
Glascoe for suggesting that we provide a complete, buildable example! * ChangeLog, Makefile, README, image-type.c, image-type.h, myguile: New files.