This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
[perl5.git] / cpan / DB_File / Changes
CommitLineData
045291aa 1
9c095db2 2
a773d2c7
PM
31.820 28 March 2009
4
5 * remove MAN3PODS from Makefile.PL to match core.
6
4300f93b
PM
71.819 18 February 2009
8
9 * t/db-recno.t fails if run in a path that contains spaces
10 [rt.cpan.org #43288]
11
b7d08f5e
NC
121.818 21 January 2009
13
14 * Updated Makefile.PL for Strawberry Perl.
15 Patch suggested by David Golden.
16
17 * Remove IRIX notes from README. The page referenced doesn't exist
18 anymore.
19
083e9212
PM
201.817 27 March 2008
21
22 * Updated dbinfo
23
24 * Applied core patch 32299 - Re-apply change #30562
25
26 * Applied core patch 32208
27
28 * Applied core patch 32884 - use MM->parse_version() in Makefile.PL
29
30 * Applied core patch 32883 - Silence new warning grep in void context warning
31
32 * Applied core patch 32704 to remove use of PL_na in typemap
33
34 * Applied core patch 30562 to fix a build issue on OSF
35
10261a36
PM
361.816 28 October 2007
37
38 * Clarified the warning about building with a different version of
39 Berkeley DB that is used at runtime.
083e9212 40
10261a36
PM
41 * Also made the boot version check less strict.
42 [rt.cpan.org #30013]
43
f1aa208b
RGS
441.815 4 February 2007
45
46 * A few casting cleanups for building with C++ from Steve Peters.
47
48 * Fixed problem with recno which happened if you changed directory after
49 opening the database. Problem reported by Andrew Pam.
50
51
c36891e2
PM
521.814 11 November 2005
53
54 * Fix from Dominic Dunlop to tidy up an OS-X specific warning in
55 db-btree.t.
56
57 * Silenced a warning about $DB_File::Error only being used once.
58 Issue spotted by Dominic Dunlop.
59
d6067fe3
SP
601.813 31st October 2005
61
62 * Updates for Berkeley DB 4.4
63
8e092815
RGS
641.812 9th October 2005
65
66 * Added libscan to Makefile.PL
67
68 * Fixed test failing under windows
69
dcdb9d1f
RGS
701.811 12th March 2005
71
72 * Fixed DBM filter bug in seq
73
32babee0
PM
741.810 7th August 2004
75
76 * Fixed db-hash.t for Cygwin
77
78 * Added substr tests to db-hast.t
79
dcdb9d1f
RGS
80 * Documented AIX build problem in README.
81
9c095db2
PM
821.809 20th June 2004
83
84 * Merged core patch 22258
85
86 * Merged core patch 22741
87
88 * Fixed core bug 30237.
89 Using substr to pass parameters to the low-level Berkeley DB interface
90 causes problems with Perl 5.8.1 or better.
91 typemap fix supplied by Marcus Holland-Moritz.
92
5bbd4290
PM
931.808 22nd December 2003
94
95 * Added extra DBM Filter tests.
96
97 * Fixed a memory leak in ParseOpenInfo, which whould occur if the
98 opening of the database failed. Leak spotted by Adrian Enache.
99
6d02d21f
PM
1001.807 1st November 2003
101
102 * Fixed minor typos on pod documetation - reported by Jeremy Mates &
103 Mark Jason Dominus.
104
105 * dbinfo updated to report when a database is encrypted.
106
262eaca6
PM
1071.806 22nd October 2002
108
109 * Fixed problem when trying to build with a multi-threaded perl.
110
111 * Tidied up the recursion detetion code.
112
113 * merged core patch 17844 - missing dTHX declarations.
114
115 * merged core patch 17838
116
efc79c7d 1171.805 1st September 2002
045291aa 118
efc79c7d 119 * Added support to allow DB_File to build with Berkeley DB 4.1.X
045291aa 120
efc79c7d
PM
121 * Tightened up the test harness to test that calls to untie don't generate
122 the "untie attempted while %d inner references still exist" warning.
045291aa 123
efc79c7d
PM
124 * added code to guard against calling the callbacks (compare,hash & prefix)
125 recursively.
045291aa 126
efc79c7d
PM
127 * pasing undef for the flags and/or mode when opening a database could cause
128 a "Use of uninitialized value in subroutine entry" warning. Now silenced.
045291aa 129
efc79c7d 130 * DBM filter code beefed up to cope with read-only $_.
045291aa 131
efc79c7d 1321.804 2nd June 2002
045291aa 133
efc79c7d
PM
134 * Perl core patch 14939 added a new warning to "splice". This broke the
135 db-recno test harness. Fixed.
045291aa 136
efc79c7d 137 * merged core patches 16502 & 16540.
045291aa 138
efc79c7d 1391.803 1st March 2002
045291aa 140
efc79c7d
PM
141 * Fixed a problem with db-btree.t where it complained about an "our"
142 variable redeclaation.
045291aa 143
efc79c7d
PM
144 * FETCH, STORE & DELETE don't map the flags parameter into the
145 equivalent Berkeley DB function anymore.
045291aa 146
efc79c7d 1471.802 6th January 2002
045291aa 148
efc79c7d
PM
149 * The message about some test failing in db-recno.t had the wrong test
150 numbers. Fixed.
045291aa 151
efc79c7d 152 * merged core patch 13942.
045291aa 153
efc79c7d 1541.801 26th November 2001
045291aa 155
efc79c7d 156 * Fixed typo in Makefile.PL
045291aa 157
efc79c7d
PM
158 * Added "clean" attribute to Makefile.PL
159
1601.800 23rd November 2001
045291aa 161
efc79c7d 162 * use pport.h for perl backward compatability code.
045291aa 163
efc79c7d 164 * use new ExtUtils::Constant module to generate XS constants.
045291aa 165
efc79c7d
PM
166 * upgrade Makefile.PL upgrade/downgrade code to toggle "our" with
167 "use vars"
045291aa 168
efc79c7d 1691.79 22nd October 2001
045291aa 170
efc79c7d
PM
171 * Added a "local $SIG{__DIE__}" inside the eval that checks for
172 the presence of XSLoader s suggested by Andrew Hryckowin.
045291aa 173
efc79c7d 174 * merged core patch 12277.
045291aa 175
efc79c7d 176 * Changed NEXTKEY to not initialise the input key. It isn't used anyway.
045291aa 177
efc79c7d 1781.79 22nd October 2001
045291aa 179
efc79c7d 180 * Fixed test harness for cygwin
045291aa 181
efc79c7d 1821.78 30th July 2001
045291aa 183
efc79c7d
PM
184 * the test in Makefile.PL for AIX used -plthreads. Should have been
185 -lpthreads
045291aa 186
efc79c7d
PM
187 * merged Core patches
188 10372, 10335, 10372, 10534, 10549, 10643, 11051, 11194, 11432
045291aa 189
efc79c7d 190 * added documentation patch regarding duplicate keys from Andrew Johnson
045291aa 191
045291aa 192
efc79c7d 1931.77 26th April 2001
045291aa 194
efc79c7d
PM
195 * AIX is reported to need -lpthreads, so Makefile.PL now checks for
196 AIX and adds it to the link options.
045291aa 197
efc79c7d 198 * Minor documentation updates.
045291aa 199
efc79c7d 200 * Merged Core patch 9176
045291aa 201
efc79c7d
PM
202 * Added a patch from Edward Avis that adds support for splice with
203 recno databases.
045291aa 204
efc79c7d
PM
205 * Modified Makefile.PL to only enable the warnings pragma if using perl
206 5.6.1 or better.
045291aa 207
efc79c7d 2081.76 15th January 2001
045291aa 209
efc79c7d
PM
210 * Added instructions for using LD_PRELOAD to get Berkeley DB 2.x to work
211 with DB_File on Linux. Thanks to Norbert Bollow for sending details of
212 this approach.
045291aa 213
045291aa 214
efc79c7d 2151.75 17th December 2000
045291aa 216
efc79c7d 217 * Fixed perl core patch 7703
045291aa 218
efc79c7d
PM
219 * Added suppport to allow DB_File to be built with Berkeley DB 3.2 --
220 btree_compare, btree_prefix and hash_cb needed to be changed.
045291aa 221
efc79c7d 222 * Updated dbinfo to support Berkeley DB 3.2 file format changes.
045291aa 223
045291aa 224
efc79c7d 2251.74 10th December 2000
045291aa 226
efc79c7d
PM
227 * A "close" call in DB_File.xs needed parenthesised to stop win32 from
228 thinking it was one of its macros.
045291aa 229
efc79c7d 230 * Updated dbinfo to support Berkeley DB 3.1 file format changes.
045291aa 231
efc79c7d
PM
232 * DB_File.pm & the test hasness now use the warnings pragma (when
233 available).
045291aa 234
efc79c7d
PM
235 * Included Perl core patch 7703 -- size argument for hash_cb is different
236 for Berkeley DB 3.x
045291aa 237
efc79c7d
PM
238 * Included Perl core patch 7801 -- Give __getBerkeleyDBInfo the ANSI C
239 treatment.
045291aa 240
efc79c7d
PM
241 * @a = () produced the warning 'Argument "" isn't numeric in entersub'
242 This has been fixed. Thanks to Edward Avis for spotting this bug.
045291aa 243
efc79c7d 244 * Added note about building under Linux. Included patches.
045291aa 245
efc79c7d
PM
246 * Included Perl core patch 8068 -- fix for bug 20001013.009
247 When run with warnings enabled "$hash{XX} = undef " produced an
248 "Uninitialized value" warning. This has been fixed.
045291aa 249
efc79c7d 2501.73 31st May 2000
045291aa 251
efc79c7d 252 * Added support in version.c for building with threaded Perl.
045291aa 253
efc79c7d
PM
254 * Berkeley DB 3.1 has reenabled support for null keys. The test
255 harness has been updated to reflect this.
045291aa 256
efc79c7d 2571.72 16th January 2000
045291aa 258
efc79c7d 259 * Added hints/sco.pl
045291aa 260
efc79c7d
PM
261 * The module will now use XSLoader when it is available. When it
262 isn't it will use DynaLoader.
045291aa 263
efc79c7d
PM
264 * The locking section in DB_File.pm has been discredited. Many thanks
265 to David Harris for spotting the underlying problem, contributing
266 the updates to the documentation and writing DB_File::Lock (available
267 on CPAN).
045291aa 268
efc79c7d 2691.71 7th September 1999
045291aa 270
efc79c7d 271 * Fixed a bug that prevented 1.70 from compiling under win32
045291aa 272
efc79c7d 273 * Updated to support Berkeley DB 3.x
045291aa 274
efc79c7d 275 * Updated dbinfo for Berkeley DB 3.x file formats.
045291aa 276
efc79c7d 2771.70 4th August 1999
045291aa 278
efc79c7d
PM
279 * Initialise $DB_File::db_ver and $DB_File::db_version with
280 GV_ADD|GV_ADDMULT -- bug spotted by Nick Ing-Simmons.
045291aa 281
efc79c7d
PM
282 * Added a BOOT check to test for equivalent versions of db.h &
283 libdb.a/so.
045291aa 284
efc79c7d 2851.69 3rd August 1999
045291aa 286
efc79c7d 287 * fixed a bug in push -- DB_APPEND wasn't working properly.
045291aa 288
efc79c7d 289 * Fixed the R_SETCURSOR bug introduced in 1.68
045291aa 290
efc79c7d
PM
291 * Added a new Perl variable $DB_File::db_ver
292
2931.68 22nd July 1999
045291aa 294
efc79c7d 295 * Merged changes from 5.005_58
045291aa 296
efc79c7d
PM
297 * Fixed a bug in R_IBEFORE & R_IAFTER procesing in Berkeley DB
298 2 databases.
045291aa 299
efc79c7d 300 * Added some of the examples in the POD into the test harness.
045291aa 301
efc79c7d 3021.67 6th June 1999
045291aa 303
efc79c7d 304 * Added DBM Filter documentation to DB_File.pm
045291aa 305
efc79c7d 306 * Fixed DBM Filter code to work with 5.004
045291aa 307
efc79c7d
PM
308 * A few instances of newSVpvn were used in 1.66. This isn't available in
309 Perl 5.004_04 or earlier. Replaced with newSVpv.
a9fd575d 310
efc79c7d 3111.66 15th March 1999
a9fd575d 312
efc79c7d 313 * Added DBM Filter code
a9fd575d 314
efc79c7d
PM
3151.65 6th March 1999
316
317 * Fixed a bug in the recno PUSH logic.
318 * The BOOT version check now needs 2.3.4 when using Berkeley DB version 2
319
3201.64 21st February 1999
321
322 * Tidied the 1.x to 2.x flag mapping code.
323 * Added a patch from Mark Kettenis <kettenis@wins.uva.nl> to fix a flag
324 mapping problem with O_RDONLY on the Hurd
325 * Updated the message that db-recno.t prints when tests 51, 53 or 55 fail.
326
3271.63 19th December 1998
328
329 * Fix to allow DB 2.6.x to build with DB_File
330 * Documentation updated to use push,pop etc in the RECNO example &
331 to include the find_dup & del_dup methods.
332
3331.62 30th November 1998
334
335 Added hints/dynixptx.pl.
336 Fixed typemap -- 1.61 used PL_na instead of na
9d9477b1
PM
337
3381.61 19th November 1998
339
340 Added a note to README about how to build Berkeley DB 2.x when
341 using HP-UX.
342 Minor modifications to get the module to build with DB 2.5.x
343 Fixed a typo in the definition of O_RDONLY, courtesy of Mark Kettenis.
344
efc79c7d
PM
3451.60
346 Changed the test to check for full tied array support
6ca2e664 347
efc79c7d
PM
3481.59
349 Updated the license section.
6ca2e664 350
efc79c7d
PM
351 Berkeley DB 2.4.10 disallows zero length keys. Tests 32 & 42 in
352 db-btree.t and test 27 in db-hash.t failed because of this change.
353 Those tests have been zapped.
6ca2e664 354
efc79c7d 355 Added dbinfo to the distribution.
20896112 356
efc79c7d
PM
3571.58
358 Tied Array support was enhanced in Perl 5.004_57. DB_File now
359 supports PUSH,POP,SHIFT,UNSHIFT & STORESIZE.
20896112 360
efc79c7d
PM
361 Fixed a problem with the use of sv_setpvn. When the size is
362 specified as 0, it does a strlen on the data. This was ok for DB
363 1.x, but isn't for DB 2.x.
20896112 364
efc79c7d
PM
3651.57
366 If Perl has been compiled with Threads support,the symbol op will be
367 defined. This clashes with a field name in db.h, so it needs to be
368 #undef'ed before db.h is included.
9fe6733a 369
efc79c7d
PM
3701.56
371 Documented the Solaris 2.5 mutex bug
9fe6733a 372
efc79c7d
PM
3731.55
374 Merged 1.16 changes.
9fe6733a 375
efc79c7d 3761.54
cad2e5aa 377
efc79c7d
PM
378 Fixed a small bug in the test harness when run under win32
379 The emulation of fd when useing DB 2.x was busted.
cad2e5aa 380
efc79c7d 3811.53
cad2e5aa 382
efc79c7d 383 Added DB_RENUMBER to flags for recno.
cad2e5aa 384
efc79c7d 3851.52
2c2d71f5 386
efc79c7d
PM
387 Patch from Nick Ing-Simmons now allows DB_File to build on NT.
388 Merged 1.15 patch.
2c2d71f5 389
efc79c7d 3901.51
2c2d71f5 391
efc79c7d
PM
392 Fixed the test harness so that it doesn't expect DB_File to have
393 been installed by the main Perl build.
2c2d71f5 394
a62982a8 395
efc79c7d 396 Fixed a bug in mapping 1.x O_RDONLY flag to 2.x DB_RDONLY equivalent
a62982a8 397
efc79c7d 3981.50
e07e3419 399
efc79c7d
PM
400 DB_File can now build with either DB 1.x or 2.x, but not both at
401 the same time.
e07e3419 402
efc79c7d 4031.16
e07e3419 404
efc79c7d 405 A harmless looking tab was causing Makefile.PL to fail on AIX 3.2.5
e07e3419 406
efc79c7d
PM
407 Small fix for the AIX strict C compiler XLC which doesn't like
408 __attribute__ being defined via proto.h and redefined via db.h. Fix
409 courtesy of Jarkko Hietaniemi.
e07e3419 410
efc79c7d 4111.15
039d031f 412
efc79c7d
PM
413 Patch from Gisle Aas <gisle@aas.no> to suppress "use of undefined
414 value" warning with db_get and db_seq.
039d031f 415
efc79c7d
PM
416 Patch from Gisle Aas <gisle@aas.no> to make DB_File export only the
417 O_* constants from Fcntl.
039d031f 418
efc79c7d 419 Removed the DESTROY method from the DB_File::HASHINFO module.
b90e71be 420
efc79c7d
PM
421 Previously DB_File hard-wired the class name of any object that it
422 created to "DB_File". This makes sub-classing difficult. Now
423 DB_File creats objects in the namespace of the package it has been
424 inherited into.
b90e71be 425
b90e71be 426
efc79c7d 4271.14
b90e71be 428
efc79c7d
PM
429 Made it illegal to tie an associative array to a RECNO database and
430 an ordinary array to a HASH or BTREE database.
88c74d4b 431
efc79c7d 4321.13
88c74d4b 433
efc79c7d 434 Minor changes to DB_FIle.xs and DB_File.pm
88c74d4b 435
efc79c7d 4361.12
3245f058 437
efc79c7d 438 Documented the incompatibility with version 2 of Berkeley DB.
3245f058 439
efc79c7d 4401.11
3245f058 441
efc79c7d 442 Documented the untie gotcha.
3245f058 443
efc79c7d 4441.10
3245f058 445
efc79c7d
PM
446 Fixed fd method so that it still returns -1 for in-memory files
447 when db 1.86 is used.
3245f058 448
efc79c7d 4491.09
3245f058 450
efc79c7d
PM
451 Minor bug fix in DB_File::HASHINFO, DB_File::RECNOINFO and
452 DB_File::BTREEINFO.
3245f058 453
efc79c7d 454 Changed default mode to 0666.
3245f058 455
efc79c7d 4561.08
73969f8f 457
efc79c7d 458 Documented operation of bval.
73969f8f 459
efc79c7d 4601.07
73969f8f 461
efc79c7d 462 Fixed bug with RECNO, where bval wasn't defaulting to "\n".
73969f8f 463
efc79c7d 4641.06
73969f8f 465
efc79c7d 466 Minor namespace cleanup: Localized PrintBtree.
73969f8f 467
efc79c7d 4681.05
c5da4faf 469
efc79c7d 470 Made all scripts in the documentation strict and -w clean.
c5da4faf 471
efc79c7d
PM
472 Added logic to DB_File.xs to allow the module to be built after
473 Perl is installed.
c5da4faf 474
efc79c7d 4751.04
c5da4faf 476
efc79c7d 477 Minor documentation changes.
c5da4faf 478
efc79c7d
PM
479 Fixed a bug in hash_cb. Patches supplied by Dave Hammen,
480 <hammen@gothamcity.jsc.nasa.govt>.
c5da4faf 481
efc79c7d
PM
482 Fixed a bug with the constructors for DB_File::HASHINFO,
483 DB_File::BTREEINFO and DB_File::RECNOINFO. Also tidied up the
484 constructors to make them -w clean.
c5da4faf 485
efc79c7d 486 Reworked part of the test harness to be more locale friendly.
c5da4faf 487
efc79c7d 4881.03
39793c41 489
efc79c7d 490 Documentation update.
39793c41 491
efc79c7d
PM
492 DB_File now imports the constants (O_RDWR, O_CREAT etc.) from Fcntl
493 automatically.
39793c41 494
efc79c7d 495 The standard hash function exists is now supported.
39793c41 496
efc79c7d
PM
497 Modified the behavior of get_dup. When it returns an associative
498 array, the value is the count of the number of matching BTREE
499 values.
39793c41 500
efc79c7d 5011.02
c6c92ad9 502
efc79c7d 503 Merged OS/2 specific code into DB_File.xs
c6c92ad9 504
efc79c7d 505 Removed some redundant code in DB_File.xs.
c6c92ad9 506
efc79c7d 507 Documentation update.
07200f1b 508
efc79c7d 509 Allow negative subscripts with RECNO interface.
07200f1b 510
efc79c7d 511 Changed the default flags from O_RDWR to O_CREAT|O_RDWR.
07200f1b 512
efc79c7d
PM
513 The example code which showed how to lock a database needed a call
514 to sync added. Without it the resultant database file was empty.
07200f1b 515
efc79c7d 516 Added get_dup method.
07200f1b 517
efc79c7d 5181.01
07200f1b 519
efc79c7d 520 Fixed a core dump problem with SunOS.
07200f1b 521
efc79c7d
PM
522 The return value from TIEHASH wasn't set to NULL when dbopen
523 returned an error.
412e9c57 524
efc79c7d 5251.0
412e9c57 526
efc79c7d
PM
527 DB_File has been in use for over a year. To reflect that, the
528 version number has been incremented to 1.0.
412e9c57 529
efc79c7d 530 Added complete support for multiple concurrent callbacks.
d63909e4 531
efc79c7d
PM
532 Using the push method on an empty list didn't work properly. This
533 has been fixed.
d63909e4 534
efc79c7d 5350.3
d63909e4 536
efc79c7d 537 Added prototype support for multiple btree compare callbacks.
962cee9f 538
efc79c7d 5390.2
962cee9f 540
efc79c7d
PM
541 When DB_File is opening a database file it no longer terminates the
542 process if dbopen returned an error. This allows file protection
543 errors to be caught at run time. Thanks to Judith Grass
544 <grass@cybercash.com> for spotting the bug.
962cee9f 545
efc79c7d 5460.1
d85a743d 547
efc79c7d 548 First Release.
d85a743d 549