diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-07-22 18:31:11 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-07-22 18:31:11 +0000 |
commit | f3805ebb7cd244512e9f1d05c46d45df653da633 (patch) | |
tree | de91b94320c68e057aca233cc903d7c9ab761066 | |
parent | 24d1fde84c208f30204d726d26847b379ef4c5ab (diff) | |
download | guile-f3805ebb7cd244512e9f1d05c46d45df653da633.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libguile/ChangeLog | 10 |
2 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-07-22 Marius Vollmer <mvo@zagadka.ping.de> + + * configure.in: Check for "inttypes.h". + 2001-07-19 Rob Browning <rlb@defaultvalue.org> * 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 <mvo@zagadka.ping.de> + + * tags.h: Include inttypes.h when we have it. + +2001-07-13 Marius Vollmer <mvo@zagadka.ping.de> + + * 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 <ghouston@arglist.com> * regex-posix.c (s_scm_regexp_exec): use scm_long2num not |