Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-28 | Remove doc/example-smob/ | Andy Wingo | 6 | -229/+0 | |
* doc/example-smob/: Remove example. It's smaller than it used to be in Guile 1.8, and with foreign objects there's practically nothing interesting to test. * doc/oldfmt.c: Remove this hoary thing. * doc/README: * doc/Makefile.am: Update. | |||||
2011-02-15 | Update `doc/example-smob'. | Ludovic Courtès | 2 | -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-17 | Change Guile license to LGPLv3+ | Neil Jerram | 2 | -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-12 | Rename `ChangeLog' files to `ChangeLog-2008'. | Ludovic Courtès | 1 | -0/+0 | |
2008-01-22 | * LICENSE: Change COPYING.LIB to COPYING.LESSER. | Neil Jerram | 2 | -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-16 | merge from 1.8 branch | Kevin Ryde | 2 | -2/+2 | |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 2 | -4/+4 | |
2005-05-23 | New versions of the GPLand LGPL with the new address of the FSF. | Marius Vollmer | 1 | -340/+0 | |
2004-09-24 | *** empty log message *** | Marius Vollmer | 1 | -0/+4 | |
2004-09-24 | Updated from manual. | Marius Vollmer | 1 | -18/+29 | |
2002-02-28 | *** empty log message *** | Marius Vollmer | 1 | -0/+6 | |
2002-02-28 | (image_tag): Changed type to scm_t_bits. | Marius Vollmer | 1 | -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üller | 2 | -6/+10 | |
2001-04-26 | * Update SMOB example and associated documentation. | Neil Jerram | 2 | -9/+16 | |
2000-06-20 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+5 | |
2000-06-20 | * image-type.c: Removed unused scm_smobfuns structure. | Mikael Djurfeldt | 1 | -7/+5 | |
(init_image_type): Use standard smob type interface. | |||||
2000-06-20 | Code layout fix | Mikael Djurfeldt | 1 | -1/+1 | |
1999-07-07 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+5 | |
1999-07-07 | * image-type.c: Updated example to use scm_make_smob_type_mfpe, | Mikael Djurfeldt | 1 | -7/+3 | |
SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros. | |||||
1998-10-19 | *** empty log message *** | Jim Blandy | 1 | -0/+2 | |
1998-10-19 | * image-type.c, myguile.c: Terminate copyright comments. | Jim Blandy | 2 | -0/+2 | |
1998-10-19 | *** empty log message *** | Jim Blandy | 1 | -0/+5 | |
1998-10-19 | * COPYING: New file. | Jim Blandy | 3 | -1/+377 | |
* image-type.c myguile.c: Add copyright notice. | |||||
1998-10-15 | *** empty log message *** | Jim Blandy | 1 | -0/+6 | |
1998-10-15 | * Makefile (myguile): Fix link command, to put the Guile libraries | Jim Blandy | 1 | -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 Blandy | 1 | -0/+7 | |
1998-10-15 | Created this directory for the Guile 1.3 release. Thanks to Jay | Jim Blandy | 5 | -0/+154 | |
Glascoe for suggesting that we provide a complete, buildable example! * ChangeLog, Makefile, README, image-type.c, image-type.h, myguile: New files. |