From 8cedfb2e6c1b2da5cd6e5ec0739783761b8880fd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 10 Jul 1997 05:26:41 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 61f97ced8..658a3c893 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +Thu Jul 10 00:22:24 1997 Jim Blandy + + * stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to + scm_misc_error, not SCM_EOF. + + * error.c (scm_wta): Pass SCM_EOL to scm_misc_error as the list of + arguments for formatting the error message, not SCM_BOOL_F. I + think this is left over from the (eq? '() #f) days. + + * read.c (recsexpr): Give this a dummy definition if + DEBUG_EXTENSIONS isn't #defined. + Fri Jul 4 23:42:17 1997 Marius Vollmer * coop-threads.c (scm_wait_condition_variable): Lock mutex again