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