From 4ff9f8254e51eec64fa89cd02e775107f100471c Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 14 Jun 2001 17:43:39 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 8 ++++++++ guile-readline/ChangeLog | 13 +++++++++++++ libguile/ChangeLog | 13 +++++++++++++ 3 files changed, 34 insertions(+) diff --git a/ChangeLog b/ChangeLog index d7dcb09fc..8d02e791f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-06-14 Marius Vollmer + + * configure.in: Check for header . 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 * configure.in: Generate examples/box-dynamic-module/Makefile. diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index b8f3410fe..e8d98f1f2 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,16 @@ +2001-06-14 Marius Vollmer + + 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 * readline.c (current_input_getc): Mark unused parameters with diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1269d714e..4aae0a351 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,16 @@ +2001-06-14 Marius Vollmer + + * __scm.h (ptrdiff_t): Typedef to long when configure didn't find + it. + + * tags.h: Include 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 * mkstemp.c: Update path to #include file scmconfig.h. -- 2.20.1