summaryrefslogtreecommitdiff
path: root/ext/DB_File/Changes
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>1998-12-29 16:23:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-13 17:34:51 +0000
commit6ca2e6642eae681f77736bb1071cfece0e0523a2 (patch)
tree71def78f7561f8a4c42eff3a6d1ce5812c3eca8f /ext/DB_File/Changes
parent5b2220f58a0a9adbba0df65169a1adc90eb46e46 (diff)
downloadperl-6ca2e6642eae681f77736bb1071cfece0e0523a2.tar.gz
PATCH DB_File 1.63 for 5.005_54 & 5.005_03
To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com Cc: perl5-porters@perl.org Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk> p4raw-id: //depot/cfgperl@2598
Diffstat (limited to 'ext/DB_File/Changes')
-rw-r--r--ext/DB_File/Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes
index e13178c4e8..212ae5fe05 100644
--- a/ext/DB_File/Changes
+++ b/ext/DB_File/Changes
@@ -211,3 +211,13 @@
Minor modifications to get the module to build with DB 2.5.x
Fixed a typo in the definition of O_RDONLY, courtesy of Mark Kettenis.
+1.62 30th November 1998
+
+ Added hints/dynixptx.pl.
+ Fixed typemap -- 1.61 used PL_na instead of na
+
+1.63 19th December 1998
+
+ Fix to allow DB 2.6.x to build with DB_File
+ Documentation upadated to use push,pop etc in the RECNO example & to
+ include the find_dup & del_dup methods.