guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core AUTHORS NEWS


From: Martin Grabmueller
Subject: guile/guile-core AUTHORS NEWS
Date: Mon, 14 May 2001 12:12:42 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Martin Grabmueller <address@hidden>     01/05/14 12:12:42

Modified files:
        guile-core     : AUTHORS NEWS 

Log message:
        * AUTHORS (Martin Grabmueller): Added srfi-16.scm.
        * NEWS: Updated and corrected NEWS entries for SRFI modules.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/AUTHORS.diff?cvsroot=OldCVS&tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&tr1=1.285&tr2=1.286&r1=text&r2=text

Patches:
Index: guile/guile-core/AUTHORS
diff -u guile/guile-core/AUTHORS:1.25 guile/guile-core/AUTHORS:1.26
--- guile/guile-core/AUTHORS:1.25       Sun May 13 12:20:00 2001
+++ guile/guile-core/AUTHORS    Mon May 14 12:12:42 2001
@@ -127,6 +127,7 @@
     srfi-14.scm
     srfi-13.c
     srfi-14.c
+    srfi-16.scm
 In the subdirectory scripts, wrote:
     doc-snarf
 In the subdirectory doc, wrote:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.285 guile/guile-core/NEWS:1.286
--- guile/guile-core/NEWS:1.285 Mon May 14 09:38:08 2001
+++ guile/guile-core/NEWS       Mon May 14 12:12:42 2001
@@ -33,6 +33,9 @@
 
 ** 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 @@
 
 (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-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-14) implements the SRFI Time/Date Library.
+(srfi srfi-19) implements the SRFI Time/Date Library.
 
 ** New scripts / "executable modules"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]