summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
Commit message (Expand)AuthorAgeFilesLines
* opt.t: Fix count of tests to be skippedJames E Keenan2022-06-061-1/+1
* bump $GDBM_File::VERSIONTony Cook2022-06-031-1/+1
* GDBM_File: fix fetching mmapsizeTony Cook2022-06-032-2/+7
* gdbm: make sure basic error codes are always definedSergey Poznyakoff2022-04-101-1/+6
* Correct one spelling errorJames E Keenan2022-03-022-59/+59
* bump $GDBM_File::VERSIONTony Cook2021-11-021-1/+1
* gdbm: Define error codes; provide the global $gdbm_errno variable.Sergey Poznyakoff2021-11-023-11/+284
* GDBM_File: Implement crash-tolerance and export/import functions.Sergey Poznyakoff2021-10-145-58/+659
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-2/+2
* Correct grammar/spelling problemsJames E Keenan2021-06-231-2/+2
* Fix definition of ITEM_NOT_FOUND for pre-1.13 versions.Sergey Poznyakoff2021-06-231-4/+5
* Raise version number in ext/GDBM_File/GDBM_File.pmSergey Poznyakoff2021-06-231-1/+1
* Fix GDBM_File to compile with version 1.20 and earlierSergey Poznyakoff2021-06-231-6/+5
* GDBM_File: minor changesSergey Poznyakoff2021-01-065-19/+20
* Improve GDBM_FileSergey Poznyakoff2021-01-065-63/+1047
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* Avoid "Use of uninitialized value $res in numeric eq (==)" warningJames E Keenan2018-12-151-1/+1
* Correct spelling error in 'skip' messageJames E Keenan2018-12-151-1/+1
* ext/GDBM_File/t/fatal.t: handle non-fatalityDavid Mitchell2018-12-141-9/+26
* ext/GDBM_File/t/fatal.t: support parallel testingDavid Mitchell2018-11-191-3/+3
* (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/+12
* retry gdbm_open() upon block size errorZefram2017-12-161-12/+21
* document GDBM_File's delete vs each conflictZefram2017-12-151-1/+5
* ext/GDBM_File: Add L<> around pod linkKarl Williamson2017-06-011-2/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Skip ext/GDBM_File/t/fatal.t in Darwin, too flaky.Jarkko Hietaniemi2014-07-281-0/+4
* GDBM_File must cast fatal_func appropriately for the version of gdbm.hNicholas Clark2012-12-171-1/+10
* Eliminate the fifth argument from GDBM_File::TIEHASH.Nicholas Clark2012-12-132-6/+2
* GDBM_File is meant to croak() if the gdbm library has a fatal error.Nicholas Clark2012-12-133-2/+52
* 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