Erlang interface to BerkeleyDB
Go to file
Jon Meredith 30c7ad75ac Replaced calls to getenv with erl_drv_getenv/G_DB_ENV->get_home. The erlang
docs say not to use getenv in erlang drivers as they are not thread safe.
The places we were using them were very unlikley to have issues, but you never
know.
2009-06-02 13:14:47 -06:00
c_src Replaced calls to getenv with erl_drv_getenv/G_DB_ENV->get_home. The erlang 2009-06-02 13:14:47 -06:00
ebin Bumped version for release. 2009-05-22 14:04:14 -06:00
include Renamed get_lg_dir() to get_lg_dir_info and added get_data_dirs_info(). 2009-05-29 12:13:19 -06:00
int_test Bunch of changes based on input from dialyzer. 2009-02-18 15:13:09 -06:00
mibs Adding MIB 2009-04-24 09:32:43 -06:00
src Merge branch 'master' of git.rascal:/var/git/commons/bdberl 2009-06-02 10:06:36 -06:00
test Renamed get_lg_dir() to get_lg_dir_info and added get_data_dirs_info(). 2009-05-29 12:13:19 -06:00
.gitignore Ignore the priv/mibs directory 2009-04-24 16:22:13 -05:00
Rakefile Fixed a problem in the Rakefile. 2009-05-07 15:30:20 -05:00