Actually use the computed @path so as to write the awkwardly named test
[p5sagit/p5-mst-13.2.git] / ext / DB_File / Changes
CommitLineData
045291aa 1
9c095db2 2
10261a36 31.816 28 October 2007
4
5 * Clarified the warning about building with a different version of
6 Berkeley DB that is used at runtime.
7 * Also made the boot version check less strict.
8 [rt.cpan.org #30013]
9
f1aa208b 101.815 4 February 2007
11
12 * A few casting cleanups for building with C++ from Steve Peters.
13
14 * Fixed problem with recno which happened if you changed directory after
15 opening the database. Problem reported by Andrew Pam.
16
17
c36891e2 181.814 11 November 2005
19
20 * Fix from Dominic Dunlop to tidy up an OS-X specific warning in
21 db-btree.t.
22
23 * Silenced a warning about $DB_File::Error only being used once.
24 Issue spotted by Dominic Dunlop.
25
d6067fe3 261.813 31st October 2005
27
28 * Updates for Berkeley DB 4.4
29
8e092815 301.812 9th October 2005
31
32 * Added libscan to Makefile.PL
33
34 * Fixed test failing under windows
35
dcdb9d1f 361.811 12th March 2005
37
38 * Fixed DBM filter bug in seq
39
32babee0 401.810 7th August 2004
41
42 * Fixed db-hash.t for Cygwin
43
44 * Added substr tests to db-hast.t
45
dcdb9d1f 46 * Documented AIX build problem in README.
47
9c095db2 481.809 20th June 2004
49
50 * Merged core patch 22258
51
52 * Merged core patch 22741
53
54 * Fixed core bug 30237.
55 Using substr to pass parameters to the low-level Berkeley DB interface
56 causes problems with Perl 5.8.1 or better.
57 typemap fix supplied by Marcus Holland-Moritz.
58
5bbd4290 591.808 22nd December 2003
60
61 * Added extra DBM Filter tests.
62
63 * Fixed a memory leak in ParseOpenInfo, which whould occur if the
64 opening of the database failed. Leak spotted by Adrian Enache.
65
6d02d21f 661.807 1st November 2003
67
68 * Fixed minor typos on pod documetation - reported by Jeremy Mates &
69 Mark Jason Dominus.
70
71 * dbinfo updated to report when a database is encrypted.
72
262eaca6 731.806 22nd October 2002
74
75 * Fixed problem when trying to build with a multi-threaded perl.
76
77 * Tidied up the recursion detetion code.
78
79 * merged core patch 17844 - missing dTHX declarations.
80
81 * merged core patch 17838
82
efc79c7d 831.805 1st September 2002
045291aa 84
efc79c7d 85 * Added support to allow DB_File to build with Berkeley DB 4.1.X
045291aa 86
efc79c7d 87 * Tightened up the test harness to test that calls to untie don't generate
88 the "untie attempted while %d inner references still exist" warning.
045291aa 89
efc79c7d 90 * added code to guard against calling the callbacks (compare,hash & prefix)
91 recursively.
045291aa 92
efc79c7d 93 * pasing undef for the flags and/or mode when opening a database could cause
94 a "Use of uninitialized value in subroutine entry" warning. Now silenced.
045291aa 95
efc79c7d 96 * DBM filter code beefed up to cope with read-only $_.
045291aa 97
efc79c7d 981.804 2nd June 2002
045291aa 99
efc79c7d 100 * Perl core patch 14939 added a new warning to "splice". This broke the
101 db-recno test harness. Fixed.
045291aa 102
efc79c7d 103 * merged core patches 16502 & 16540.
045291aa 104
efc79c7d 1051.803 1st March 2002
045291aa 106
efc79c7d 107 * Fixed a problem with db-btree.t where it complained about an "our"
108 variable redeclaation.
045291aa 109
efc79c7d 110 * FETCH, STORE & DELETE don't map the flags parameter into the
111 equivalent Berkeley DB function anymore.
045291aa 112
efc79c7d 1131.802 6th January 2002
045291aa 114
efc79c7d 115 * The message about some test failing in db-recno.t had the wrong test
116 numbers. Fixed.
045291aa 117
efc79c7d 118 * merged core patch 13942.
045291aa 119
efc79c7d 1201.801 26th November 2001
045291aa 121
efc79c7d 122 * Fixed typo in Makefile.PL
045291aa 123
efc79c7d 124 * Added "clean" attribute to Makefile.PL
125
1261.800 23rd November 2001
045291aa 127
efc79c7d 128 * use pport.h for perl backward compatability code.
045291aa 129
efc79c7d 130 * use new ExtUtils::Constant module to generate XS constants.
045291aa 131
efc79c7d 132 * upgrade Makefile.PL upgrade/downgrade code to toggle "our" with
133 "use vars"
045291aa 134
efc79c7d 1351.79 22nd October 2001
045291aa 136
efc79c7d 137 * Added a "local $SIG{__DIE__}" inside the eval that checks for
138 the presence of XSLoader s suggested by Andrew Hryckowin.
045291aa 139
efc79c7d 140 * merged core patch 12277.
045291aa 141
efc79c7d 142 * Changed NEXTKEY to not initialise the input key. It isn't used anyway.
045291aa 143
efc79c7d 1441.79 22nd October 2001
045291aa 145
efc79c7d 146 * Fixed test harness for cygwin
045291aa 147
efc79c7d 1481.78 30th July 2001
045291aa 149
efc79c7d 150 * the test in Makefile.PL for AIX used -plthreads. Should have been
151 -lpthreads
045291aa 152
efc79c7d 153 * merged Core patches
154 10372, 10335, 10372, 10534, 10549, 10643, 11051, 11194, 11432
045291aa 155
efc79c7d 156 * added documentation patch regarding duplicate keys from Andrew Johnson
045291aa 157
045291aa 158
efc79c7d 1591.77 26th April 2001
045291aa 160
efc79c7d 161 * AIX is reported to need -lpthreads, so Makefile.PL now checks for
162 AIX and adds it to the link options.
045291aa 163
efc79c7d 164 * Minor documentation updates.
045291aa 165
efc79c7d 166 * Merged Core patch 9176
045291aa 167
efc79c7d 168 * Added a patch from Edward Avis that adds support for splice with
169 recno databases.
045291aa 170
efc79c7d 171 * Modified Makefile.PL to only enable the warnings pragma if using perl
172 5.6.1 or better.
045291aa 173
efc79c7d 1741.76 15th January 2001
045291aa 175
efc79c7d 176 * Added instructions for using LD_PRELOAD to get Berkeley DB 2.x to work
177 with DB_File on Linux. Thanks to Norbert Bollow for sending details of
178 this approach.
045291aa 179
045291aa 180
efc79c7d 1811.75 17th December 2000
045291aa 182
efc79c7d 183 * Fixed perl core patch 7703
045291aa 184
efc79c7d 185 * Added suppport to allow DB_File to be built with Berkeley DB 3.2 --
186 btree_compare, btree_prefix and hash_cb needed to be changed.
045291aa 187
efc79c7d 188 * Updated dbinfo to support Berkeley DB 3.2 file format changes.
045291aa 189
045291aa 190
efc79c7d 1911.74 10th December 2000
045291aa 192
efc79c7d 193 * A "close" call in DB_File.xs needed parenthesised to stop win32 from
194 thinking it was one of its macros.
045291aa 195
efc79c7d 196 * Updated dbinfo to support Berkeley DB 3.1 file format changes.
045291aa 197
efc79c7d 198 * DB_File.pm & the test hasness now use the warnings pragma (when
199 available).
045291aa 200
efc79c7d 201 * Included Perl core patch 7703 -- size argument for hash_cb is different
202 for Berkeley DB 3.x
045291aa 203
efc79c7d 204 * Included Perl core patch 7801 -- Give __getBerkeleyDBInfo the ANSI C
205 treatment.
045291aa 206
efc79c7d 207 * @a = () produced the warning 'Argument "" isn't numeric in entersub'
208 This has been fixed. Thanks to Edward Avis for spotting this bug.
045291aa 209
efc79c7d 210 * Added note about building under Linux. Included patches.
045291aa 211
efc79c7d 212 * Included Perl core patch 8068 -- fix for bug 20001013.009
213 When run with warnings enabled "$hash{XX} = undef " produced an
214 "Uninitialized value" warning. This has been fixed.
045291aa 215
efc79c7d 2161.73 31st May 2000
045291aa 217
efc79c7d 218 * Added support in version.c for building with threaded Perl.
045291aa 219
efc79c7d 220 * Berkeley DB 3.1 has reenabled support for null keys. The test
221 harness has been updated to reflect this.
045291aa 222
efc79c7d 2231.72 16th January 2000
045291aa 224
efc79c7d 225 * Added hints/sco.pl
045291aa 226
efc79c7d 227 * The module will now use XSLoader when it is available. When it
228 isn't it will use DynaLoader.
045291aa 229
efc79c7d 230 * The locking section in DB_File.pm has been discredited. Many thanks
231 to David Harris for spotting the underlying problem, contributing
232 the updates to the documentation and writing DB_File::Lock (available
233 on CPAN).
045291aa 234
efc79c7d 2351.71 7th September 1999
045291aa 236
efc79c7d 237 * Fixed a bug that prevented 1.70 from compiling under win32
045291aa 238
efc79c7d 239 * Updated to support Berkeley DB 3.x
045291aa 240
efc79c7d 241 * Updated dbinfo for Berkeley DB 3.x file formats.
045291aa 242
efc79c7d 2431.70 4th August 1999
045291aa 244
efc79c7d 245 * Initialise $DB_File::db_ver and $DB_File::db_version with
246 GV_ADD|GV_ADDMULT -- bug spotted by Nick Ing-Simmons.
045291aa 247
efc79c7d 248 * Added a BOOT check to test for equivalent versions of db.h &
249 libdb.a/so.
045291aa 250
efc79c7d 2511.69 3rd August 1999
045291aa 252
efc79c7d 253 * fixed a bug in push -- DB_APPEND wasn't working properly.
045291aa 254
efc79c7d 255 * Fixed the R_SETCURSOR bug introduced in 1.68
045291aa 256
efc79c7d 257 * Added a new Perl variable $DB_File::db_ver
258
2591.68 22nd July 1999
045291aa 260
efc79c7d 261 * Merged changes from 5.005_58
045291aa 262
efc79c7d 263 * Fixed a bug in R_IBEFORE & R_IAFTER procesing in Berkeley DB
264 2 databases.
045291aa 265
efc79c7d 266 * Added some of the examples in the POD into the test harness.
045291aa 267
efc79c7d 2681.67 6th June 1999
045291aa 269
efc79c7d 270 * Added DBM Filter documentation to DB_File.pm
045291aa 271
efc79c7d 272 * Fixed DBM Filter code to work with 5.004
045291aa 273
efc79c7d 274 * A few instances of newSVpvn were used in 1.66. This isn't available in
275 Perl 5.004_04 or earlier. Replaced with newSVpv.
a9fd575d 276
efc79c7d 2771.66 15th March 1999
a9fd575d 278
efc79c7d 279 * Added DBM Filter code
a9fd575d 280
efc79c7d 2811.65 6th March 1999
282
283 * Fixed a bug in the recno PUSH logic.
284 * The BOOT version check now needs 2.3.4 when using Berkeley DB version 2
285
2861.64 21st February 1999
287
288 * Tidied the 1.x to 2.x flag mapping code.
289 * Added a patch from Mark Kettenis <kettenis@wins.uva.nl> to fix a flag
290 mapping problem with O_RDONLY on the Hurd
291 * Updated the message that db-recno.t prints when tests 51, 53 or 55 fail.
292
2931.63 19th December 1998
294
295 * Fix to allow DB 2.6.x to build with DB_File
296 * Documentation updated to use push,pop etc in the RECNO example &
297 to include the find_dup & del_dup methods.
298
2991.62 30th November 1998
300
301 Added hints/dynixptx.pl.
302 Fixed typemap -- 1.61 used PL_na instead of na
9d9477b1 303
3041.61 19th November 1998
305
306 Added a note to README about how to build Berkeley DB 2.x when
307 using HP-UX.
308 Minor modifications to get the module to build with DB 2.5.x
309 Fixed a typo in the definition of O_RDONLY, courtesy of Mark Kettenis.
310
efc79c7d 3111.60
312 Changed the test to check for full tied array support
6ca2e664 313
efc79c7d 3141.59
315 Updated the license section.
6ca2e664 316
efc79c7d 317 Berkeley DB 2.4.10 disallows zero length keys. Tests 32 & 42 in
318 db-btree.t and test 27 in db-hash.t failed because of this change.
319 Those tests have been zapped.
6ca2e664 320
efc79c7d 321 Added dbinfo to the distribution.
20896112 322
efc79c7d 3231.58
324 Tied Array support was enhanced in Perl 5.004_57. DB_File now
325 supports PUSH,POP,SHIFT,UNSHIFT & STORESIZE.
20896112 326
efc79c7d 327 Fixed a problem with the use of sv_setpvn. When the size is
328 specified as 0, it does a strlen on the data. This was ok for DB
329 1.x, but isn't for DB 2.x.
20896112 330
efc79c7d 3311.57
332 If Perl has been compiled with Threads support,the symbol op will be
333 defined. This clashes with a field name in db.h, so it needs to be
334 #undef'ed before db.h is included.
9fe6733a 335
efc79c7d 3361.56
337 Documented the Solaris 2.5 mutex bug
9fe6733a 338
efc79c7d 3391.55
340 Merged 1.16 changes.
9fe6733a 341
efc79c7d 3421.54
cad2e5aa 343
efc79c7d 344 Fixed a small bug in the test harness when run under win32
345 The emulation of fd when useing DB 2.x was busted.
cad2e5aa 346
efc79c7d 3471.53
cad2e5aa 348
efc79c7d 349 Added DB_RENUMBER to flags for recno.
cad2e5aa 350
efc79c7d 3511.52
2c2d71f5 352
efc79c7d 353 Patch from Nick Ing-Simmons now allows DB_File to build on NT.
354 Merged 1.15 patch.
2c2d71f5 355
efc79c7d 3561.51
2c2d71f5 357
efc79c7d 358 Fixed the test harness so that it doesn't expect DB_File to have
359 been installed by the main Perl build.
2c2d71f5 360
a62982a8 361
efc79c7d 362 Fixed a bug in mapping 1.x O_RDONLY flag to 2.x DB_RDONLY equivalent
a62982a8 363
efc79c7d 3641.50
e07e3419 365
efc79c7d 366 DB_File can now build with either DB 1.x or 2.x, but not both at
367 the same time.
e07e3419 368
efc79c7d 3691.16
e07e3419 370
efc79c7d 371 A harmless looking tab was causing Makefile.PL to fail on AIX 3.2.5
e07e3419 372
efc79c7d 373 Small fix for the AIX strict C compiler XLC which doesn't like
374 __attribute__ being defined via proto.h and redefined via db.h. Fix
375 courtesy of Jarkko Hietaniemi.
e07e3419 376
efc79c7d 3771.15
039d031f 378
efc79c7d 379 Patch from Gisle Aas <gisle@aas.no> to suppress "use of undefined
380 value" warning with db_get and db_seq.
039d031f 381
efc79c7d 382 Patch from Gisle Aas <gisle@aas.no> to make DB_File export only the
383 O_* constants from Fcntl.
039d031f 384
efc79c7d 385 Removed the DESTROY method from the DB_File::HASHINFO module.
b90e71be 386
efc79c7d 387 Previously DB_File hard-wired the class name of any object that it
388 created to "DB_File". This makes sub-classing difficult. Now
389 DB_File creats objects in the namespace of the package it has been
390 inherited into.
b90e71be 391
b90e71be 392
efc79c7d 3931.14
b90e71be 394
efc79c7d 395 Made it illegal to tie an associative array to a RECNO database and
396 an ordinary array to a HASH or BTREE database.
88c74d4b 397
efc79c7d 3981.13
88c74d4b 399
efc79c7d 400 Minor changes to DB_FIle.xs and DB_File.pm
88c74d4b 401
efc79c7d 4021.12
3245f058 403
efc79c7d 404 Documented the incompatibility with version 2 of Berkeley DB.
3245f058 405
efc79c7d 4061.11
3245f058 407
efc79c7d 408 Documented the untie gotcha.
3245f058 409
efc79c7d 4101.10
3245f058 411
efc79c7d 412 Fixed fd method so that it still returns -1 for in-memory files
413 when db 1.86 is used.
3245f058 414
efc79c7d 4151.09
3245f058 416
efc79c7d 417 Minor bug fix in DB_File::HASHINFO, DB_File::RECNOINFO and
418 DB_File::BTREEINFO.
3245f058 419
efc79c7d 420 Changed default mode to 0666.
3245f058 421
efc79c7d 4221.08
73969f8f 423
efc79c7d 424 Documented operation of bval.
73969f8f 425
efc79c7d 4261.07
73969f8f 427
efc79c7d 428 Fixed bug with RECNO, where bval wasn't defaulting to "\n".
73969f8f 429
efc79c7d 4301.06
73969f8f 431
efc79c7d 432 Minor namespace cleanup: Localized PrintBtree.
73969f8f 433
efc79c7d 4341.05
c5da4faf 435
efc79c7d 436 Made all scripts in the documentation strict and -w clean.
c5da4faf 437
efc79c7d 438 Added logic to DB_File.xs to allow the module to be built after
439 Perl is installed.
c5da4faf 440
efc79c7d 4411.04
c5da4faf 442
efc79c7d 443 Minor documentation changes.
c5da4faf 444
efc79c7d 445 Fixed a bug in hash_cb. Patches supplied by Dave Hammen,
446 <hammen@gothamcity.jsc.nasa.govt>.
c5da4faf 447
efc79c7d 448 Fixed a bug with the constructors for DB_File::HASHINFO,
449 DB_File::BTREEINFO and DB_File::RECNOINFO. Also tidied up the
450 constructors to make them -w clean.
c5da4faf 451
efc79c7d 452 Reworked part of the test harness to be more locale friendly.
c5da4faf 453
efc79c7d 4541.03
39793c41 455
efc79c7d 456 Documentation update.
39793c41 457
efc79c7d 458 DB_File now imports the constants (O_RDWR, O_CREAT etc.) from Fcntl
459 automatically.
39793c41 460
efc79c7d 461 The standard hash function exists is now supported.
39793c41 462
efc79c7d 463 Modified the behavior of get_dup. When it returns an associative
464 array, the value is the count of the number of matching BTREE
465 values.
39793c41 466
efc79c7d 4671.02
c6c92ad9 468
efc79c7d 469 Merged OS/2 specific code into DB_File.xs
c6c92ad9 470
efc79c7d 471 Removed some redundant code in DB_File.xs.
c6c92ad9 472
efc79c7d 473 Documentation update.
07200f1b 474
efc79c7d 475 Allow negative subscripts with RECNO interface.
07200f1b 476
efc79c7d 477 Changed the default flags from O_RDWR to O_CREAT|O_RDWR.
07200f1b 478
efc79c7d 479 The example code which showed how to lock a database needed a call
480 to sync added. Without it the resultant database file was empty.
07200f1b 481
efc79c7d 482 Added get_dup method.
07200f1b 483
efc79c7d 4841.01
07200f1b 485
efc79c7d 486 Fixed a core dump problem with SunOS.
07200f1b 487
efc79c7d 488 The return value from TIEHASH wasn't set to NULL when dbopen
489 returned an error.
412e9c57 490
efc79c7d 4911.0
412e9c57 492
efc79c7d 493 DB_File has been in use for over a year. To reflect that, the
494 version number has been incremented to 1.0.
412e9c57 495
efc79c7d 496 Added complete support for multiple concurrent callbacks.
d63909e4 497
efc79c7d 498 Using the push method on an empty list didn't work properly. This
499 has been fixed.
d63909e4 500
efc79c7d 5010.3
d63909e4 502
efc79c7d 503 Added prototype support for multiple btree compare callbacks.
962cee9f 504
efc79c7d 5050.2
962cee9f 506
efc79c7d 507 When DB_File is opening a database file it no longer terminates the
508 process if dbopen returned an error. This allows file protection
509 errors to be caught at run time. Thanks to Judith Grass
510 <grass@cybercash.com> for spotting the bug.
962cee9f 511
efc79c7d 5120.1
d85a743d 513
efc79c7d 514 First Release.
d85a743d 515