From 26a760c65e7eff4e8927b6d69190c7ba13ae7c8c Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Thu, 2 Mar 2000 20:56:07 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5e4e08e6b..f0e901dd8 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +Thu Mar 2 12:38:30 2000 Greg J. Badros + + * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, + added append docs from R4RS. + + * strings.c: Docstring typo fix, + eliminate unneeded IMP tests. + Thanks Dirk Hermann! + + * chars.h: Provide SCM_CHARP, SCM_CHAR, SCM_MAKE_CHAR and + deprecate SCM_ICHRP, SCM_ICHR, SCM_MAKICHR. Thanks Dirk Hermann! + + * *.h, *.c: Use SCM_CHARP, SCM_CHAR, SCM_MAKE_CHAR throughout. + Drop use of SCM_P for function prototypes... assume an ANSI C + compiler. Thanks Dirk Hermann! + Sat Feb 19 12:20:12 2000 Greg J. Badros * ports.c: Made `set-port-column!' and `set-port-line!' each