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