Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `doc/example-smob'. | Ludovic Courtès | 2011-02-15 | 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'. | ||||
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 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/* ) | ||||
* | Rename `ChangeLog' files to `ChangeLog-2008'. | Ludovic Courtès | 2008-09-12 | 1 | -0/+0 |
| | |||||
* | * LICENSE: Change COPYING.LIB to COPYING.LESSER. | Neil Jerram | 2008-01-22 | 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. | ||||
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 2 | -2/+2 |
| | |||||
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 2 | -4/+4 |
| | |||||
* | New versions of the GPLand LGPL with the new address of the FSF. | Marius Vollmer | 2005-05-23 | 1 | -340/+0 |
| | |||||
* | *** empty log message *** | Marius Vollmer | 2004-09-24 | 1 | -0/+4 |
| | |||||
* | Updated from manual. | Marius Vollmer | 2004-09-24 | 1 | -18/+29 |
| | |||||
* | *** empty log message *** | Marius Vollmer | 2002-02-28 | 1 | -0/+6 |
| | |||||
* | (image_tag): Changed type to scm_t_bits. | Marius Vollmer | 2002-02-28 | 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. | ||||
* | * image-type.c: Adapted to new typing and naming convention. | Martin Grabmüller | 2001-05-30 | 2 | -6/+10 |
| | |||||
* | * Update SMOB example and associated documentation. | Neil Jerram | 2001-04-26 | 2 | -9/+16 |
| | |||||
* | *** empty log message *** | Mikael Djurfeldt | 2000-06-20 | 1 | -0/+5 |
| | |||||
* | * image-type.c: Removed unused scm_smobfuns structure. | Mikael Djurfeldt | 2000-06-20 | 1 | -7/+5 |
| | | | | (init_image_type): Use standard smob type interface. | ||||
* | Code layout fix | Mikael Djurfeldt | 2000-06-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Mikael Djurfeldt | 1999-07-07 | 1 | -0/+5 |
| | |||||
* | * image-type.c: Updated example to use scm_make_smob_type_mfpe, | Mikael Djurfeldt | 1999-07-07 | 1 | -7/+3 |
| | | | | SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros. | ||||
* | *** empty log message *** | Jim Blandy | 1998-10-19 | 1 | -0/+2 |
| | |||||
* | * image-type.c, myguile.c: Terminate copyright comments. | Jim Blandy | 1998-10-19 | 2 | -0/+2 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1998-10-19 | 1 | -0/+5 |
| | |||||
* | * COPYING: New file. | Jim Blandy | 1998-10-19 | 3 | -1/+377 |
| | | | | * image-type.c myguile.c: Add copyright notice. | ||||
* | *** empty log message *** | Jim Blandy | 1998-10-15 | 1 | -0/+6 |
| | |||||
* | * Makefile (myguile): Fix link command, to put the Guile libraries | Jim Blandy | 1998-10-15 | 1 | -2/+2 |
| | | | | | after the object files. The old command worked on my machine, but I don't see how. | ||||
* | *** empty log message *** | Jim Blandy | 1998-10-15 | 1 | -0/+7 |
| | |||||
* | Created this directory for the Guile 1.3 release. Thanks to Jay | Jim Blandy | 1998-10-15 | 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. |