diff options
author | Gary Houston <ghouston@arglist.com> | 2001-07-03 18:55:28 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2001-07-03 18:55:28 +0000 |
commit | 26c22ea816ee20058ee60e526e9b2d5e4f415d02 (patch) | |
tree | 944e4ac8f5d8660ddb8289dad7808d327acb2ea8 | |
parent | fc183bc85b611670c5895d73805d67aaa66133f3 (diff) | |
download | guile-26c22ea816ee20058ee60e526e9b2d5e4f415d02.tar.gz |
*** empty log message ***
-rw-r--r-- | srfi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 870478dd8..c55522342 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,10 @@ +2001-07-03 Gary Houston <ghouston@arglist.com> + + * 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 <mgrabmue@cs.tu-berlin.de> * srfi-1.scm (list-tabulate): Do not go into infinite loop for |