[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/srfi ChangeLog
From: |
Gary Houston |
Subject: |
guile/guile-core/srfi ChangeLog |
Date: |
Tue, 03 Jul 2001 11:55:28 -0700 |
CVSROOT: /cvs
Module name: guile
Changes by: Gary Houston <address@hidden> 01/07/03 11:55:28
Modified files:
guile-core/srfi: ChangeLog
Log message:
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/srfi/ChangeLog.diff?cvsroot=OldCVS&tr1=1.40&tr2=1.41&r1=text&r2=text
Patches:
Index: guile/guile-core/srfi/ChangeLog
diff -u guile/guile-core/srfi/ChangeLog:1.40
guile/guile-core/srfi/ChangeLog:1.41
--- guile/guile-core/srfi/ChangeLog:1.40 Tue Jul 3 09:19:23 2001
+++ guile/guile-core/srfi/ChangeLog Tue Jul 3 11:55:28 2001
@@ -1,3 +1,10 @@
+2001-07-03 Gary Houston <address@hidden>
+
+ * srfi-1.scm (iota, map, for-each, list-index, member, delete,
+ delete!, assoc): don't export until the new bindings have been
+ created. otherwise "export" thinks they are being re-exported and
+ a deprecation warning is produced.
+
2001-07-03 Martin Grabmueller <address@hidden>
* srfi-1.scm (list-tabulate): Do not go into infinite loop for
- guile/guile-core/srfi ChangeLog,
Gary Houston <=