Straggler from Cwd
[p5sagit/p5-mst-13.2.git] / ext / DB_File / Changes
CommitLineData
045291aa 1
6d02d21f 21.807 1st November 2003
3
4 * Fixed minor typos on pod documetation - reported by Jeremy Mates &
5 Mark Jason Dominus.
6
7 * dbinfo updated to report when a database is encrypted.
8
262eaca6 91.806 22nd October 2002
10
11 * Fixed problem when trying to build with a multi-threaded perl.
12
13 * Tidied up the recursion detetion code.
14
15 * merged core patch 17844 - missing dTHX declarations.
16
17 * merged core patch 17838
18
efc79c7d 191.805 1st September 2002
045291aa 20
efc79c7d 21 * Added support to allow DB_File to build with Berkeley DB 4.1.X
045291aa 22
efc79c7d 23 * Tightened up the test harness to test that calls to untie don't generate
24 the "untie attempted while %d inner references still exist" warning.
045291aa 25
efc79c7d 26 * added code to guard against calling the callbacks (compare,hash & prefix)
27 recursively.
045291aa 28
efc79c7d 29 * pasing undef for the flags and/or mode when opening a database could cause
30 a "Use of uninitialized value in subroutine entry" warning. Now silenced.
045291aa 31
efc79c7d 32 * DBM filter code beefed up to cope with read-only $_.
045291aa 33
efc79c7d 341.804 2nd June 2002
045291aa 35
efc79c7d 36 * Perl core patch 14939 added a new warning to "splice". This broke the
37 db-recno test harness. Fixed.
045291aa 38
efc79c7d 39 * merged core patches 16502 & 16540.
045291aa 40
efc79c7d 411.803 1st March 2002
045291aa 42
efc79c7d 43 * Fixed a problem with db-btree.t where it complained about an "our"
44 variable redeclaation.
045291aa 45
efc79c7d 46 * FETCH, STORE & DELETE don't map the flags parameter into the
47 equivalent Berkeley DB function anymore.
045291aa 48
efc79c7d 491.802 6th January 2002
045291aa 50
efc79c7d 51 * The message about some test failing in db-recno.t had the wrong test
52 numbers. Fixed.
045291aa 53
efc79c7d 54 * merged core patch 13942.
045291aa 55
efc79c7d 561.801 26th November 2001
045291aa 57
efc79c7d 58 * Fixed typo in Makefile.PL
045291aa 59
efc79c7d 60 * Added "clean" attribute to Makefile.PL
61
621.800 23rd November 2001
045291aa 63
efc79c7d 64 * use pport.h for perl backward compatability code.
045291aa 65
efc79c7d 66 * use new ExtUtils::Constant module to generate XS constants.
045291aa 67
efc79c7d 68 * upgrade Makefile.PL upgrade/downgrade code to toggle "our" with
69 "use vars"
045291aa 70
efc79c7d 711.79 22nd October 2001
045291aa 72
efc79c7d 73 * Added a "local $SIG{__DIE__}" inside the eval that checks for
74 the presence of XSLoader s suggested by Andrew Hryckowin.
045291aa 75
efc79c7d 76 * merged core patch 12277.
045291aa 77
efc79c7d 78 * Changed NEXTKEY to not initialise the input key. It isn't used anyway.
045291aa 79
efc79c7d 801.79 22nd October 2001
045291aa 81
efc79c7d 82 * Fixed test harness for cygwin
045291aa 83
efc79c7d 841.78 30th July 2001
045291aa 85
efc79c7d 86 * the test in Makefile.PL for AIX used -plthreads. Should have been
87 -lpthreads
045291aa 88
efc79c7d 89 * merged Core patches
90 10372, 10335, 10372, 10534, 10549, 10643, 11051, 11194, 11432
045291aa 91
efc79c7d 92 * added documentation patch regarding duplicate keys from Andrew Johnson
045291aa 93
045291aa 94
efc79c7d 951.77 26th April 2001
045291aa 96
efc79c7d 97 * AIX is reported to need -lpthreads, so Makefile.PL now checks for
98 AIX and adds it to the link options.
045291aa 99
efc79c7d 100 * Minor documentation updates.
045291aa 101
efc79c7d 102 * Merged Core patch 9176
045291aa 103
efc79c7d 104 * Added a patch from Edward Avis that adds support for splice with
105 recno databases.
045291aa 106
efc79c7d 107 * Modified Makefile.PL to only enable the warnings pragma if using perl
108 5.6.1 or better.
045291aa 109
efc79c7d 1101.76 15th January 2001
045291aa 111
efc79c7d 112 * Added instructions for using LD_PRELOAD to get Berkeley DB 2.x to work
113 with DB_File on Linux. Thanks to Norbert Bollow for sending details of
114 this approach.
045291aa 115
045291aa 116
efc79c7d 1171.75 17th December 2000
045291aa 118
efc79c7d 119 * Fixed perl core patch 7703
045291aa 120
efc79c7d 121 * Added suppport to allow DB_File to be built with Berkeley DB 3.2 --
122 btree_compare, btree_prefix and hash_cb needed to be changed.
045291aa 123
efc79c7d 124 * Updated dbinfo to support Berkeley DB 3.2 file format changes.
045291aa 125
045291aa 126
efc79c7d 1271.74 10th December 2000
045291aa 128
efc79c7d 129 * A "close" call in DB_File.xs needed parenthesised to stop win32 from
130 thinking it was one of its macros.
045291aa 131
efc79c7d 132 * Updated dbinfo to support Berkeley DB 3.1 file format changes.
045291aa 133
efc79c7d 134 * DB_File.pm & the test hasness now use the warnings pragma (when
135 available).
045291aa 136
efc79c7d 137 * Included Perl core patch 7703 -- size argument for hash_cb is different
138 for Berkeley DB 3.x
045291aa 139
efc79c7d 140 * Included Perl core patch 7801 -- Give __getBerkeleyDBInfo the ANSI C
141 treatment.
045291aa 142
efc79c7d 143 * @a = () produced the warning 'Argument "" isn't numeric in entersub'
144 This has been fixed. Thanks to Edward Avis for spotting this bug.
045291aa 145
efc79c7d 146 * Added note about building under Linux. Included patches.
045291aa 147
efc79c7d 148 * Included Perl core patch 8068 -- fix for bug 20001013.009
149 When run with warnings enabled "$hash{XX} = undef " produced an
150 "Uninitialized value" warning. This has been fixed.
045291aa 151
efc79c7d 1521.73 31st May 2000
045291aa 153
efc79c7d 154 * Added support in version.c for building with threaded Perl.
045291aa 155
efc79c7d 156 * Berkeley DB 3.1 has reenabled support for null keys. The test
157 harness has been updated to reflect this.
045291aa 158
efc79c7d 1591.72 16th January 2000
045291aa 160
efc79c7d 161 * Added hints/sco.pl
045291aa 162
efc79c7d 163 * The module will now use XSLoader when it is available. When it
164 isn't it will use DynaLoader.
045291aa 165
efc79c7d 166 * The locking section in DB_File.pm has been discredited. Many thanks
167 to David Harris for spotting the underlying problem, contributing
168 the updates to the documentation and writing DB_File::Lock (available
169 on CPAN).
045291aa 170
efc79c7d 1711.71 7th September 1999
045291aa 172
efc79c7d 173 * Fixed a bug that prevented 1.70 from compiling under win32
045291aa 174
efc79c7d 175 * Updated to support Berkeley DB 3.x
045291aa 176
efc79c7d 177 * Updated dbinfo for Berkeley DB 3.x file formats.
045291aa 178
efc79c7d 1791.70 4th August 1999
045291aa 180
efc79c7d 181 * Initialise $DB_File::db_ver and $DB_File::db_version with
182 GV_ADD|GV_ADDMULT -- bug spotted by Nick Ing-Simmons.
045291aa 183
efc79c7d 184 * Added a BOOT check to test for equivalent versions of db.h &
185 libdb.a/so.
045291aa 186
efc79c7d 1871.69 3rd August 1999
045291aa 188
efc79c7d 189 * fixed a bug in push -- DB_APPEND wasn't working properly.
045291aa 190
efc79c7d 191 * Fixed the R_SETCURSOR bug introduced in 1.68
045291aa 192
efc79c7d 193 * Added a new Perl variable $DB_File::db_ver
194
1951.68 22nd July 1999
045291aa 196
efc79c7d 197 * Merged changes from 5.005_58
045291aa 198
efc79c7d 199 * Fixed a bug in R_IBEFORE & R_IAFTER procesing in Berkeley DB
200 2 databases.
045291aa 201
efc79c7d 202 * Added some of the examples in the POD into the test harness.
045291aa 203
efc79c7d 2041.67 6th June 1999
045291aa 205
efc79c7d 206 * Added DBM Filter documentation to DB_File.pm
045291aa 207
efc79c7d 208 * Fixed DBM Filter code to work with 5.004
045291aa 209
efc79c7d 210 * A few instances of newSVpvn were used in 1.66. This isn't available in
211 Perl 5.004_04 or earlier. Replaced with newSVpv.
a9fd575d 212
efc79c7d 2131.66 15th March 1999
a9fd575d 214
efc79c7d 215 * Added DBM Filter code
a9fd575d 216
efc79c7d 2171.65 6th March 1999
218
219 * Fixed a bug in the recno PUSH logic.
220 * The BOOT version check now needs 2.3.4 when using Berkeley DB version 2
221
2221.64 21st February 1999
223
224 * Tidied the 1.x to 2.x flag mapping code.
225 * Added a patch from Mark Kettenis <kettenis@wins.uva.nl> to fix a flag
226 mapping problem with O_RDONLY on the Hurd
227 * Updated the message that db-recno.t prints when tests 51, 53 or 55 fail.
228
2291.63 19th December 1998
230
231 * Fix to allow DB 2.6.x to build with DB_File
232 * Documentation updated to use push,pop etc in the RECNO example &
233 to include the find_dup & del_dup methods.
234
2351.62 30th November 1998
236
237 Added hints/dynixptx.pl.
238 Fixed typemap -- 1.61 used PL_na instead of na
9d9477b1 239
2401.61 19th November 1998
241
242 Added a note to README about how to build Berkeley DB 2.x when
243 using HP-UX.
244 Minor modifications to get the module to build with DB 2.5.x
245 Fixed a typo in the definition of O_RDONLY, courtesy of Mark Kettenis.
246
efc79c7d 2471.60
248 Changed the test to check for full tied array support
6ca2e664 249
efc79c7d 2501.59
251 Updated the license section.
6ca2e664 252
efc79c7d 253 Berkeley DB 2.4.10 disallows zero length keys. Tests 32 & 42 in
254 db-btree.t and test 27 in db-hash.t failed because of this change.
255 Those tests have been zapped.
6ca2e664 256
efc79c7d 257 Added dbinfo to the distribution.
20896112 258
efc79c7d 2591.58
260 Tied Array support was enhanced in Perl 5.004_57. DB_File now
261 supports PUSH,POP,SHIFT,UNSHIFT & STORESIZE.
20896112 262
efc79c7d 263 Fixed a problem with the use of sv_setpvn. When the size is
264 specified as 0, it does a strlen on the data. This was ok for DB
265 1.x, but isn't for DB 2.x.
20896112 266
efc79c7d 2671.57
268 If Perl has been compiled with Threads support,the symbol op will be
269 defined. This clashes with a field name in db.h, so it needs to be
270 #undef'ed before db.h is included.
9fe6733a 271
efc79c7d 2721.56
273 Documented the Solaris 2.5 mutex bug
9fe6733a 274
efc79c7d 2751.55
276 Merged 1.16 changes.
9fe6733a 277
efc79c7d 2781.54
cad2e5aa 279
efc79c7d 280 Fixed a small bug in the test harness when run under win32
281 The emulation of fd when useing DB 2.x was busted.
cad2e5aa 282
efc79c7d 2831.53
cad2e5aa 284
efc79c7d 285 Added DB_RENUMBER to flags for recno.
cad2e5aa 286
efc79c7d 2871.52
2c2d71f5 288
efc79c7d 289 Patch from Nick Ing-Simmons now allows DB_File to build on NT.
290 Merged 1.15 patch.
2c2d71f5 291
efc79c7d 2921.51
2c2d71f5 293
efc79c7d 294 Fixed the test harness so that it doesn't expect DB_File to have
295 been installed by the main Perl build.
2c2d71f5 296
a62982a8 297
efc79c7d 298 Fixed a bug in mapping 1.x O_RDONLY flag to 2.x DB_RDONLY equivalent
a62982a8 299
efc79c7d 3001.50
e07e3419 301
efc79c7d 302 DB_File can now build with either DB 1.x or 2.x, but not both at
303 the same time.
e07e3419 304
efc79c7d 3051.16
e07e3419 306
efc79c7d 307 A harmless looking tab was causing Makefile.PL to fail on AIX 3.2.5
e07e3419 308
efc79c7d 309 Small fix for the AIX strict C compiler XLC which doesn't like
310 __attribute__ being defined via proto.h and redefined via db.h. Fix
311 courtesy of Jarkko Hietaniemi.
e07e3419 312
efc79c7d 3131.15
039d031f 314
efc79c7d 315 Patch from Gisle Aas <gisle@aas.no> to suppress "use of undefined
316 value" warning with db_get and db_seq.
039d031f 317
efc79c7d 318 Patch from Gisle Aas <gisle@aas.no> to make DB_File export only the
319 O_* constants from Fcntl.
039d031f 320
efc79c7d 321 Removed the DESTROY method from the DB_File::HASHINFO module.
b90e71be 322
efc79c7d 323 Previously DB_File hard-wired the class name of any object that it
324 created to "DB_File". This makes sub-classing difficult. Now
325 DB_File creats objects in the namespace of the package it has been
326 inherited into.
b90e71be 327
b90e71be 328
efc79c7d 3291.14
b90e71be 330
efc79c7d 331 Made it illegal to tie an associative array to a RECNO database and
332 an ordinary array to a HASH or BTREE database.
88c74d4b 333
efc79c7d 3341.13
88c74d4b 335
efc79c7d 336 Minor changes to DB_FIle.xs and DB_File.pm
88c74d4b 337
efc79c7d 3381.12
3245f058 339
efc79c7d 340 Documented the incompatibility with version 2 of Berkeley DB.
3245f058 341
efc79c7d 3421.11
3245f058 343
efc79c7d 344 Documented the untie gotcha.
3245f058 345
efc79c7d 3461.10
3245f058 347
efc79c7d 348 Fixed fd method so that it still returns -1 for in-memory files
349 when db 1.86 is used.
3245f058 350
efc79c7d 3511.09
3245f058 352
efc79c7d 353 Minor bug fix in DB_File::HASHINFO, DB_File::RECNOINFO and
354 DB_File::BTREEINFO.
3245f058 355
efc79c7d 356 Changed default mode to 0666.
3245f058 357
efc79c7d 3581.08
73969f8f 359
efc79c7d 360 Documented operation of bval.
73969f8f 361
efc79c7d 3621.07
73969f8f 363
efc79c7d 364 Fixed bug with RECNO, where bval wasn't defaulting to "\n".
73969f8f 365
efc79c7d 3661.06
73969f8f 367
efc79c7d 368 Minor namespace cleanup: Localized PrintBtree.
73969f8f 369
efc79c7d 3701.05
c5da4faf 371
efc79c7d 372 Made all scripts in the documentation strict and -w clean.
c5da4faf 373
efc79c7d 374 Added logic to DB_File.xs to allow the module to be built after
375 Perl is installed.
c5da4faf 376
efc79c7d 3771.04
c5da4faf 378
efc79c7d 379 Minor documentation changes.
c5da4faf 380
efc79c7d 381 Fixed a bug in hash_cb. Patches supplied by Dave Hammen,
382 <hammen@gothamcity.jsc.nasa.govt>.
c5da4faf 383
efc79c7d 384 Fixed a bug with the constructors for DB_File::HASHINFO,
385 DB_File::BTREEINFO and DB_File::RECNOINFO. Also tidied up the
386 constructors to make them -w clean.
c5da4faf 387
efc79c7d 388 Reworked part of the test harness to be more locale friendly.
c5da4faf 389
efc79c7d 3901.03
39793c41 391
efc79c7d 392 Documentation update.
39793c41 393
efc79c7d 394 DB_File now imports the constants (O_RDWR, O_CREAT etc.) from Fcntl
395 automatically.
39793c41 396
efc79c7d 397 The standard hash function exists is now supported.
39793c41 398
efc79c7d 399 Modified the behavior of get_dup. When it returns an associative
400 array, the value is the count of the number of matching BTREE
401 values.
39793c41 402
efc79c7d 4031.02
c6c92ad9 404
efc79c7d 405 Merged OS/2 specific code into DB_File.xs
c6c92ad9 406
efc79c7d 407 Removed some redundant code in DB_File.xs.
c6c92ad9 408
efc79c7d 409 Documentation update.
07200f1b 410
efc79c7d 411 Allow negative subscripts with RECNO interface.
07200f1b 412
efc79c7d 413 Changed the default flags from O_RDWR to O_CREAT|O_RDWR.
07200f1b 414
efc79c7d 415 The example code which showed how to lock a database needed a call
416 to sync added. Without it the resultant database file was empty.
07200f1b 417
efc79c7d 418 Added get_dup method.
07200f1b 419
efc79c7d 4201.01
07200f1b 421
efc79c7d 422 Fixed a core dump problem with SunOS.
07200f1b 423
efc79c7d 424 The return value from TIEHASH wasn't set to NULL when dbopen
425 returned an error.
412e9c57 426
efc79c7d 4271.0
412e9c57 428
efc79c7d 429 DB_File has been in use for over a year. To reflect that, the
430 version number has been incremented to 1.0.
412e9c57 431
efc79c7d 432 Added complete support for multiple concurrent callbacks.
d63909e4 433
efc79c7d 434 Using the push method on an empty list didn't work properly. This
435 has been fixed.
d63909e4 436
efc79c7d 4370.3
d63909e4 438
efc79c7d 439 Added prototype support for multiple btree compare callbacks.
962cee9f 440
efc79c7d 4410.2
962cee9f 442
efc79c7d 443 When DB_File is opening a database file it no longer terminates the
444 process if dbopen returned an error. This allows file protection
445 errors to be caught at run time. Thanks to Judith Grass
446 <grass@cybercash.com> for spotting the bug.
962cee9f 447
efc79c7d 4480.1
d85a743d 449
efc79c7d 450 First Release.
d85a743d 451