summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
Commit message (Expand)AuthorAgeFilesLines
* SDBM_File: specify the prototyping behaviourDavid Mitchell2015-11-242-1/+3
* Constant data in .c, not in a .hJarkko Hietaniemi2015-10-092-5/+3
* ext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platformsKarl Williamson2015-03-181-8/+18
* Fix SDBM_File clean target after ac0e53cd2e.Craig A. Berry2015-01-221-1/+3
* fix SDBM_File builds using gcc on Win32Tony Cook2015-01-221-1/+1
* avoid a build issue with non-threaded Win32 buildsTony Cook2015-01-201-2/+0
* Simplify ext/SDBM_File layout and buildEd J2015-01-1328-114/+17
* Obsolete workaround in ext/SDBM_File/sdbm/Makefile.PL.Craig A. Berry2014-12-161-5/+0
* SvREFCNT_dec_NN in SDBMDaniel Dragan2014-12-112-2/+2
* Stop test suite filling /tmpDavid Mitchell2014-12-031-2/+2
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-2/+3
* Allow blead to compile under some g++Karl Williamson2014-02-051-1/+0
* Long verbatim lines in SDBM_File.pmFather Chrysostomos2013-12-181-3/+3
* [perl #114350] improved documentationKevin Ryde2013-12-181-48/+27
* [perl #114350] access to sdbm_prep()Tony Cook2013-12-183-4/+77
* [perl #114350] add exportable PAGFEXT, DIRFEXT and PAIRMAX constantsTony Cook2013-12-183-1/+28
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-1/+6
* SDBM_File: fix 'set but not used' warningDavid Mitchell2013-11-182-2/+1
* For SDBM_File, stop EU::MM from generating its default subdirs rule.Nicholas Clark2013-08-241-0/+6
* Eliminate the fifth argument from GDBM_File::TIEHASH.Nicholas Clark2012-12-131-1/+0
* Remove "register" declarationsKarl Williamson2012-11-2410-98/+98
* Fix C++, MYMALLOC, sdbm combination.Craig A. Berry2012-09-091-0/+9
* extern "C" for sdbm.c.Craig A. Berry2012-06-031-0/+7
* 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