Update of /project/elephant/cvsroot/elephant In directory common-lisp.net:/tmp/cvs-serv7335
Modified Files: ChangeLog Log Message: Update
Date: Fri Oct 8 03:01:46 2004 Author: blee
Index: elephant/ChangeLog diff -u elephant/ChangeLog:1.3 elephant/ChangeLog:1.4 --- elephant/ChangeLog:1.3 Sun Sep 19 20:04:09 2004 +++ elephant/ChangeLog Fri Oct 8 03:01:45 2004 @@ -1,3 +1,56 @@ +2004-10-07 19:57 blee + + * src/libsleepycat.def: win32 fixes (thanks to Bill Clementson) + +2004-10-07 19:53 blee + + * CREDITS, INSTALL, NEWS, src/libsleepycat.c: win32 fixes (thanks + to Bill Clementson) + +2004-09-25 13:57 blee + + * src/collections.lisp: because of allocation type weirdness, + should always init indices-cache + +2004-09-21 14:36 blee + + * tests/mop-tests.lisp: new tests for change class, update class + +2004-09-21 14:36 blee + + * src/collections.lisp: make shared-init on indexed-btree play nice + +2004-09-21 14:35 blee + + * src/classes.lisp: added preliminary support for change-class + (though redef class is broken.) + +2004-09-21 14:34 blee + + * TODO: update + +2004-09-20 20:38 blee + + * Makefile: no install anymore, should be local to asdf + +2004-09-20 20:37 blee + + * src/sleepycat.lisp, tests/elephant-tests.lisp: use asdf packaging + info + +2004-09-20 20:35 blee + + * src/elephant.lisp: typo: forgot remove-from-root + +2004-09-20 20:34 blee + + * src/collections.lisp: typo: forgot populate keyword on generic + add-index + +2004-09-19 13:04 blee + + * ChangeLog: automagic! + 2004-09-19 12:52 blee
* tests/testcollections.lisp: tests for :populate