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