| Commit message (Expand) | Author | Age | Files | Lines |
* | opt.t: Fix count of tests to be skipped | James E Keenan | 2022-06-06 | 1 | -1/+1 |
* | bump $GDBM_File::VERSION | Tony Cook | 2022-06-03 | 1 | -1/+1 |
* | GDBM_File: fix fetching mmapsize | Tony Cook | 2022-06-03 | 2 | -2/+7 |
* | gdbm: make sure basic error codes are always defined | Sergey Poznyakoff | 2022-04-10 | 1 | -1/+6 |
* | Correct one spelling error | James E Keenan | 2022-03-02 | 2 | -59/+59 |
* | bump $GDBM_File::VERSION | Tony Cook | 2021-11-02 | 1 | -1/+1 |
* | gdbm: Define error codes; provide the global $gdbm_errno variable. | Sergey Poznyakoff | 2021-11-02 | 3 | -11/+284 |
* | GDBM_File: Implement crash-tolerance and export/import functions. | Sergey Poznyakoff | 2021-10-14 | 5 | -58/+659 |
* | Remove inheritance from Exporter in ext/ modules | Max Maischein | 2021-06-25 | 1 | -2/+2 |
* | Correct grammar/spelling problems | James E Keenan | 2021-06-23 | 1 | -2/+2 |
* | Fix definition of ITEM_NOT_FOUND for pre-1.13 versions. | Sergey Poznyakoff | 2021-06-23 | 1 | -4/+5 |
* | Raise version number in ext/GDBM_File/GDBM_File.pm | Sergey Poznyakoff | 2021-06-23 | 1 | -1/+1 |
* | Fix GDBM_File to compile with version 1.20 and earlier | Sergey Poznyakoff | 2021-06-23 | 1 | -6/+5 |
* | GDBM_File: minor changes | Sergey Poznyakoff | 2021-01-06 | 5 | -19/+20 |
* | Improve GDBM_File | Sergey Poznyakoff | 2021-01-06 | 5 | -63/+1047 |
* | add gitignore exclusions for files in git | Graham Knop | 2020-11-23 | 1 | -0/+1 |
* | Avoid "Use of uninitialized value $res in numeric eq (==)" warning | James E Keenan | 2018-12-15 | 1 | -1/+1 |
* | Correct spelling error in 'skip' message | James E Keenan | 2018-12-15 | 1 | -1/+1 |
* | ext/GDBM_File/t/fatal.t: handle non-fatality | David Mitchell | 2018-12-14 | 1 | -9/+26 |
* | ext/GDBM_File/t/fatal.t: support parallel testing | David Mitchell | 2018-11-19 | 1 | -3/+3 |
* | (perl #132147) bump *DBM_File versions | Tony Cook | 2018-11-05 | 1 | -1/+1 |
* | (perl #132147) add security warnings to the *DBM_File modules | Tony Cook | 2018-11-05 | 1 | -0/+12 |
* | retry gdbm_open() upon block size error | Zefram | 2017-12-16 | 1 | -12/+21 |
* | document GDBM_File's delete vs each conflict | Zefram | 2017-12-15 | 1 | -1/+5 |
* | ext/GDBM_File: Add L<> around pod link | Karl Williamson | 2017-06-01 | 1 | -2/+2 |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 1 | -1/+1 |
* | Skip ext/GDBM_File/t/fatal.t in Darwin, too flaky. | Jarkko Hietaniemi | 2014-07-28 | 1 | -0/+4 |
* | GDBM_File must cast fatal_func appropriately for the version of gdbm.h | Nicholas Clark | 2012-12-17 | 1 | -1/+10 |
* | Eliminate the fifth argument from GDBM_File::TIEHASH. | Nicholas Clark | 2012-12-13 | 2 | -6/+2 |
* | GDBM_File is meant to croak() if the gdbm library has a fatal error. | Nicholas Clark | 2012-12-13 | 3 | -2/+52 |
* | More version bumps in view of recent PERL_NO_GE_CONTEXT commits | Father Chrysostomos | 2011-03-19 | 1 | -1/+1 |
* | Add PERL_NO_GET_CONTEXT to GDBM_File | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.pl | Nicholas Clark | 2010-12-16 | 1 | -492/+3 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class name. | Nicholas Clark | 2010-12-16 | 1 | -21/+27 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further. | Nicholas Clark | 2010-12-16 | 1 | -8/+6 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename. | Nicholas Clark | 2010-12-16 | 1 | -28/+32 |
* | Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file. | Nicholas Clark | 2010-12-16 | 1 | -1/+1 |
* | Convert ext/GDBM_File/t/gdbm.t to Test::More. | Nicholas Clark | 2010-12-15 | 1 | -101/+95 |
* | Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t. | Nicholas Clark | 2010-12-15 | 1 | -18/+0 |
* | In [GNO]DBM_File.xs, store the 4 filter functions as 1 array in the struct. | Nicholas Clark | 2010-10-21 | 2 | -44/+24 |
* | Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero(). | Nicholas Clark | 2010-10-21 | 1 | -2/+1 |
* | Convert GDBM_File to an XS AUTOLOAD. | Nicholas Clark | 2010-10-21 | 2 | -12/+2 |
* | Use inlineable proxy constant subs for GDBM_File. | Nicholas Clark | 2010-10-21 | 2 | -1/+2 |
* | [GNO]DBM_File must free any filter CVs in DESTROY. | Nicholas Clark | 2010-10-21 | 1 | -0/+8 |
* | bumped GDBM_File version per da4061d and added perldelta for it | Tatsuhiko Miyagawa | 2010-10-19 | 1 | -1/+1 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -2/+2 |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | [perl #71676] GDBM_File support on Win32 | kmx | 2010-01-18 | 1 | -0/+1 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -2/+0 |