This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $mro::VERSION to 1.15
[perl5.git] / ext / ODBM_File /
2013-07-01 Tony Cook[perl #71680] hints to use gdbm compat for [NO]DBM_File...
2012-12-13 Nicholas ClarkEliminate the fifth argument from GDBM_File::TIEHASH.
2011-10-31 Pino ToscanoImprove general GNU hints, needed for GNU/Hurd.
2011-09-07 Nicholas ClarkODBM_File can use the same T_PTROBJ typemap as the...
2011-06-16 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to ODBM_File
2011-05-18 Vladimir TimofeevFix for [perl #90106] 5.14.0-RC2 ODBM_File failures...
2010-12-19 Zeframbump version of many modules
2010-12-16 Nicholas ClarkMove common code from ext/[GONS]DBM_File/t/[gons]dbm...
2010-12-16 Nicholas ClarkConverge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameteri...
2010-12-16 Nicholas ClarkConverge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.
2010-12-16 Nicholas ClarkConverge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using...
2010-12-15 Nicholas ClarkConvert ext/ODBM_File/t/odbm.t to Test::More.
2010-12-15 Nicholas ClarkRemove redundant use strict,warnings,?DBM_File from...
2010-10-27 Father ChrysostomosBump ODBM_File’s version
2010-10-21 Nicholas ClarkIn [GNO]DBM_File.xs, store the 4 filter functions as...
2010-10-21 Nicholas ClarkConvert [GNOS]DBM_File::TIEHASH to safecalloc() from...
2010-10-21 Nicholas Clark[GNO]DBM_File must free any filter CVs in DESTROY.
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2007-12-22 Nicholas ClarkHateful software that sends my cursor keys as packets...
2007-12-22 Nicholas ClarkExterminate PL_na! Exterminate! Exterminate! Exterminate!
2007-12-17 Rafael Garcia-SuarezMake the hint file work as well on 64-bit linuxes,
2007-11-15 Rafael Garcia-Suarez-e is better than -f (in case of symbolic links)
2007-11-15 David CantrellAdjust ODBM_File for Debian. See:
2007-09-01 Clinton Gormley[perl #45093] Can't find ODBM library while compiling...
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-10-12 Robin BarkerRE: g++ compile and make test 100%
2006-08-25 Rafael Garcia-SuarezFollowing Jarkko's advice, it seems that ODBM_File...
2006-08-24 Robin Barkerchange 28744 broke ODBM_File
2006-08-22 Jarkko Hietaniemig++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-01-31 Robert Millan[perl #33998] [PATCH] Support for GNU/kFreeBSD
2004-04-04 Nicholas ClarkBump version numbers for modules that have changed...
2004-02-01 Solar DesignerRe: [perl #15063] /tmp issues
2003-12-27 Paul MarquessPATCH: *DB*_File
2003-08-14 Jarkko HietaniemiXS contents changes versus VERSION non-changes.
2003-08-08 Gerrit P. Haasemaintperl & bleadperl for Cygwin: include libgdbm_compa...
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2002-12-11 Andy DoughertyRemove stale e-mail addresses
2002-08-23 Abhijit Menon-SenIncorporate fix from JHI at:
2002-08-22 Paul MarquessFix DBM filters
2002-07-09 Nick Ing-SimmonsSuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-22 Paul MarquessFix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-06-23 Jarkko HietaniemiMisplaced test file; plus Cygwin filesystem semantics.
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-04 Jarkko HietaniemiConfigure tweaks; add prototype probes, make the cpp...
2001-03-16 Michael Stevensmore pod patches
2001-02-20 Jarkko Hietaniemistrict-w-proof the ?DBM_File, from Paul Marquess.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-04 Jarkko HietaniemiDB3 NDBM/ODBM emulation tweaks from Stanislav Brabec...
2000-12-10 Paul MarquessRE: [ID 20001013.009] DB_File issues warning when setti...
2000-10-20 Charles BaileySYN SYN
2000-08-18 Jarkko HietaniemiDocument the NDBM_File and ODBM_File as SDBM_File
2000-02-16 Gurusamy Sarathyavoid warnings due to redefined NULL
2000-02-15 Gurusamy Sarathyfix leaks in *DBM_File; safemalloc()ed things need...
2000-02-09 Charles BaileyResync with mainline
2000-01-24 Gurusamy Sarathytypos in change#4623
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-07 Gurusamy Sarathycygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-10-13 Mike Hopkirkuse libdbm.nfs.a if available (libdbm.a is missing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-07 Robin BarkerFix pointer casts.
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Paul MarquessDBM Filters
1999-05-09 Gurusamy Sarathyfix typo in dbm filters that caused odbm.t to fail
1999-05-07 Paul MarquessDBM Filters (via private mail)
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-03-16 Andy Dougherty[PATCH 5.004_62} Config_62-01 patch available.
1998-02-09 Gurusamy Sarathy[win32] enhancements to previous patch for XSUB OUTPUT...
1998-01-19 Gurusamy Sarathy[win32] Fix autovivification problems with XSUB OUTPUT...
1997-08-06 Paul MarquessPATCH: make DBM*_File modules sub-classable
1997-04-22 Perl 5 Porters[inseparable changes from match from perl-5.003_97g...
1997-02-21 Perl 5 Porters[inseparable changes from match from perl5.003_28 to...
1997-02-21 Jarkko HietaniemiDigital UNIX and 3_28
1996-09-08 Perl 5 PortersTry to work around "bad free" in dbmclose().
1996-09-07 Perl 5 Portersperl 5.003_05: ext/ODBM_File/ODBM_File.xs
1996-06-23 Perl 5 PortersAdd NAME attribute to suppress MakeMaker "guess" warning
1996-07-15 Perl 5 PortersQuote string argument in example -- necessary if using...
1996-02-29 Andy Doughertyperl 5.002 perl-5.002
1996-02-06 Paul MarquessVERSION Patch
1996-02-03 Perl 5 Portersperl5.002beta3
1996-01-13 Perl 5 Portersperl 5.002beta2 patch
1995-11-20 Larry Wall5.002 beta 1
1995-10-31 Andy DoughertyThis is my patch patch.1n for perl5.001. perl-5.001n
1995-06-05 Andy DoughertyThis is my patch patch.1j for perl5.001.
1995-03-13 Larry WallPerl 5.001 perl-5.001
1995-02-07 Andy Doughertyperl5.000 patch.0j: fix minor portability and build...
1994-12-19 Tim BunceThis is my patch patch.0a for perl5.000.
1994-10-17 Larry Wallperl 5.000 perl-5.000