1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 12:10:28 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2000-05-08 00:44:04 +00:00
parent 59dd18528b
commit e2d1d99d7b

View 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.