* eval.c (SCM_CEVAL, scm_apply): Completed GOOPS support code;
Some indentation fixes. * objects.h (SCM_METACLASS_STANDARD_LAYOUT): Printer field is no longer a user field; New field: class_flags. * objets.c, objects.h: New metaclass: scm_metaclass_operator.
This commit is contained in:
parent
e0d86ad2fb
commit
da7f71d7d5
4 changed files with 301 additions and 80 deletions
|
|
@ -1,3 +1,15 @@
|
|||
Sun Oct 12 14:41:39 1997 Mikael Djurfeldt <mdj@kenneth>
|
||||
|
||||
* ports.h: #include "libguile/print.h"
|
||||
|
||||
* eval.c (SCM_CEVAL, scm_apply): Completed GOOPS support code;
|
||||
Some indentation fixes.
|
||||
|
||||
* objects.h (SCM_METACLASS_STANDARD_LAYOUT): Printer field is no
|
||||
longer a user field; New field: class_flags.
|
||||
|
||||
* objets.c, objects.h: New metaclass: scm_metaclass_operator.
|
||||
|
||||
Tue Oct 7 09:37:24 1997 Mark Galassi <rosalia@cygnus.com>
|
||||
|
||||
* gh_data.c (gh_bool2scm): new function which replaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue