summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
Commit message (Expand)AuthorAgeFilesLines
* ext/SDBM_File/ - replace "define\t" with "define "Yves Orton2023-04-292-2/+2
* use Off_t for file offsets in sdbm.cTony Cook2022-06-092-4/+9
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-022-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-178-941/+941
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* corrupt.t: Correct spelling errorJames E Keenan2020-07-171-1/+1
* ext/SDBM_File/sdbm.c: don't include INTERN.hDavid Mitchell2019-02-191-1/+0
* Add header-guards to 2 additional filesJames E Keenan2018-12-042-0/+9
* (perl #132147) only test corrupt dbs on archs that matchTony Cook2018-11-191-0/+6
* (perl #132147) add extra block validation checksTony Cook2018-11-192-3/+83
* (perl #132147) don't cache invalid pagesTony Cook2018-11-191-4/+18
* (perl #132147) add tests for corrupt files from ticketsTony Cook2018-11-191-0/+86
* (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/+8
* 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