diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3d7a937c6..05f780061 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +1999-12-17 Mikael Djurfeldt + + * tags.h (SCM_SLOPPY_NCONSP, SCM_SLOPPY_CONSP): New macros. + (SCM_ECONSP): Version which doesn't mix && and || without + parenthesis. + (SCM_NECONSP): Bugfree version. + Fri Dec 17 12:09:11 1999 Greg J. Badros * tags.h (SCM_ECONSP, SCM_NECONSP): Fix these macros to have the