summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
Commit message (Expand)AuthorAgeFilesLines
* Rely on C89 <string.h>Aaron Crane2017-10-212-14/+2
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-4/+0
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-4/+0
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-212-11/+2
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-4/+2
* Rely on C89 prototypesAaron Crane2017-10-214-37/+31
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-34/+4
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-212-25/+0
* Assume we have C89 memset()Aaron Crane2017-10-211-16/+1
* delete unused file from SDBM_FileLukas Mai2017-10-141-88/+0
* get rid of "implicit fallthrough" warnings in SDBM_FileLukas Mai2017-10-142-8/+8
* SDBM_File: tabs -> spacesLukas Mai2017-10-142-170/+170
* Delete unused files from ext/SDBM_FileAaron Crane2017-10-142-122/+0
* 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