*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 25 Oct 2000 14:51:33 +0000 (14:51 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 25 Oct 2000 14:51:33 +0000 (14:51 +0000)
commit14f1d9fec8091a5d29c3f2ac57b31c28825476cb
tree0c1e0e26600d9f19050c911bce4922a68cf896cd
parent5e8904311f10522a2288b9d2d340964fe21028a7
*** empty log message ***
19 files changed:
ChangeLog
Makefile.am
NEWS
configure.in
libguile.h
libguile/ChangeLog
oop/ChangeLog [new file with mode: 0644]
oop/Makefile.am [new file with mode: 0644]
oop/goops.scm [new file with mode: 0644]
oop/goops/Makefile.am [new file with mode: 0644]
oop/goops/active-slot.scm [new file with mode: 0644]
oop/goops/compile.scm [new file with mode: 0644]
oop/goops/composite-slot.scm [new file with mode: 0644]
oop/goops/describe.scm [new file with mode: 0644]
oop/goops/dispatch.scm [new file with mode: 0644]
oop/goops/internal.scm [new file with mode: 0644]
oop/goops/save.scm [new file with mode: 0644]
oop/goops/stklos.scm [new file with mode: 0644]
oop/goops/util.scm [new file with mode: 0644]