From 17621f3e37464b5cc0677c22cf8326b204a3683b Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 21 Nov 1998 17:02:36 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 49ea4ad12..3468be831 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +1998-11-22 Mikael Djurfeldt + + * procs.c: #include "objects.h" + (scm_procedure_p): Return #t also on structs which are operators. + + * objects.c (scm_init_objects): Renamed , + and to , + and in order to conform with STKlos + naming conventions. + + * eval.c (SCM_CEVAL): Jump to badfun if trying to apply a struct + which isn't an operator. + (SCM_APPLY): Ditto, but jump to badproc. + 1998-11-21 Mikael Djurfeldt * eval.c (SCM_CEVAL): Allow structs implanted in code.