summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-05-14 19:12:42 +0000
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-05-14 19:12:42 +0000
commitdfdf58267a5d46e41d0ecc2166a48c20cc65de8f (patch)
tree2365a624c56c7560e93034243ff81e2bb68cc8a1
parent1d00af09c77f9b31f2cbfa247452ee164aa83326 (diff)
downloadguile-dfdf58267a5d46e41d0ecc2166a48c20cc65de8f.tar.gz
* AUTHORS (Martin Grabmueller): Added srfi-16.scm.
* NEWS: Updated and corrected NEWS entries for SRFI modules.
-rw-r--r--AUTHORS1
-rw-r--r--NEWS12
2 files changed, 12 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index f8c58bcb6..357d4d1d6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -127,6 +127,7 @@ In the subdirectory srfi, wrote:
srfi-14.scm
srfi-13.c
srfi-14.c
+ srfi-16.scm
In the subdirectory scripts, wrote:
doc-snarf
In the subdirectory doc, wrote:
diff --git a/NEWS b/NEWS
index 2f666cce5..bedb80f45 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ Changes since Guile 1.4:
** New SRFI modules have been added:
+SRFI-0 `cond-expand' is now supported in Guile, without requiring
+using a module.
+
(srfi srfi-2) exports and-let*.
(srfi srfi-6) is a dummy module for now, since guile already provides
@@ -43,13 +46,20 @@ Changes since Guile 1.4:
(srfi srfi-9) exports define-record-type.
+(srfi srfi-10) exports define-reader-ctor and implements the reader
+ extension #,().
+
(srfi srfi-11) exports let-values and let*-values.
(srfi srfi-13) implements the SRFI String Library.
(srfi srfi-14) implements the SRFI Character-Set Library.
-(srfi srfi-14) implements the SRFI Time/Date Library.
+(srfi srfi-17) implements setter and getter-with-setter and redefines
+ some accessor procedures as procedures with getters. (such as car,
+ cdr, vector-ref etc.)
+
+(srfi srfi-19) implements the SRFI Time/Date Library.
** New scripts / "executable modules"