summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-05-28 00:00:39 +0000
committerJim Blandy <jimb@red-bean.com>1997-05-28 00:00:39 +0000
commit5aefdd40a791b6337e34e25592de4649c347494f (patch)
tree480f965204b77bab1d7f5bb769e3025490d65df1
parent50a095f1c8972cc4fbad6bbefa941e96529ca281 (diff)
downloadguile-5aefdd40a791b6337e34e25592de4649c347494f.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 8fce6bcf7..9870d54ab 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,12 @@
+Tue May 27 23:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ Add new R4RS-compliant syntax for keywords.
+ * read.c (scm_lreadr): Recognize `#:' as a prefix for keywords,
+ regardless of the setting of the `keywords' read option.
+ * kw.c (prin_kw): Print keywords using the `#:' syntax, so they
+ can be re-read no matter what the setting of the `keywords' read
+ option.
+
Tue May 27 22:47:31 1997 Tim Pierce <twp@twp.tezcat.com>
Add support for POSIX regular expressions.