*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Thu, 14 Jun 2001 17:43:39 +0000 (17:43 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 14 Jun 2001 17:43:39 +0000 (17:43 +0000)
ChangeLog
guile-readline/ChangeLog
libguile/ChangeLog

index d7dcb09..8d02e79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Check for header <stdint.h>.  Check for uintptr_t
+       type.  Use AC_CHECK_TYPES for this.  Do not caus ptrdiff_t to be
+       `#defined'.
+
+       * acconfig.h (ptrdiff_t): Removed.
+
 2001-06-05  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * configure.in: Generate examples/box-dynamic-module/Makefile.
index b8f3410..e8d98f1 100644 (file)
@@ -1,3 +1,16 @@
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       Thanks to Matthias Köppe!
+
+       * configure.in: Check for rl_filename_completion_function.
+       * readline.c (s_scm_filename_completion_function): Use
+       rl_filename_completion_function instead of
+       filename_completion_function, if we have it.
+       (scm_init_readline): Use rl_compentry_func_t instead if Function
+       when _RL_FUNCTION_TYPEDEF is defined.
+
+       * readline.h (scm_clear_history): New prototype.
+       
 2001-06-07  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * readline.c (current_input_getc):  Mark unused parameters with
index 1269d71..4aae0a3 100644 (file)
@@ -1,3 +1,16 @@
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * __scm.h (ptrdiff_t): Typedef to long when configure didn't find
+       it.
+
+       * tags.h: Include <stdint.h> when we have it.
+       (scm_bits_t): Changed to be a unsigned type.  Use uintptr_t when
+       available.  Else use "unsigned long".
+       (scm_signed_bits_t): New.
+
+       * numbers.h (SCM_SRS): Cast shiftee to scm_signed_bits_t.
+       (SCM_INUM): Cast result to scm_signed_bits_t.
+
 2001-06-13  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
        * mkstemp.c: Update path to #include file scmconfig.h.