DB_File
view release on metacpan or search on metacpan
1.812 9th October 2005
* Added libscan to Makefile.PL
* Fixed test failing under windows
1.811 12th March 2005
* Fixed DBM filter bug in seq
1.810 7th August 2004
* Fixed db-hash.t for Cygwin
* Added substr tests to db-hast.t
* Documented AIX build problem in README.
1.809 20th June 2004
* Merged core patch 22258
* Merged core patch 22741
* Fixed core bug 30237.
Using substr to pass parameters to the low-level Berkeley DB interface
causes problems with Perl 5.8.1 or better.
typemap fix supplied by Marcus Holland-Moritz.
1.808 22nd December 2003
* Added extra DBM Filter tests.
* Fixed a memory leak in ParseOpenInfo, which whould occur if the
opening of the database failed. Leak spotted by Adrian Enache.
1.807 1st November 2003
* Fixed minor typos on pod documentation - reported by Jeremy Mates &
Mark Jason Dominus.
* dbinfo updated to report when a database is encrypted.
1.806 22nd October 2002
* Fixed problem when trying to build with a multi-threaded perl.
* Tidied up the recursion detection code.
* merged core patch 17844 - missing dTHX declarations.
* merged core patch 17838
1.805 1st September 2002
* Added support to allow DB_File to build with Berkeley DB 4.1.X
* Tightened up the test harness to test that calls to untie don't generate
the "untie attempted while %d inner references still exist" warning.
* added code to guard against calling the callbacks (compare,hash & prefix)
recursively.
* passing undef for the flags and/or mode when opening a database could cause
a "Use of uninitialized value in subroutine entry" warning. Now silenced.
* DBM filter code beefed up to cope with read-only $_.
1.804 2nd June 2002
* Perl core patch 14939 added a new warning to "splice". This broke the
db-recno test harness. Fixed.
* merged core patches 16502 & 16540.
1.803 1st March 2002
* Fixed a problem with db-btree.t where it complained about an "our"
variable redeclaration.
* FETCH, STORE & DELETE don't map the flags parameter into the
equivalent Berkeley DB function anymore.
1.802 6th January 2002
* The message about some test failing in db-recno.t had the wrong test
numbers. Fixed.
* merged core patch 13942.
1.801 26th November 2001
* Fixed typo in Makefile.PL
* Added "clean" attribute to Makefile.PL
1.800 23rd November 2001
* use pport.h for perl backward compatibility code.
* use new ExtUtils::Constant module to generate XS constants.
* upgrade Makefile.PL upgrade/downgrade code to toggle "our" with
"use vars"
1.79 22nd October 2001
* Added a "local $SIG{__DIE__}" inside the eval that checks for
the presence of XSLoader s suggested by Andrew Hryckowin.
* merged core patch 12277.
* Changed NEXTKEY to not initialise the input key. It isn't used anyway.
1.79 22nd October 2001
* Fixed test harness for cygwin
1.78 30th July 2001
* the test in Makefile.PL for AIX used -plthreads. Should have been
Made all scripts in the documentation strict and -w clean.
Added logic to DB_File.xs to allow the module to be built after
Perl is installed.
1.04
Minor documentation changes.
Fixed a bug in hash_cb. Patches supplied by Dave Hammen,
<hammen@gothamcity.jsc.nasa.govt>.
Fixed a bug with the constructors for DB_File::HASHINFO,
DB_File::BTREEINFO and DB_File::RECNOINFO. Also tidied up the
constructors to make them -w clean.
Reworked part of the test harness to be more locale friendly.
1.03
Documentation update.
DB_File now imports the constants (O_RDWR, O_CREAT etc.) from Fcntl
automatically.
The standard hash function exists is now supported.
Modified the behavior of get_dup. When it returns an associative
array, the value is the count of the number of matching BTREE
values.
1.02
Merged OS/2 specific code into DB_File.xs
Removed some redundant code in DB_File.xs.
Documentation update.
Allow negative subscripts with RECNO interface.
Changed the default flags from O_RDWR to O_CREAT|O_RDWR.
The example code which showed how to lock a database needed a call
to sync added. Without it the resultant database file was empty.
Added get_dup method.
1.01
Fixed a core dump problem with SunOS.
The return value from TIEHASH wasn't set to NULL when dbopen
returned an error.
1.0
DB_File has been in use for over a year. To reflect that, the
version number has been incremented to 1.0.
Added complete support for multiple concurrent callbacks.
Using the push method on an empty list didn't work properly. This
has been fixed.
0.3
Added prototype support for multiple btree compare callbacks.
0.2
When DB_File is opening a database file it no longer terminates the
process if dbopen returned an error. This allows file protection
errors to be caught at run time. Thanks to Judith Grass
<grass@cybercash.com> for spotting the bug.
0.1
First Release.
( run in 0.446 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )