| Commit message (Expand) | Author | Age | Files | Lines |
* | SDBM_File: specify the prototyping behaviour | David Mitchell | 2015-11-24 | 2 | -1/+3 |
* | Constant data in .c, not in a .h | Jarkko Hietaniemi | 2015-10-09 | 2 | -5/+3 |
* | ext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platforms | Karl Williamson | 2015-03-18 | 1 | -8/+18 |
* | Fix SDBM_File clean target after ac0e53cd2e. | Craig A. Berry | 2015-01-22 | 1 | -1/+3 |
* | fix SDBM_File builds using gcc on Win32 | Tony Cook | 2015-01-22 | 1 | -1/+1 |
* | avoid a build issue with non-threaded Win32 builds | Tony Cook | 2015-01-20 | 1 | -2/+0 |
* | Simplify ext/SDBM_File layout and build | Ed J | 2015-01-13 | 28 | -114/+17 |
* | Obsolete workaround in ext/SDBM_File/sdbm/Makefile.PL. | Craig A. Berry | 2014-12-16 | 1 | -5/+0 |
* | SvREFCNT_dec_NN in SDBM | Daniel Dragan | 2014-12-11 | 2 | -2/+2 |
* | Stop test suite filling /tmp | David Mitchell | 2014-12-03 | 1 | -2/+2 |
* | Use PERL_UNUSED_RESULT. | Jarkko Hietaniemi | 2014-06-02 | 1 | -2/+3 |
* | Allow blead to compile under some g++ | Karl Williamson | 2014-02-05 | 1 | -1/+0 |
* | Long verbatim lines in SDBM_File.pm | Father Chrysostomos | 2013-12-18 | 1 | -3/+3 |
* | [perl #114350] improved documentation | Kevin Ryde | 2013-12-18 | 1 | -48/+27 |
* | [perl #114350] access to sdbm_prep() | Tony Cook | 2013-12-18 | 3 | -4/+77 |
* | [perl #114350] add exportable PAGFEXT, DIRFEXT and PAIRMAX constants | Tony Cook | 2013-12-18 | 3 | -1/+28 |
* | fix 'ignoring return value' compiler warnings | David Mitchell | 2013-11-24 | 1 | -1/+6 |
* | SDBM_File: fix 'set but not used' warning | David Mitchell | 2013-11-18 | 2 | -2/+1 |
* | For SDBM_File, stop EU::MM from generating its default subdirs rule. | Nicholas Clark | 2013-08-24 | 1 | -0/+6 |
* | Eliminate the fifth argument from GDBM_File::TIEHASH. | Nicholas Clark | 2012-12-13 | 1 | -1/+0 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 10 | -98/+98 |
* | Fix C++, MYMALLOC, sdbm combination. | Craig A. Berry | 2012-09-09 | 1 | -0/+9 |
* | extern "C" for sdbm.c. | Craig A. Berry | 2012-06-03 | 1 | -0/+7 |
* | sdbm.c: fix off-by-one access to global ".dir" | Reini Urban | 2012-03-09 | 1 | -7/+7 |
* | Remove the obsolete code for NO_EMBED from sdbm.h | Nicholas Clark | 2011-12-09 | 1 | -5/+1 |
* | [RT #36079] Where sensible, replace consecutive single quotation marks with a... | jkeenan | 2011-11-22 | 2 | -11/+11 |
* | [RT #36079] Convert ` to '. | jkeenan | 2011-11-22 | 2 | -18/+18 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 4 | -5/+5 |
* | 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 | -494/+2 |
* | 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 | -6/+5 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename. | Nicholas Clark | 2010-12-16 | 1 | -5/+8 |
* | Convert ext/SDBM_File/t/sdbm.t to Test::More. | Nicholas Clark | 2010-12-15 | 1 | -100/+93 |
* | Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t. | Nicholas Clark | 2010-12-15 | 1 | -18/+0 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -1/+1 |
* | Remove two use of dXSI32; superfluous because xsubpp automatically adds it. | Nicholas Clark | 2010-11-04 | 1 | -2/+0 |
* | Increase SDBM_File’s version | Father Chrysostomos | 2010-10-27 | 1 | -1/+1 |
* | SDBM_File::{error,clearerr} can be implemented as XS ALIASes. | Nicholas Clark | 2010-10-21 | 1 | -10/+5 |
* | In SDBM_File.xs, store the 4 filter functions as 1 array in the struct. | Nicholas Clark | 2010-10-21 | 2 | -42/+21 |
* | Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero(). | Nicholas Clark | 2010-10-21 | 1 | -2/+1 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 1 | -0/+0 |
* | Avoid using defined @array in core tests. | Nicholas Clark | 2009-10-23 | 1 | -1/+1 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -2/+0 |
* | In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s. | Nicholas Clark | 2009-04-03 | 1 | -6/+11 |
* | Don't needlessly assign to pagname (which seems to make clang even happier). | Nicholas Clark | 2009-04-03 | 1 | -1/+1 |
* | Don't assign needlessly to dirname. (which seems to make clang happier.) | Nicholas Clark | 2009-04-03 | 1 | -1/+1 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+2 |