BDB

Berkeley DB CFFI bindings

Project: BDB

Tue Jun  6 19:27:14 UTC 2006  -urso-@web.de
  * added function db-cursor-pget

Tue Jun  6 18:58:11 UTC 2006  -urso-@web.de
  * added db_cursor_pget to c lib

Tue Jun  6 18:49:57 UTC 2006  -urso-@web.de
  * added function: db-pget

Sun Jun  4 20:45:01 UTC 2006  -urso-@web.de
  * README update

Sun Jun  4 20:42:08 UTC 2006  -urso-@web.de
  * new workaround for lisp implementations without longlong support (used by sequences)

Sun Jun  4 00:24:48 UTC 2006  -urso-@web.de
  * updated readme

Sat Jun  3 23:22:25 UTC 2006  -urso-@web.de
  * fixed typo in with-txn (again....)

Sat Jun  3 23:13:27 UTC 2006  -urso-@web.de
  * fixed bug in with-txn and in-txn macros

Sat Jun  3 22:48:07 UTC 2006  -urso-@web.de
  * fixed typo in with-txn macro

Sat Jun  3 20:59:00 UTC 2006  -urso-@web.de
  * updated dependencies in bdb.asd

Sat Jun  3 20:43:40 UTC 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 19:26:09 UTC 2006  -urso-@web.de
  * added support for sequences

Fri Jun  2 19:10:39 UTC 2006  -urso-@web.de
  * improved with-txn macro

Fri Jun  2 17:13:30 UTC 2006  -urso-@web.de
  * fixed typo between constants no-sync and txn-no-sync

Fri Jun  2 16:55:09 UTC 2006  -urso-@web.de
  * added support for sequences into libbdb (c library)

Thu Jun  1 16:25:55 UTC 2006  -urso-@web.de
  * added classes.lisp to qbook generation

Thu Jun  1 16:14:51 UTC 2006  -urso-@web.de
  * added some docs to classes.lisp

Thu Jun  1 15:54:51 UTC 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 23:20:24 UTC 2006  -urso-@web.de
  * fixed some bugs preventing secondary databases to work when db-txn is used as database representation

Thu May 25 20:38:48 UTC 2006  -urso-@web.de
  * update-secondary is 'exception-save' now...

Thu May 25 20:35:02 UTC 2006  -urso-@web.de
  * db-associate ensures to run in transaction when used with db-txn

Thu May 25 19:40:09 UTC 2006  -urso-@web.de
  * if database is db-txn, db-del will ensure that it runs in a transaction

Thu May 18 23:30:03 UTC 2006  -urso-@web.de
  * export new symbols

Thu May 18 23:27:48 UTC 2006  -urso-@web.de
  * added some notes about secondary databases to secondary.lisp

Thu May 18 23:22:46 UTC 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 23:20:19 UTC 2006  -urso-@web.de
  * fixed with-txn macro

Thu May 18 23:18:41 UTC 2006  -urso-@web.de
  * added :auto-commit flag to db-env-open-flags

Thu May 18 23:16:32 UTC 2006  -urso-@web.de
  * added dependencie for db.lisp file

Tue May 16 21:45:45 UTC 2006  -urso-@web.de
  * added with-txn macro

Tue May 16 20:01:55 UTC 2006  -urso-@web.de
  * export db-get-type

Tue May 16 19:56:16 UTC 2006  -urso-@web.de
  * add db-get-type and made db-get-env public

Tue May 16 19:53:59 UTC 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 19:34:36 UTC 2006  -urso-@web.de
  * some bugfixes in db-open, added db-get-env

Fri May 12 19:32:56 UTC 2006  -urso-@web.de
  * added db_get_env and db_dummy_associate to lib and aux-bindings

Thu May 11 23:29:03 UTC 2006  -urso-@web.de
  * changed all closing operations to set handles to nil in classes...

Thu May 11 23:27:47 UTC 2006  -urso-@web.de
  * fixed typo in src/txn.lisp

Thu May 11 16:01:54 UTC 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...

Thu May 11 00:45:57 UTC 2006  -urso-@web.de
  * changed txn and related functions to be represneted using clos

Thu May 11 00:37:24 UTC 2006  -urso-@web.de
  * changed db-env and related functions to be represneted using clos

Thu May 11 00:17:48 UTC 2006  -urso-@web.de
  * modified cursors to be clos classes and changed cursor related functions to be methods

Tue May  9 20:29:35 UTC 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 21:39:09 UTC 2006  -urso-@web.de
  * WARNING: changed output path of make-qbook

Sun May  7 21:05:42 UTC 2006  -urso-@web.de
  * added build-assoc-callback-maker

Sun May  7 21:02:37 UTC 2006  -urso-@web.de
  * added some flags to db-open

Sun May  7 20:59:15 UTC 2006  -urso-@web.de
  * added src/config.lisp to asdf load file

Fri May  5 19:25:52 UTC 2006  -urso-@web.de
  * bugfix: make-get-buffer now adjusts size of newly created buffer

Fri May  5 17:16:52 UTC 2006  -urso-@web.de
  * add licence information

Thu May  4 16:41:32 UTC 2006  -urso-@web.de
  * Initial

	
Valid XHTML 1.0 Strict