guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/srfi ChangeLog Makefile.am REA...


From: Martin Grabmueller
Subject: guile/guile-core/srfi ChangeLog Makefile.am REA...
Date: Wed, 06 Jun 2001 21:27:37 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Martin Grabmueller <address@hidden>     01/06/06 21:27:37

Modified files:
        guile-core/srfi: ChangeLog Makefile.am README 
Added files:
        guile-core/srfi: srfi-1.scm 

Log message:
        * README: Update.
        
        * srfi-1.scm: New file.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/srfi/srfi-1.scm?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/srfi/ChangeLog.diff?cvsroot=OldCVS&tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/srfi/Makefile.am.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/srfi/README.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: guile/guile-core/srfi/ChangeLog
diff -u guile/guile-core/srfi/ChangeLog:1.28 
guile/guile-core/srfi/ChangeLog:1.29
--- guile/guile-core/srfi/ChangeLog:1.28        Sun Jun  3 16:34:08 2001
+++ guile/guile-core/srfi/ChangeLog     Wed Jun  6 21:27:37 2001
@@ -1,3 +1,9 @@
+2001-06-06  Martin Grabmueller  <address@hidden>
+
+       * README: Update.
+
+       * srfi-1.scm: New file.
+
 2001-06-04  Marius Vollmer  <address@hidden>
 
        Added exception notice to all files.
Index: guile/guile-core/srfi/Makefile.am
diff -u guile/guile-core/srfi/Makefile.am:1.9 
guile/guile-core/srfi/Makefile.am:1.10
--- guile/guile-core/srfi/Makefile.am:1.9       Thu May 31 05:47:24 2001
+++ guile/guile-core/srfi/Makefile.am   Wed Jun  6 21:27:37 2001
@@ -37,7 +37,8 @@
 libguile_srfi_srfi_13_14_la_LDFLAGS = -version-info 0:0 -export-dynamic
 
 srfidir = $(datadir)/guile/$(VERSION)/srfi
-srfi_DATA = srfi-2.scm \
+srfi_DATA = srfi-1.scm \
+            srfi-2.scm \
             srfi-6.scm \
             srfi-8.scm \
             srfi-9.scm \
Index: guile/guile-core/srfi/README
diff -u guile/guile-core/srfi/README:1.2 guile/guile-core/srfi/README:1.3
--- guile/guile-core/srfi/README:1.2    Tue May 22 22:04:55 2001
+++ guile/guile-core/srfi/README        Wed Jun  6 21:27:37 2001
@@ -5,11 +5,16 @@
 
   http://srfi.schemers.org
 
-The following SRFIs are supported (as of 2001-05-22 -- 'martin):
+The following SRFIs are supported (as of 2001-06-06 -- 'martin):
 
 SRFI-0: cond-expand
 
   Supported by default, no module needs to get used.
+
+SRFI-1: List Library
+
+  A full toolbox of list processing procedures.  (use-modules (srfi
+  srfi-1)) will make them available for use.
 
 SRFI-2: and-let*
 



reply via email to

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