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