From 1e5afba02b39c1e438a92f7a902da25e71396666 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 29 May 1997 00:13:01 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 3 ++- libguile/ChangeLog | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c36ab3485..1cf71d626 100644 --- 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' diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9870d54ab..653d5a04f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +Wed May 28 11:58:28 1997 Jim Blandy + + * regex-posix.c: #include conditionally, so the file is + CPP'able (for dependency scanning) even on systems that don't have + a header. + + * regex-posix.c: #include "_scm.h" before conditionally #including + ; the former defines HAVE_REGCOMP. + Tue May 27 23:48:38 1997 Jim Blandy Add new R4RS-compliant syntax for keywords. -- 2.20.1