Project: BDB
Tue Jun 6 12:27:14 PDT 2006 -urso-@web.de
* added function db-cursor-pget
Tue Jun 6 11:58:11 PDT 2006 -urso-@web.de
* added db_cursor_pget to c lib
Tue Jun 6 11:49:57 PDT 2006 -urso-@web.de
* added function: db-pget
Sun Jun 4 13:45:01 PDT 2006 -urso-@web.de
* README update
Sun Jun 4 13:42:08 PDT 2006 -urso-@web.de
* new workaround for lisp implementations without longlong support (used by sequences)
Sat Jun 3 17:24:48 PDT 2006 -urso-@web.de
* updated readme
Sat Jun 3 16:22:25 PDT 2006 -urso-@web.de
* fixed typo in with-txn (again....)
Sat Jun 3 16:13:27 PDT 2006 -urso-@web.de
* fixed bug in with-txn and in-txn macros
Sat Jun 3 15:48:07 PDT 2006 -urso-@web.de
* fixed typo in with-txn macro
Sat Jun 3 13:59:00 PDT 2006 -urso-@web.de
* updated dependencies in bdb.asd
Sat Jun 3 13:43:40 PDT 2006 -urso-@web.de
* When functions need to run within transaction they will create a new one, but avoid nesting transactions (see with-txn macro)
Fri Jun 2 12:26:09 PDT 2006 -urso-@web.de
* added support for sequences
Fri Jun 2 12:10:39 PDT 2006 -urso-@web.de
* improved with-txn macro
Fri Jun 2 10:13:30 PDT 2006 -urso-@web.de
* fixed typo between constants no-sync and txn-no-sync
Fri Jun 2 09:55:09 PDT 2006 -urso-@web.de
* added support for sequences into libbdb (c library)
Thu Jun 1 09:25:55 PDT 2006 -urso-@web.de
* added classes.lisp to qbook generation
Thu Jun 1 09:14:51 PDT 2006 -urso-@web.de
* added some docs to classes.lisp
Thu Jun 1 08:54:51 PDT 2006 -urso-@web.de
* introduced classes db-ext-env, db-ext and ext-cursor which store buffer reader and writer functions in its instances, thus user only needs to work with objects
Thu May 25 16:20:24 PDT 2006 -urso-@web.de
* fixed some bugs preventing secondary databases to work when db-txn is used as database representation
Thu May 25 13:38:48 PDT 2006 -urso-@web.de
* update-secondary is 'exception-save' now...
Thu May 25 13:35:02 PDT 2006 -urso-@web.de
* db-associate ensures to run in transaction when used with db-txn
Thu May 25 12:40:09 PDT 2006 -urso-@web.de
* if database is db-txn, db-del will ensure that it runs in a transaction
Thu May 18 16:30:03 PDT 2006 -urso-@web.de
* export new symbols
Thu May 18 16:27:48 PDT 2006 -urso-@web.de
* added some notes about secondary databases to secondary.lisp
Thu May 18 16:22:46 PDT 2006 -urso-@web.de
* introduced new classes to handle database depending on environment they are opened in, modified methods to handle new classes and added secondary database support depending on database type (which is specified by db-open depending on the environment)
Thu May 18 16:20:19 PDT 2006 -urso-@web.de
* fixed with-txn macro
Thu May 18 16:18:41 PDT 2006 -urso-@web.de
* added :auto-commit flag to db-env-open-flags
Thu May 18 16:16:32 PDT 2006 -urso-@web.de
* added dependencie for db.lisp file
Tue May 16 14:45:45 PDT 2006 -urso-@web.de
* added with-txn macro
Tue May 16 13:01:55 PDT 2006 -urso-@web.de
* export db-get-type
Tue May 16 12:56:16 PDT 2006 -urso-@web.de
* add db-get-type and made db-get-env public
Tue May 16 12:53:59 PDT 2006 -urso-@web.de
* methods using transactions don't rely on using class txn, thus nil instead of using a transaction is valid
Fri May 12 12:34:36 PDT 2006 -urso-@web.de
* some bugfixes in db-open, added db-get-env
Fri May 12 12:32:56 PDT 2006 -urso-@web.de
* added db_get_env and db_dummy_associate to lib and aux-bindings
Thu May 11 16:29:03 PDT 2006 -urso-@web.de
* changed all closing operations to set handles to nil in classes...
Thu May 11 16:27:47 PDT 2006 -urso-@web.de
* fixed typo in src/txn.lisp
Thu May 11 09:01:54 PDT 2006 -urso-@web.de
* forgot to update some functions when updating db, cursor, txn and db-env to classes to handle these classes... update now...
Wed May 10 17:45:57 PDT 2006 -urso-@web.de
* changed txn and related functions to be represneted using clos
Wed May 10 17:37:24 PDT 2006 -urso-@web.de
* changed db-env and related functions to be represneted using clos
Wed May 10 17:17:48 PDT 2006 -urso-@web.de
* modified cursors to be clos classes and changed cursor related functions to be methods
Tue May 9 13:29:35 PDT 2006 -urso-@web.de
* added src/classes.lisp and a class for db. Changed all funs using db handles to methods using db class
Sun May 7 14:39:09 PDT 2006 -urso-@web.de
* WARNING: changed output path of make-qbook
Sun May 7 14:05:42 PDT 2006 -urso-@web.de
* added build-assoc-callback-maker
Sun May 7 14:02:37 PDT 2006 -urso-@web.de
* added some flags to db-open
Sun May 7 13:59:15 PDT 2006 -urso-@web.de
* added src/config.lisp to asdf load file
Fri May 5 12:25:52 PDT 2006 -urso-@web.de
* bugfix: make-get-buffer now adjusts size of newly created buffer
Fri May 5 10:16:52 PDT 2006 -urso-@web.de
* add licence information
Thu May 4 09:41:32 PDT 2006 -urso-@web.de
* Initial