summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>2000-03-02 20:56:07 +0000
committerGreg J. Badros <gjb@cs.washington.edu>2000-03-02 20:56:07 +0000
commit26a760c65e7eff4e8927b6d69190c7ba13ae7c8c (patch)
tree8c8da2ea3348d4bb50611fdb7b02aada7b821a72 /libguile
parent7866a09b5b355ea277d2dd780b24e98f647329d4 (diff)
downloadguile-26a760c65e7eff4e8927b6d69190c7ba13ae7c8c.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <gjb@cs.washington.edu>
+
+ * 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 <gjb@cs.washington.edu>
* ports.c: Made `set-port-column!' and `set-port-line!' each