summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
Commit message (Expand)AuthorAgeFilesLines
...
* sdbm.c: fix off-by-one access to global ".dir"Reini Urban2012-03-091-7/+7
* Remove the obsolete code for NO_EMBED from sdbm.hNicholas Clark2011-12-091-5/+1
* [RT #36079] Where sensible, replace consecutive single quotation marks with a...jkeenan2011-11-222-11/+11
* [RT #36079] Convert ` to '.jkeenan2011-11-222-18/+18
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-074-5/+5
* 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-494/+2
* 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-6/+5
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename.Nicholas Clark2010-12-161-5/+8
* Convert ext/SDBM_File/t/sdbm.t to Test::More.Nicholas Clark2010-12-151-100/+93
* Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t.Nicholas Clark2010-12-151-18/+0
* fix various compiler warnings from XS codeZefram2010-12-111-1/+1
* Remove two use of dXSI32; superfluous because xsubpp automatically adds it.Nicholas Clark2010-11-041-2/+0
* Increase SDBM_File’s versionFather Chrysostomos2010-10-271-1/+1
* SDBM_File::{error,clearerr} can be implemented as XS ALIASes.Nicholas Clark2010-10-211-10/+5
* In SDBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-212-42/+21
* Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero().Nicholas Clark2010-10-211-2/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Avoid using defined @array in core tests.Nicholas Clark2009-10-231-1/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s.Nicholas Clark2009-04-031-6/+11
* Don't needlessly assign to pagname (which seems to make clang even happier).Nicholas Clark2009-04-031-1/+1
* Don't assign needlessly to dirname. (which seems to make clang happier.)Nicholas Clark2009-04-031-1/+1
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+2
* Fix "grep in void context" warningsRafael Garcia-Suarez2008-01-061-2/+2
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-5/+9
* ext/ constingRobin Barker2007-12-223-5/+5
* First patch from:Jan Dubois2006-12-111-1/+1
* Fix segfault in SDBM_File when the destructor is called multiple timesRafael Garcia-Suarez2006-05-242-11/+13
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-201-0/+4
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Silence compiler warning in SDBM_FileSteve Hay2005-06-271-1/+1
* Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to u...Andy Dougherty2005-05-231-5/+3
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
* PATCH: *DB*_File Paul Marquess2003-12-271-2/+2
* Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.Rafael Garcia-Suarez2003-12-261-9/+12
* another ext/SDBM_File/sdbm build fixCraig A. Berry2003-12-051-3/+2
* Last stab at sdbm/Makefile.PLMichael G. Schwern2003-11-121-2/+1
* Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19Michael G. Schwern2003-11-051-11/+6
* Temporary kludge to allow SDBM_File being builtRafael Garcia-Suarez2003-11-041-0/+4
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-1/+1
* De-cargo-cult.Jarkko Hietaniemi2003-08-311-1/+1
* Make XSLoader.t more robust (and sdbm.t more verbose)Jarkko Hietaniemi2003-08-301-1/+1
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-272-3/+7
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* Schwern says this is most probably an old VMS MakeMakerJarkko Hietaniemi2003-07-311-1/+0