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.