*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Thu, 29 May 1997 00:13:01 +0000 (00:13 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 29 May 1997 00:13:01 +0000 (00:13 +0000)
NEWS
libguile/ChangeLog

diff --git a/NEWS b/NEWS
index c36ab34..1cf71d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,8 @@ Changes in Guile 1.2:
 token of the form #:NAME, where NAME has the same syntax as a Scheme
 symbol, is the external representation of the keyword named NAME.
 Keyword objects print using this syntax as well, so values containing
-keyword objects can be read back into Guile.
+keyword objects can be read back into Guile.  When used in an
+expression, keywords are self-quoting objects.
 
 Guile suports this read syntax, and uses this print syntax, regardless
 of the current setting of the `keyword' read option.  The `keyword'
index 9870d54..653d5a0 100644 (file)
@@ -1,3 +1,12 @@
+Wed May 28 11:58:28 1997  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * regex-posix.c: #include <regex.h> conditionally, so the file is
+       CPP'able (for dependency scanning) even on systems that don't have
+       a <regex.h> header.
+
+       * regex-posix.c: #include "_scm.h" before conditionally #including
+       <regex.h>; the former defines HAVE_REGCOMP.
+
 Tue May 27 23:48:38 1997  Jim Blandy  <jimb@floss.cyclic.com>
 
        Add new R4RS-compliant syntax for keywords.