This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various updates and fixes to some of the SysV IPC ops and their tests
[perl5.git] / ext / NDBM_File /
2020-11-22 Graham Knopadd gitignore exclusions for files in git
2018-11-04 Tony Cook(perl #132147) bump *DBM_File versions
2018-11-04 Tony Cook(perl #132147) add security warnings to the *DBM_File...
2017-10-12 Tom Hukinsperl no longer builds on MacOS Classic
2014-12-19 David MitchellNDBM: silence 'unused var' warnings x 2
2014-12-06 Father ChrysostomosIncrease $NDBM_File::VERSION to 1.14
2014-12-06 Jarkko HietaniemiUnused var.
2014-05-29 David Mitchellbump version on NDBM_File
2014-05-29 Jarkko Hietaniemiprintf %s, cast appropriately.
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-11-04 Pino ToscanoAdd GNU/Hurd hints for NDBM_File
2011-03-20 Father ChrysostomosMore version bumps in view of recent PERL_NO_GE_CONTEXT...
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to NDBM_File
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/NDBM_File/t/ndbm.t to Test::More.
2010-12-15 Nicholas ClarkRemove redundant use strict,warnings,?DBM_File from...
2010-10-27 Father ChrysostomosBump NDBM_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-07-03 David Mitchellbump versions of non-dual-life modules that
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...
2008-11-06 Marcus Holland-MoritzNDBM just isn't meant to be used with C++. So this
2008-11-06 Marcus Holland-MoritzAdd prototype detection for NDBM header files
2008-05-17 Andy DoughertyRe: [perl #50180] NDBM_File fails to build
2007-12-22 Nicholas ClarkExterminate PL_na! Exterminate! Exterminate! Exterminate!
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-10-11 Robin BarkerRE: g++ compile and make test 100%
2006-10-11 Steve PetersFix typo in NDBM_File.xs and bump up the version number.
2006-10-09 Steve PetersMake g++ happy when compiling NDBM_File on a system...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-15 Matt SergeantMissing tie() call in NDBM_File SYNOPSIS
2005-01-31 Robert Millan[perl #33998] [PATCH] Support for GNU/kFreeBSD
2004-06-02 Alexey TourbinRe: [PATCH] [perl #29612] ndbm failure in make test
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-08-23 Abhijit Menon-SenIncorporate fix from JHI at:
2002-08-22 Paul MarquessFix DBM filters
2001-10-22 Paul MarquessFix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-07-21 Jarkko HietaniemiIntegrate change #11388 from macperl (the *.t parts...
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Philip NewtonRe: [PATCH perlsnap] '-' !~ /\w/
2001-06-27 Jarkko HietaniemiIn some Linux distributions the libndbm is broken
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
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-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
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-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Paul MarquessDBM Filters
1999-05-28 Paul MarquessRE: [19990527.002] DBM Filters in _57 cause problems...
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-05-14 Gurusamy Sarathy[win32] merge change#904 from maintbranch
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-02-21 Perl 5 Porters[inseparable changes from match from perl5.003_28 to...
1997-02-21 Jarkko HietaniemiDigital UNIX and 3_28
1996-10-01 Perl 5 Portersperl 5.003_06: dev/null
1996-06-24 Perl 5 Portersperl 5.003: ext/NDBM_File/NDBM_File.pm
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-06-05 Andy DoughertyThis is my patch patch.1j for perl5.001.
1995-03-13 Larry WallPerl 5.001 perl-5.001
1995-02-21 Andy Doughertyperl5.000 patch.0l: MakeMaker 4.085 and upgrade Configu...
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.
next