summaryrefslogtreecommitdiff
path: root/ext/GDBM_File/GDBM_File.xs
Commit message (Expand)AuthorAgeFilesLines
* GDBM_File: fix fetching mmapsizeTony Cook2022-06-031-1/+1
* gdbm: Define error codes; provide the global $gdbm_errno variable.Sergey Poznyakoff2021-11-021-3/+68
* GDBM_File: Implement crash-tolerance and export/import functions.Sergey Poznyakoff2021-10-141-40/+205
* 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
* Fix GDBM_File to compile with version 1.20 and earlierSergey Poznyakoff2021-06-231-6/+5
* GDBM_File: minor changesSergey Poznyakoff2021-01-061-3/+2
* Improve GDBM_FileSergey Poznyakoff2021-01-061-38/+670
* retry gdbm_open() upon block size errorZefram2017-12-161-12/+21
* 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-131-5/+2
* GDBM_File is meant to croak() if the gdbm library has a fatal error.Nicholas Clark2012-12-131-1/+6
* Add PERL_NO_GET_CONTEXT to GDBM_FileNicholas Clark2011-03-191-0/+2
* In [GNO]DBM_File.xs, store the 4 filter functions as 1 array in the struct.Nicholas Clark2010-10-211-38/+18
* Convert [GNOS]DBM_File::TIEHASH to safecalloc() from safemalloc() then Zero().Nicholas Clark2010-10-211-2/+1
* [GNO]DBM_File must free any filter CVs in DESTROY.Nicholas Clark2010-10-211-0/+8
* [perl #71676] GDBM_File support on Win32kmx2010-01-181-0/+1
* Use the system's free to dealloc a PV allocated by the systemRafael Garcia-Suarez2005-11-221-5/+1
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-1/+1
* Fix DBM filtersPaul Marquess2002-08-221-43/+4
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-2/+2
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-221-2/+3
* Re: perl@10611 Nicholas Clark2001-06-161-204/+2
* GDBM_File (wasRe: ext/ + -Wall)Nicholas Clark2001-06-151-109/+179
* ext/ + -WallDoug MacEachern2001-06-121-0/+4
* ext/GDBM_File GDBM_NOLOCK constantPaul Lindner2001-03-161-0/+6
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+3
* Replace #6721, GDBM, system malloc, and LEAKTEST.Jarkko Hietaniemi2001-01-081-1/+1
* (Replaced by #8364.)Radu Greab2000-08-201-1/+1
* fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-151-0/+1
* DBM FiltersPaul Marquess1999-07-061-9/+2
* no such thing as gdbm_clearerr() (from Andy Dougherty)Gurusamy Sarathy1999-07-051-1/+0
* GDBM tweakGurusamy Sarathy1999-06-111-1/+1
* DBM Filters (via private mail)Paul Marquess1999-05-071-20/+126
* ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)Gurusamy Sarathy1999-02-181-5/+18
* Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-1/+1
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-6/+3
* perl5.002beta3Perl 5 Porters1996-02-021-1/+1
* 5.002 beta 1Larry Wall1995-11-211-0/+1
* This is my patch patch.1m for perl5.001.Andy Dougherty1995-06-221-0/+10
* This is my patch patch.1h for perl5.001.Andy Dougherty1995-05-241-0/+17
* Perl 5.001perl-5.001Larry Wall1995-03-121-1/+1
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+218