summaryrefslogtreecommitdiff
path: root/ext/NDBM_File
Commit message (Expand)AuthorAgeFilesLines
* Add an EXISTS method to NDBM_FileLeon Timmermans2022-07-292-1/+7
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* (perl #132147) bump *DBM_File versionsTony Cook2018-11-051-1/+1
* (perl #132147) add security warnings to the *DBM_File modulesTony Cook2018-11-051-0/+17
* perl no longer builds on MacOS ClassicTom Hukins2017-10-121-1/+0
* NDBM: silence 'unused var' warnings x 2David Mitchell2014-12-191-0/+4
* Increase $NDBM_File::VERSION to 1.14Father Chrysostomos2014-12-051-1/+1
* Unused var.Jarkko Hietaniemi2014-12-051-0/+2
* bump version on NDBM_FileDavid Mitchell2014-05-291-1/+1
* printf %s, cast appropriately.Jarkko Hietaniemi2014-05-291-1/+1
* [perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32Tony Cook2013-07-011-0/+2
* Eliminate the fifth argument from GDBM_File::TIEHASH.Nicholas Clark2012-12-131-1/+0
* Add GNU/Hurd hints for NDBM_FilePino Toscano2011-11-041-0/+1
* More version bumps in view of recent PERL_NO_GE_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
* Add PERL_NO_GET_CONTEXT to NDBM_FileNicholas Clark2011-03-191-0/+2
* bump version of many modulesZefram2010-12-191-1/+1
* Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.plNicholas Clark2010-12-161-491/+2
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class name.Nicholas Clark2010-12-161-22/+28
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.Nicholas Clark2010-12-161-8/+7
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename.Nicholas Clark2010-12-161-27/+35
* Convert ext/NDBM_File/t/ndbm.t to Test::More.Nicholas Clark2010-12-151-95/+89
* Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t.Nicholas Clark2010-12-151-18/+0
* Bump NDBM_File’s versionFather Chrysostomos2010-10-271-1/+1
* In [GNO]DBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-212-42/+22
* Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero().Nicholas Clark2010-10-211-2/+1
* [GNO]DBM_File must free any filter CVs in DESTROY.Nicholas Clark2010-10-211-0/+8
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* NDBM just isn't meant to be used with C++. So thisMarcus Holland-Moritz2008-11-061-3/+9
* Add prototype detection for NDBM header filesMarcus Holland-Moritz2008-11-062-11/+12
* Re: [perl #50180] NDBM_File fails to build Andy Dougherty2008-05-171-0/+6
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-5/+9
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-082-2/+2
* RE: g++ compile and make test 100%Robin Barker2006-10-111-5/+5
* Fix typo in NDBM_File.xs and bump up the version number.Steve Peters2006-10-112-2/+2
* Make g++ happy when compiling NDBM_File on a system thatSteve Peters2006-10-092-0/+23
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Missing tie() call in NDBM_File SYNOPSISMatt Sergeant2005-07-151-4/+7
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-312-0/+2
* Re: [PATCH] [perl #29612] ndbm failure in make testAlexey Tourbin2004-06-021-1/+3
* PATCH: *DB*_File Paul Marquess2003-12-271-2/+2
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searc...Gerrit P. Haase2003-08-081-1/+1
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* Incorporate fix from JHI at:Abhijit Menon-Sen2002-08-231-4/+0
* Fix DBM filtersPaul Marquess2002-08-223-48/+53