1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
guile/oop
Mikael Djurfeldt 47cd67db2f * tests/goops.test: Added tests for correctness of class
precedence list in all basic classes and tests for eqv? and
equal?.

* goops.scm (compute-getters-n-setters): Check for bad init-thunk.
(eqv?): Added default method.
(equal?): New default method which uses eqv?.

* eq.c (scm_eqv_p): Turned into a primitive generic.
2003-04-17 19:23:52 +00:00
..
goops Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
.cvsignore .cvsignore 2000-12-07 00:40:31 +00:00
ChangeLog * tests/goops.test: Added tests for correctness of class 2003-04-17 19:23:52 +00:00
goops.scm * tests/goops.test: Added tests for correctness of class 2003-04-17 19:23:52 +00:00
Makefile.am * Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION. 2002-12-09 00:43:51 +00:00