From f3805ebb7cd244512e9f1d05c46d45df653da633 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 22 Jul 2001 18:31:11 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ libguile/ChangeLog | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 635f21c57..2aadabd3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-22 Marius Vollmer + + * configure.in: Check for "inttypes.h". + 2001-07-19 Rob Browning * configure.in: add checks for setitimer and getitimer. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 13e56a81a..0d72dc1b3 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2001-07-22 Marius Vollmer + + * tags.h: Include inttypes.h when we have it. + +2001-07-13 Marius Vollmer + + * tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot + is taken by the new SCM_IM_CALL_WITH_VALUES. + * print.c (scm_isymnames): Update table accordingly. + 2001-07-22 Gary Houston * regex-posix.c (s_scm_regexp_exec): use scm_long2num not