mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
*** empty log message ***
This commit is contained in:
parent
b6e738d177
commit
2edf319f0a
4 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
2004-09-24 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* libguile.h: Include <gmp.h> outside of extern "C" block.
|
||||
(Note that numbers.h still includes gmp.h to make it
|
||||
self-contained.)
|
||||
|
||||
* configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
|
||||
for the user and is often overwritten temporarily.
|
||||
(GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2004-09-24 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* image-type.c: Updated from manual.
|
||||
|
||||
2002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* image-type.c (image_tag): Changed type to scm_t_bits.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-09-24 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* libguile-smobs.texi: Bugfix in example code, use SCM_NEWSMOB
|
||||
correctly. Use scm_assert_smob_type instead of SCM_ASSERT
|
||||
baroqueness.
|
||||
|
||||
2004-09-23 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* api-i18n.texi: New file.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
2004-09-24 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Added gettext.h.
|
||||
|
||||
* smob.c, smob.h (scm_assert_smob_type): New.
|
||||
|
||||
* Makefile.am (guile_CFLAGS, guile_LDFLAGS, libguile_la_CFLAGS, ):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue