Add standard core test headers to the Class::ISA new tests
[p5sagit/p5-mst-13.2.git] / ext / DB_File / Changes
CommitLineData
045291aa 1
9c095db2 2
32babee0 31.810 7th August 2004
4
5 * Fixed db-hash.t for Cygwin
6
7 * Added substr tests to db-hast.t
8
9c095db2 91.809 20th June 2004
10
11 * Merged core patch 22258
12
13 * Merged core patch 22741
14
15 * Fixed core bug 30237.
16 Using substr to pass parameters to the low-level Berkeley DB interface
17 causes problems with Perl 5.8.1 or better.
18 typemap fix supplied by Marcus Holland-Moritz.
19
5bbd4290 201.808 22nd December 2003
21
22 * Added extra DBM Filter tests.
23
24 * Fixed a memory leak in ParseOpenInfo, which whould occur if the
25 opening of the database failed. Leak spotted by Adrian Enache.
26
6d02d21f 271.807 1st November 2003
28
29 * Fixed minor typos on pod documetation - reported by Jeremy Mates &
30 Mark Jason Dominus.
31
32 * dbinfo updated to report when a database is encrypted.
33
262eaca6 341.806 22nd October 2002
35
36 * Fixed problem when trying to build with a multi-threaded perl.
37
38 * Tidied up the recursion detetion code.
39
40 * merged core patch 17844 - missing dTHX declarations.
41
42 * merged core patch 17838
43
efc79c7d 441.805 1st September 2002
045291aa 45
efc79c7d 46 * Added support to allow DB_File to build with Berkeley DB 4.1.X
045291aa 47
efc79c7d 48 * Tightened up the test harness to test that calls to untie don't generate
49 the "untie attempted while %d inner references still exist" warning.
045291aa 50
efc79c7d 51 * added code to guard against calling the callbacks (compare,hash & prefix)
52 recursively.
045291aa 53
efc79c7d 54 * pasing undef for the flags and/or mode when opening a database could cause
55 a "Use of uninitialized value in subroutine entry" warning. Now silenced.
045291aa 56
efc79c7d 57 * DBM filter code beefed up to cope with read-only $_.
045291aa 58
efc79c7d 591.804 2nd June 2002
045291aa 60
efc79c7d 61 * Perl core patch 14939 added a new warning to "splice". This broke the
62 db-recno test harness. Fixed.
045291aa 63
efc79c7d 64 * merged core patches 16502 & 16540.
045291aa 65
efc79c7d 661.803 1st March 2002
045291aa 67
efc79c7d 68 * Fixed a problem with db-btree.t where it complained about an "our"
69 variable redeclaation.
045291aa 70
efc79c7d 71 * FETCH, STORE & DELETE don't map the flags parameter into the
72 equivalent Berkeley DB function anymore.
045291aa 73
efc79c7d 741.802 6th January 2002
045291aa 75
efc79c7d 76 * The message about some test failing in db-recno.t had the wrong test
77 numbers. Fixed.
045291aa 78
efc79c7d 79 * merged core patch 13942.
045291aa 80
efc79c7d 811.801 26th November 2001
045291aa 82
efc79c7d 83 * Fixed typo in Makefile.PL
045291aa 84
efc79c7d 85 * Added "clean" attribute to Makefile.PL
86
871.800 23rd November 2001
045291aa 88
efc79c7d 89 * use pport.h for perl backward compatability code.
045291aa 90
efc79c7d 91 * use new ExtUtils::Constant module to generate XS constants.
045291aa 92
efc79c7d 93 * upgrade Makefile.PL upgrade/downgrade code to toggle "our" with
94 "use vars"
045291aa 95
efc79c7d 961.79 22nd October 2001
045291aa 97
efc79c7d 98 * Added a "local $SIG{__DIE__}" inside the eval that checks for
99 the presence of XSLoader s suggested by Andrew Hryckowin.
045291aa 100
efc79c7d 101 * merged core patch 12277.
045291aa 102
efc79c7d 103 * Changed NEXTKEY to not initialise the input key. It isn't used anyway.
045291aa 104
efc79c7d 1051.79 22nd October 2001
045291aa 106
efc79c7d 107 * Fixed test harness for cygwin
045291aa 108
efc79c7d 1091.78 30th July 2001
045291aa 110
efc79c7d 111 * the test in Makefile.PL for AIX used -plthreads. Should have been
112 -lpthreads
045291aa 113
efc79c7d 114 * merged Core patches
115 10372, 10335, 10372, 10534, 10549, 10643, 11051, 11194, 11432
045291aa 116
efc79c7d 117 * added documentation patch regarding duplicate keys from Andrew Johnson
045291aa 118
045291aa 119
efc79c7d 1201.77 26th April 2001
045291aa 121
efc79c7d 122 * AIX is reported to need -lpthreads, so Makefile.PL now checks for
123 AIX and adds it to the link options.
045291aa 124
efc79c7d 125 * Minor documentation updates.
045291aa 126
efc79c7d 127 * Merged Core patch 9176
045291aa 128
efc79c7d 129 * Added a patch from Edward Avis that adds support for splice with
130 recno databases.
045291aa 131
efc79c7d 132 * Modified Makefile.PL to only enable the warnings pragma if using perl
133 5.6.1 or better.
045291aa 134
efc79c7d 1351.76 15th January 2001
045291aa 136
efc79c7d 137 * Added instructions for using LD_PRELOAD to get Berkeley DB 2.x to work
138 with DB_File on Linux. Thanks to Norbert Bollow for sending details of
139 this approach.
045291aa 140
045291aa 141
efc79c7d 1421.75 17th December 2000
045291aa 143
efc79c7d 144 * Fixed perl core patch 7703
045291aa 145
efc79c7d 146 * Added suppport to allow DB_File to be built with Berkeley DB 3.2 --
147 btree_compare, btree_prefix and hash_cb needed to be changed.
045291aa 148
efc79c7d 149 * Updated dbinfo to support Berkeley DB 3.2 file format changes.
045291aa 150
045291aa 151
efc79c7d 1521.74 10th December 2000
045291aa 153
efc79c7d 154 * A "close" call in DB_File.xs needed parenthesised to stop win32 from
155 thinking it was one of its macros.
045291aa 156
efc79c7d 157 * Updated dbinfo to support Berkeley DB 3.1 file format changes.
045291aa 158
efc79c7d 159 * DB_File.pm & the test hasness now use the warnings pragma (when
160 available).
045291aa 161
efc79c7d 162 * Included Perl core patch 7703 -- size argument for hash_cb is different
163 for Berkeley DB 3.x
045291aa 164
efc79c7d 165 * Included Perl core patch 7801 -- Give __getBerkeleyDBInfo the ANSI C
166 treatment.
045291aa 167
efc79c7d 168 * @a = () produced the warning 'Argument "" isn't numeric in entersub'
169 This has been fixed. Thanks to Edward Avis for spotting this bug.
045291aa 170
efc79c7d 171 * Added note about building under Linux. Included patches.
045291aa 172
efc79c7d 173 * Included Perl core patch 8068 -- fix for bug 20001013.009
174 When run with warnings enabled "$hash{XX} = undef " produced an
175 "Uninitialized value" warning. This has been fixed.
045291aa 176
efc79c7d 1771.73 31st May 2000
045291aa 178
efc79c7d 179 * Added support in version.c for building with threaded Perl.
045291aa 180
efc79c7d 181 * Berkeley DB 3.1 has reenabled support for null keys. The test
182 harness has been updated to reflect this.
045291aa 183
efc79c7d 1841.72 16th January 2000
045291aa 185
efc79c7d 186 * Added hints/sco.pl
045291aa 187
efc79c7d 188 * The module will now use XSLoader when it is available. When it
189 isn't it will use DynaLoader.
045291aa 190
efc79c7d 191 * The locking section in DB_File.pm has been discredited. Many thanks
192 to David Harris for spotting the underlying problem, contributing
193 the updates to the documentation and writing DB_File::Lock (available
194 on CPAN).
045291aa 195
efc79c7d 1961.71 7th September 1999
045291aa 197
efc79c7d 198 * Fixed a bug that prevented 1.70 from compiling under win32
045291aa 199
efc79c7d 200 * Updated to support Berkeley DB 3.x
045291aa 201
efc79c7d 202 * Updated dbinfo for Berkeley DB 3.x file formats.
045291aa 203
efc79c7d 2041.70 4th August 1999
045291aa 205
efc79c7d 206 * Initialise $DB_File::db_ver and $DB_File::db_version with
207 GV_ADD|GV_ADDMULT -- bug spotted by Nick Ing-Simmons.
045291aa 208
efc79c7d 209 * Added a BOOT check to test for equivalent versions of db.h &
210 libdb.a/so.
045291aa 211
efc79c7d 2121.69 3rd August 1999
045291aa 213
efc79c7d 214 * fixed a bug in push -- DB_APPEND wasn't working properly.
045291aa 215
efc79c7d 216 * Fixed the R_SETCURSOR bug introduced in 1.68
045291aa 217
efc79c7d 218 * Added a new Perl variable $DB_File::db_ver
219
2201.68 22nd July 1999
045291aa 221
efc79c7d 222 * Merged changes from 5.005_58
045291aa 223
efc79c7d 224 * Fixed a bug in R_IBEFORE & R_IAFTER procesing in Berkeley DB
225 2 databases.
045291aa 226
efc79c7d 227 * Added some of the examples in the POD into the test harness.
045291aa 228
efc79c7d 2291.67 6th June 1999
045291aa 230
efc79c7d 231 * Added DBM Filter documentation to DB_File.pm
045291aa 232
efc79c7d 233 * Fixed DBM Filter code to work with 5.004
045291aa 234
efc79c7d 235 * A few instances of newSVpvn were used in 1.66. This isn't available in
236 Perl 5.004_04 or earlier. Replaced with newSVpv.
a9fd575d 237
efc79c7d 2381.66 15th March 1999
a9fd575d 239
efc79c7d 240 * Added DBM Filter code
a9fd575d 241
efc79c7d 2421.65 6th March 1999
243
244 * Fixed a bug in the recno PUSH logic.
245 * The BOOT version check now needs 2.3.4 when using Berkeley DB version 2
246
2471.64 21st February 1999
248
249 * Tidied the 1.x to 2.x flag mapping code.
250 * Added a patch from Mark Kettenis <kettenis@wins.uva.nl> to fix a flag
251 mapping problem with O_RDONLY on the Hurd
252 * Updated the message that db-recno.t prints when tests 51, 53 or 55 fail.
253
2541.63 19th December 1998
255
256 * Fix to allow DB 2.6.x to build with DB_File
257 * Documentation updated to use push,pop etc in the RECNO example &
258 to include the find_dup & del_dup methods.
259
2601.62 30th November 1998
261
262 Added hints/dynixptx.pl.
263 Fixed typemap -- 1.61 used PL_na instead of na
9d9477b1 264
2651.61 19th November 1998
266
267 Added a note to README about how to build Berkeley DB 2.x when
268 using HP-UX.
269 Minor modifications to get the module to build with DB 2.5.x
270 Fixed a typo in the definition of O_RDONLY, courtesy of Mark Kettenis.
271
efc79c7d 2721.60
273 Changed the test to check for full tied array support
6ca2e664 274
efc79c7d 2751.59
276 Updated the license section.
6ca2e664 277
efc79c7d 278 Berkeley DB 2.4.10 disallows zero length keys. Tests 32 & 42 in
279 db-btree.t and test 27 in db-hash.t failed because of this change.
280 Those tests have been zapped.
6ca2e664 281
efc79c7d 282 Added dbinfo to the distribution.
20896112 283
efc79c7d 2841.58
285 Tied Array support was enhanced in Perl 5.004_57. DB_File now
286 supports PUSH,POP,SHIFT,UNSHIFT & STORESIZE.
20896112 287
efc79c7d 288 Fixed a problem with the use of sv_setpvn. When the size is
289 specified as 0, it does a strlen on the data. This was ok for DB
290 1.x, but isn't for DB 2.x.
20896112 291
efc79c7d 2921.57
293 If Perl has been compiled with Threads support,the symbol op will be
294 defined. This clashes with a field name in db.h, so it needs to be
295 #undef'ed before db.h is included.
9fe6733a 296
efc79c7d 2971.56
298 Documented the Solaris 2.5 mutex bug
9fe6733a 299
efc79c7d 3001.55
301 Merged 1.16 changes.
9fe6733a 302
efc79c7d 3031.54
cad2e5aa 304
efc79c7d 305 Fixed a small bug in the test harness when run under win32
306 The emulation of fd when useing DB 2.x was busted.
cad2e5aa 307
efc79c7d 3081.53
cad2e5aa 309
efc79c7d 310 Added DB_RENUMBER to flags for recno.
cad2e5aa 311
efc79c7d 3121.52
2c2d71f5 313
efc79c7d 314 Patch from Nick Ing-Simmons now allows DB_File to build on NT.
315 Merged 1.15 patch.
2c2d71f5 316
efc79c7d 3171.51
2c2d71f5 318
efc79c7d 319 Fixed the test harness so that it doesn't expect DB_File to have
320 been installed by the main Perl build.
2c2d71f5 321
a62982a8 322
efc79c7d 323 Fixed a bug in mapping 1.x O_RDONLY flag to 2.x DB_RDONLY equivalent
a62982a8 324
efc79c7d 3251.50
e07e3419 326
efc79c7d 327 DB_File can now build with either DB 1.x or 2.x, but not both at
328 the same time.
e07e3419 329
efc79c7d 3301.16
e07e3419 331
efc79c7d 332 A harmless looking tab was causing Makefile.PL to fail on AIX 3.2.5
e07e3419 333
efc79c7d 334 Small fix for the AIX strict C compiler XLC which doesn't like
335 __attribute__ being defined via proto.h and redefined via db.h. Fix
336 courtesy of Jarkko Hietaniemi.
e07e3419 337
efc79c7d 3381.15
039d031f 339
efc79c7d 340 Patch from Gisle Aas <gisle@aas.no> to suppress "use of undefined
341 value" warning with db_get and db_seq.
039d031f 342
efc79c7d 343 Patch from Gisle Aas <gisle@aas.no> to make DB_File export only the
344 O_* constants from Fcntl.
039d031f 345
efc79c7d 346 Removed the DESTROY method from the DB_File::HASHINFO module.
b90e71be 347
efc79c7d 348 Previously DB_File hard-wired the class name of any object that it
349 created to "DB_File". This makes sub-classing difficult. Now
350 DB_File creats objects in the namespace of the package it has been
351 inherited into.
b90e71be 352
b90e71be 353
efc79c7d 3541.14
b90e71be 355
efc79c7d 356 Made it illegal to tie an associative array to a RECNO database and
357 an ordinary array to a HASH or BTREE database.
88c74d4b 358
efc79c7d 3591.13
88c74d4b 360
efc79c7d 361 Minor changes to DB_FIle.xs and DB_File.pm
88c74d4b 362
efc79c7d 3631.12
3245f058 364
efc79c7d 365 Documented the incompatibility with version 2 of Berkeley DB.
3245f058 366
efc79c7d 3671.11
3245f058 368
efc79c7d 369 Documented the untie gotcha.
3245f058 370
efc79c7d 3711.10
3245f058 372
efc79c7d 373 Fixed fd method so that it still returns -1 for in-memory files
374 when db 1.86 is used.
3245f058 375
efc79c7d 3761.09
3245f058 377
efc79c7d 378 Minor bug fix in DB_File::HASHINFO, DB_File::RECNOINFO and
379 DB_File::BTREEINFO.
3245f058 380
efc79c7d 381 Changed default mode to 0666.
3245f058 382
efc79c7d 3831.08
73969f8f 384
efc79c7d 385 Documented operation of bval.
73969f8f 386
efc79c7d 3871.07
73969f8f 388
efc79c7d 389 Fixed bug with RECNO, where bval wasn't defaulting to "\n".
73969f8f 390
efc79c7d 3911.06
73969f8f 392
efc79c7d 393 Minor namespace cleanup: Localized PrintBtree.
73969f8f 394
efc79c7d 3951.05
c5da4faf 396
efc79c7d 397 Made all scripts in the documentation strict and -w clean.
c5da4faf 398
efc79c7d 399 Added logic to DB_File.xs to allow the module to be built after
400 Perl is installed.
c5da4faf 401
efc79c7d 4021.04
c5da4faf 403
efc79c7d 404 Minor documentation changes.
c5da4faf 405
efc79c7d 406 Fixed a bug in hash_cb. Patches supplied by Dave Hammen,
407 <hammen@gothamcity.jsc.nasa.govt>.
c5da4faf 408
efc79c7d 409 Fixed a bug with the constructors for DB_File::HASHINFO,
410 DB_File::BTREEINFO and DB_File::RECNOINFO. Also tidied up the
411 constructors to make them -w clean.
c5da4faf 412
efc79c7d 413 Reworked part of the test harness to be more locale friendly.
c5da4faf 414
efc79c7d 4151.03
39793c41 416
efc79c7d 417 Documentation update.
39793c41 418
efc79c7d 419 DB_File now imports the constants (O_RDWR, O_CREAT etc.) from Fcntl
420 automatically.
39793c41 421
efc79c7d 422 The standard hash function exists is now supported.
39793c41 423
efc79c7d 424 Modified the behavior of get_dup. When it returns an associative
425 array, the value is the count of the number of matching BTREE
426 values.
39793c41 427
efc79c7d 4281.02
c6c92ad9 429
efc79c7d 430 Merged OS/2 specific code into DB_File.xs
c6c92ad9 431
efc79c7d 432 Removed some redundant code in DB_File.xs.
c6c92ad9 433
efc79c7d 434 Documentation update.
07200f1b 435
efc79c7d 436 Allow negative subscripts with RECNO interface.
07200f1b 437
efc79c7d 438 Changed the default flags from O_RDWR to O_CREAT|O_RDWR.
07200f1b 439
efc79c7d 440 The example code which showed how to lock a database needed a call
441 to sync added. Without it the resultant database file was empty.
07200f1b 442
efc79c7d 443 Added get_dup method.
07200f1b 444
efc79c7d 4451.01
07200f1b 446
efc79c7d 447 Fixed a core dump problem with SunOS.
07200f1b 448
efc79c7d 449 The return value from TIEHASH wasn't set to NULL when dbopen
450 returned an error.
412e9c57 451
efc79c7d 4521.0
412e9c57 453
efc79c7d 454 DB_File has been in use for over a year. To reflect that, the
455 version number has been incremented to 1.0.
412e9c57 456
efc79c7d 457 Added complete support for multiple concurrent callbacks.
d63909e4 458
efc79c7d 459 Using the push method on an empty list didn't work properly. This
460 has been fixed.
d63909e4 461
efc79c7d 4620.3
d63909e4 463
efc79c7d 464 Added prototype support for multiple btree compare callbacks.
962cee9f 465
efc79c7d 4660.2
962cee9f 467
efc79c7d 468 When DB_File is opening a database file it no longer terminates the
469 process if dbopen returned an error. This allows file protection
470 errors to be caught at run time. Thanks to Judith Grass
471 <grass@cybercash.com> for spotting the bug.
962cee9f 472
efc79c7d 4730.1
d85a743d 474
efc79c7d 475 First Release.
d85a743d 476