1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-28 00:00:39 +00:00
parent 50a095f1c8
commit 5aefdd40a7

View file

@ -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.