From df850562d50b7eaa16bafce75639bbea49881eb9 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Thu, 16 Dec 1999 20:49:31 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e76be6bd9..a3315f51f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +Thu Dec 16 12:41:22 1999 Greg J. Badros + + * coop-threads.c: Remove K&R function headers. + + * scm_validate.h: Added SCM_VALIDATE_THREAD. + + * *.c: Remove SCM_NIMP(X) when it is an extraneous pre-test given + that SCM_FOOP macros all now include SCM_NIMP in their expansion. + This simplifies lots of code, making it far more readable. + Wed Dec 15 19:45:14 1999 Greg J. Badros * *.h: Use SCM_NIMP(X) && in all the FOOP macros.