Fixed a bug with DBI iterators and made the tets self-bootstrapping and added the...
[dbsrgits/DBM-Deep.git] / t / 02_hash.t
2009-12-26 Rob Kinyon Fixed a bug with DBI iterators and made the tets self...
2009-12-25 Rob Kinyon Got some basic functionality working. Still isn't fully...
2009-11-27 Rob Kinyon Converted all relevant tests to use new_dbm instead...
2009-11-26 Rob Kinyon new_dbm() added to allow for running the same tests...
2009-11-25 Rob Kinyon Standardized test incantations
2009-06-29 rkinyon@cpan.org First checkin of the reversion back from the failed...
2009-06-29 rkinyon@cpan.org Hash tests pass again with header being read and cached
2009-06-29 rkinyon@cpan.org Conversion is partially complete. Lots of tests are...
2008-03-10 rkinyon r592@rob-kinyons-computer-2 (orig r10555): rkinyon...
2007-01-30 rkinyon r14213@rob-kinyons-computer (orig r8080): rkinyon...
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-06-15 rkinyon r14236@Rob-Kinyons-PowerBook: rob | 2006-06-14 23...
2006-04-27 rkinyon Converted to use the intermediate keyloc so that keys...
2006-04-21 rkinyon Added faililng tests for autovivification and clear...
2006-04-06 rkinyon New testing feature that allows specification of the...
2006-03-25 rkinyon Added autovivification tests
2006-03-17 rkinyon Added unflocks to all tests so that the tests run on OSX
2006-03-03 rkinyon Fixed SIG_INTERNAL so that it works + more tests
2006-03-01 rkinyon Converted all tests to use File::Temp instead of t...
2006-02-28 rkinyon Removed error/clear_error functions
2006-02-21 rkinyon Fixed the fact that delete should return the value...
2006-02-19 rkinyon Break out the Array and Hash ties into separate files
2006-02-16 rkinyon Renamings