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