| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix "grep in void context" warnings | Rafael Garcia-Suarez | 2008-01-06 | 1 | -2/+2 |
* | Exterminate PL_na! Exterminate! Exterminate! Exterminate! | Nicholas Clark | 2007-12-22 | 1 | -5/+9 |
* | ext/ consting | Robin Barker | 2007-12-22 | 3 | -5/+5 |
* | First patch from: | Jan Dubois | 2006-12-11 | 1 | -1/+1 |
* | Fix segfault in SDBM_File when the destructor is called multiple times | Rafael Garcia-Suarez | 2006-05-24 | 2 | -11/+13 |
* | Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X) | Dominic Dunlop | 2006-02-20 | 1 | -0/+4 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -1/+1 |
* | Silence compiler warning in SDBM_File | Steve Hay | 2005-06-27 | 1 | -1/+1 |
* | Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to u... | Andy Dougherty | 2005-05-23 | 1 | -5/+3 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -1/+1 |
* | PATCH: *DB*_File | Paul Marquess | 2003-12-27 | 1 | -2/+2 |