From 2d0937bc840753d543fdd0867faf3b2d3d61f596 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 6 Oct 1998 15:47:07 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + guile-config/ChangeLog | 1 + libguile/ChangeLog | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+) diff --git a/THANKS b/THANKS index 315366c6f..1ef75315b 100644 --- a/THANKS +++ b/THANKS @@ -42,6 +42,7 @@ Christopher Lee Julian Satchell Larry Schwimmer Radey Shouman + Miroslav Silovic Maciej Stachowiak Eiichi Takamori David Tillman diff --git a/guile-config/ChangeLog b/guile-config/ChangeLog index 600bf408c..7b49291c4 100644 --- a/guile-config/ChangeLog +++ b/guile-config/ChangeLog @@ -8,6 +8,7 @@ * guile-config.in (build-link): Include a -L option in the output from `guile-config link', indicating where libguile was installed. + (Thanks to Greg Troxel.) 1998-10-03 Jim Blandy diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 698b04db8..ad759d38f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,21 @@ +1998-10-06 Jim Blandy + + * libguile.h: Mark these as C declarations, for compilation by C++ + compilers. + + * snarf.h (SCM_PROC, SCM_PROC1): Remove very odd code in #ifdef + __cplusplus clause. I seriously doubt this ever worked the way + the author seems to have intended. + +1998-10-05 Jim Blandy + + Utterly needless cleanups to hopelessly messy code. + * ports.c: Doc fixes. + (scm_fflush): Moved to ... + * genio.c (scm_fflush): ... here, amongst all the other port + method invocation functions. + * genio.h, ports.h: The prototype moves too. + 1998-10-04 Jim Blandy * backtrace.c (display_error_body): The current frame does not -- 2.20.1