From: Greg J. Badros Date: Fri, 3 Mar 2000 00:12:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/49673698edfc18090e0d7ca1510c50aefebb853e *** empty log message *** --- diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ab4ed8d20..40faf6ce0 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,20 @@ +Thu Mar 2 16:06:58 2000 Greg J. Badros + + * error.h, error.c: Added `scm_wrong_type_arg_msg' to support + displaying the expected type. Use SCM_LISTn in a couple places + instead of scm_cons-ing by hand. + + * __scm.h: Added SCM_ASSERT_TYPE macro. + + * validate.h, scm_validate.h: Added the former, as a renamed + version of the latter with SCM_ASSERT_TYPE used in + SCM_MAKE_VALIDATE (instead of just SCM_ASSERT) + + * Makefile.am: Rename scm_validate.h to validate.h. + + * *.c, *.h: Include validate.h, not scm_validate.h (old name's + prefix was superfluous). + Thu Mar 2 15:33:12 2000 Greg J. Badros * hashtab.c: Improved documentation for lots of functions. Added