diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-12 18:31:03 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-12 18:31:03 +0000 |
commit | a30fd2675363a05bc74d6336ae6f467a361eff8f (patch) | |
tree | ac2319c4797be06c76cc05cca4cb67dc82e025a7 | |
parent | 6b5a304f6b006beeb6088d5002c7574e874b28e3 (diff) | |
download | guile-a30fd2675363a05bc74d6336ae6f467a361eff8f.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 646996cc4..5d4587161 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +Sun Dec 12 10:29:12 1999 Greg J. Badros <gjb@cs.washington.edu> + + * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP + (none of the other validate macros have the trailing P). + +Sun Dec 12 10:07:29 1999 Greg J. Badros <gjb@cs.washington.edu> + + * scm_validate.h: Added the FSF copyright to the top. + + * strings.c: Use SCM_ASSERT_RANGE in a couple of places instead of + SCM_ASSERT w/ SCM_OUT_OF_RANGE. + Sat Dec 11 18:34:12 1999 Greg J. Badros <gjb@cs.washington.edu> * Makefile.am: Added scm_validate.h to modinclude_HEADERS. |