diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-07-06 11:02:18 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-07-06 11:02:18 +0000 |
commit | 054ebf6ca539dee2bfc9965781313c0d32faa51f (patch) | |
tree | 4b6ad356b63c60abb42e33a7b7839031210e030a | |
parent | 7888309be8638cb5b75db163383a3d977bd9769d (diff) | |
download | guile-054ebf6ca539dee2bfc9965781313c0d32faa51f.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 b8ea311a1..8291a5b63 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,10 @@ +2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de> + + * srfi-1.c, srfi-13.c, srfi-14.c, srfi-4.c: Replaced all uses of + deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and + SCM_BOOLP with scm_is_false, scm_is_true, scm_from_bool, and + scm_is_bool, respectively. + 2004-07-05 Kevin Ryde <user42@zip.com.au> * srfi-4.c (uvec_sizes): Add "const". |