Andy Wingo
|
0c81a0c13a
|
bump effective version to 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-04-11 23:45:04 +02:00 |
|
Ludovic Courtès
|
28b9264d5b
|
Update `doc/example-smob'.
* 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'.
|
2011-02-15 16:40:27 +01:00 |
|
Neil Jerram
|
53befeb700
|
Change Guile license to LGPLv3+
(Not quite finished, the following will be done tomorrow.
module/srfi/*.scm
module/rnrs/*.scm
module/scripts/*.scm
testsuite/*.scm
guile-readline/*
)
|
2009-06-17 00:22:09 +01:00 |
|
Ludovic Courtès
|
afb59d75b8
|
Rename ChangeLog' files to ChangeLog-2008'.
|
2008-09-12 21:49:58 +02:00 |
|
Neil Jerram
|
7df13834d4
|
* LICENSE: Change COPYING.LIB to COPYING.LESSER.
* COPYING.LESSER: Renamed, previously COPYING.LIB.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
|
2008-01-22 21:46:24 +00:00 |
|
Kevin Ryde
|
35369f4576
|
merge from 1.8 branch
|
2006-04-16 23:05:07 +00:00 |
|
Marius Vollmer
|
92205699d0
|
The FSF has a new address.
|
2005-05-23 19:57:22 +00:00 |
|
Marius Vollmer
|
5ae1bd9109
|
New versions of the GPLand LGPL with the new address of the FSF.
|
2005-05-23 19:00:08 +00:00 |
|
Marius Vollmer
|
2edf319f0a
|
*** empty log message ***
|
2004-09-24 02:12:50 +00:00 |
|
Marius Vollmer
|
43631debba
|
Updated from manual.
|
2004-09-24 02:11:03 +00:00 |
|
Marius Vollmer
|
621f22b161
|
*** empty log message ***
|
2002-02-28 20:58:59 +00:00 |
|
Marius Vollmer
|
d115af0eea
|
(image_tag): Changed type to scm_t_bits.
(make_image): Use scm_gc_malloc instead of scm_must_malloc.
(free_image): Use scm_gc_free instead of free. Return zero.
|
2002-02-28 20:55:49 +00:00 |
|
Martin Grabmüller
|
7977a48737
|
* image-type.c: Adapted to new typing and naming convention.
|
2001-05-30 20:28:51 +00:00 |
|
Neil Jerram
|
bd5e684091
|
* Update SMOB example and associated documentation.
|
2001-04-26 18:26:28 +00:00 |
|
Mikael Djurfeldt
|
31987551ee
|
*** empty log message ***
|
2000-06-20 03:24:10 +00:00 |
|
Mikael Djurfeldt
|
82ac0a63bf
|
* image-type.c: Removed unused scm_smobfuns structure.
(init_image_type): Use standard smob type interface.
|
2000-06-20 03:23:39 +00:00 |
|
Mikael Djurfeldt
|
215282c426
|
Code layout fix
|
2000-06-20 03:23:24 +00:00 |
|
Mikael Djurfeldt
|
544b923292
|
*** empty log message ***
|
1999-07-07 09:44:53 +00:00 |
|
Mikael Djurfeldt
|
8ac40ce887
|
* image-type.c: Updated example to use scm_make_smob_type_mfpe,
SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
|
1999-07-07 09:41:38 +00:00 |
|
Jim Blandy
|
e84f2bee20
|
*** empty log message ***
|
1998-10-19 21:57:26 +00:00 |
|
Jim Blandy
|
6f7e3d5915
|
* image-type.c, myguile.c: Terminate copyright comments.
|
1998-10-19 21:55:35 +00:00 |
|
Jim Blandy
|
33432c7930
|
*** empty log message ***
|
1998-10-19 15:38:53 +00:00 |
|
Jim Blandy
|
9803ec8fe2
|
* COPYING: New file.
* image-type.c myguile.c: Add copyright notice.
|
1998-10-19 15:36:38 +00:00 |
|
Jim Blandy
|
93a5e77fc7
|
*** empty log message ***
|
1998-10-15 22:03:06 +00:00 |
|
Jim Blandy
|
8e9fb89977
|
* Makefile (myguile): Fix link command, to put the Guile libraries
after the object files. The old command worked on my machine, but
I don't see how.
|
1998-10-15 22:02:59 +00:00 |
|
Jim Blandy
|
8ff90e0474
|
*** empty log message ***
|
1998-10-15 21:49:13 +00:00 |
|
Jim Blandy
|
90b714763e
|
Created this directory for the Guile 1.3 release. Thanks to Jay
Glascoe for suggesting that we provide a complete, buildable
example!
* ChangeLog, Makefile, README, image-type.c, image-type.h,
myguile: New files.
|
1998-10-15 21:48:51 +00:00 |
|