From 14fb1c83d6bf6e6daa11740cdea58a28432727be Mon Sep 17 00:00:00 2001 From: Keisuke Nishida Date: Fri, 25 Aug 2000 02:26:47 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6b513d405..7ebc6184c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2000-08-24 Keisuke Nishida + + * smob.h (scm_smob_descriptor): Added `apply' and `gsubr_type'. + * smob.c (scm_make_smob_type): Initialize `apply' and `gsubr_type'. + (scm_set_smob_apply): New function. + (scm_smob_apply_0, scm_smob_apply_1, scm_smob_apply_2, + scm_smob_apply_3): New functions. + * eval.c (SCM_CEVAL, SCM_APPLY): Added dispatch for applicable smobs. + * procs.c (s_scm_procedure_p): Check applicable smobs. + 2000-08-24 Mikael Djurfeldt * Makefile.am (BUILT_SOURCES): Experimentally added scmconfig.h