*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Mon, 8 May 2000 00:44:04 +0000 (00:44 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 8 May 2000 00:44:04 +0000 (00:44 +0000)
ice-9/ChangeLog

index a3ec867..b9006ab 100644 (file)
@@ -1,3 +1,12 @@
+2000-05-08  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * common-list.scm (doc fixes): Talk about `true values' instead of
+       `#t' when a function treats all non-#f valuers the same.
+       (remove-if-not): Bug fix: call remove-if-not
+       instead of remove-if when iterating.
+       (delete-if-not!): Bug fix: call delete-if-not! instead of
+       delete-if! when iterating.
+
 2000-04-16  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 
        * r4rs.scm (close-input-port, close-output-port): Removed.