summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
Commit message (Expand)AuthorAgeFilesLines
* More version bumps in view of recent PERL_NO_GE_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
* Add PERL_NO_GET_CONTEXT to GDBM_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-492/+3
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class name.Nicholas Clark2010-12-161-21/+27
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.Nicholas Clark2010-12-161-8/+6
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename.Nicholas Clark2010-12-161-28/+32
* Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file.Nicholas Clark2010-12-161-1/+1
* Convert ext/GDBM_File/t/gdbm.t to Test::More.Nicholas Clark2010-12-151-101/+95
* Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t.Nicholas Clark2010-12-151-18/+0
* In [GNO]DBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-212-44/+24
* Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero().Nicholas Clark2010-10-211-2/+1
* Convert GDBM_File to an XS AUTOLOAD.Nicholas Clark2010-10-212-12/+2
* Use inlineable proxy constant subs for GDBM_File.Nicholas Clark2010-10-212-1/+2
* [GNO]DBM_File must free any filter CVs in DESTROY.Nicholas Clark2010-10-211-0/+8
* bumped GDBM_File version per da4061d and added perldelta for itTatsuhiko Miyagawa2010-10-191-1/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-191-1/+1
* [perl #71676] GDBM_File support on Win32kmx2010-01-181-0/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* 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
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-191-0/+1
* GDBM_File isn't dual life, so no need for a dev module version number.Nicholas Clark2008-03-291-2/+2
* dev version numbers, xs and warnings dont play together nicely, so use MM->pa...Yves Orton2008-01-072-1/+2
* Silence new warning grep in void context warning in various modules and test ...Yves Orton2008-01-062-3/+4
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-6/+11
* ext/ constingRobin Barker2007-12-221-1/+2
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Use the system's free to dealloc a PV allocated by the systemRafael Garcia-Suarez2005-11-221-5/+1
* PATCH: *DB*_File Paul Marquess2003-12-271-4/+4
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-022-4/+13
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-1/+1
* Fix DBM filtersPaul Marquess2002-08-223-49/+53
* More NetBSD patches from Johnny Lam.Jarkko Hietaniemi2002-04-271-1/+1
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-4/+3
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-223-3/+60
* Remove string eval from AUTOLOADJonathan Stowe2001-09-301-2/+3
* Cygwin too has different permission semantics.Jarkko Hietaniemi2001-06-231-1/+1
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+427
* Re: perl@10611 Nicholas Clark2001-06-161-204/+2
* Re: perl@10611 Nicholas Clark2001-06-161-0/+10
* Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)Russ Allbery2001-06-151-4/+4
* GDBM_File (wasRe: ext/ + -Wall)Nicholas Clark2001-06-152-125/+182
* ext/ + -WallDoug MacEachern2001-06-121-0/+4
* ext/GDBM_File GDBM_NOLOCK constantPaul Lindner2001-03-162-1/+8
* strict-w-proof the ?DBM_File, from Paul Marquess.Jarkko Hietaniemi2001-02-201-0/+1
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+3