diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-03-03 00:12:02 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-03-03 00:12:02 +0000 |
commit | 49673698edfc18090e0d7ca1510c50aefebb853e (patch) | |
tree | 43bec0978f4b9ebbc917bc459765039c33e2ed36 /libguile | |
parent | cd2feccad5327e7136713cced2edc5f26aec2d79 (diff) | |
download | guile-49673698edfc18090e0d7ca1510c50aefebb853e.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
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 <gjb@cs.washington.edu> + + * 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 <gjb@cs.washington.edu> * hashtab.c: Improved documentation for lots of functions. Added |