Converted tabs to spaces
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
2006-03-01 rkinyon Converted tabs to spaces
2006-03-01 rkinyon close() is now close_fh()
2006-03-01 rkinyon Moved comments around so that they still made some...
2006-03-01 rkinyon All globals are now converted to variables within the...
2006-03-01 rkinyon has been removed
2006-03-01 rkinyon Removed global variable
2006-03-01 rkinyon Added setup_fh that handles inodes separate from open()
2006-02-28 rkinyon Moved all constants into DBM::Deep::Engine
2006-02-28 rkinyon Moved find_bucket_list, traverse_index, and get_next_ke...
2006-02-28 rkinyon Moved _bucket_exists to Engine
2006-02-28 rkinyon Moved _delete_bucket to Engine
2006-02-28 rkinyon Moved _get_bucket_value to Engine
2006-02-28 rkinyon Moved add_bucket to the engine
2006-02-28 rkinyon Moved _create_tag, _load_tag, and _index_lookup into...
2006-02-28 rkinyon Moved _close() into the engine
2006-02-28 rkinyon Initial breakout into engine code