summaryrefslogtreecommitdiff
path: root/ext/SDBM_File/SDBM_File.xs
Commit message (Expand)AuthorAgeFilesLines
* SDBM_File: specify the prototyping behaviourDavid Mitchell2015-11-241-0/+2
* Simplify ext/SDBM_File layout and buildEd J2015-01-131-1/+1
* SvREFCNT_dec_NN in SDBMDaniel Dragan2014-12-111-1/+1
* [perl #114350] access to sdbm_prep()Tony Cook2013-12-181-3/+9
* [perl #114350] add exportable PAGFEXT, DIRFEXT and PAIRMAX constantsTony Cook2013-12-181-0/+8
* SDBM_File: fix 'set but not used' warningDavid Mitchell2013-11-181-1/+0
* Remove two use of dXSI32; superfluous because xsubpp automatically adds it.Nicholas Clark2010-11-041-2/+0
* SDBM_File::{error,clearerr} can be implemented as XS ALIASes.Nicholas Clark2010-10-211-10/+5
* In SDBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-211-38/+17
* Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero().Nicholas Clark2010-10-211-2/+1
* Fix segfault in SDBM_File when the destructor is called multiple timesRafael Garcia-Suarez2006-05-241-10/+12
* Silence compiler warning in SDBM_FileSteve Hay2005-06-271-1/+1
* Fix DBM filtersPaul Marquess2002-08-221-41/+4
* SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)Nicholas Clark2002-05-211-1/+1
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-221-1/+1
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+1
* fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-151-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* DBM FiltersPaul Marquess1999-07-061-12/+2
* Bring SDBM_File.xs into line with new typemapNick Ing-Simmons1999-05-081-1/+1
* DBM Filters (via private mail)Paul Marquess1999-05-071-17/+140
* [5.005_56] Add EXISTS to SDBM_File and libsdbmRuss Allbery1999-03-251-0/+6
* Perl 5.001perl-5.001Larry Wall1995-03-121-1/+1
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+71