summaryrefslogtreecommitdiff
path: root/ext/NDBM_File/NDBM_File.xs
Commit message (Expand)AuthorAgeFilesLines
* Add an EXISTS method to NDBM_FileLeon Timmermans2022-07-291-0/+6
* NDBM: silence 'unused var' warnings x 2David Mitchell2014-12-191-0/+4
* Unused var.Jarkko Hietaniemi2014-12-051-0/+2
* printf %s, cast appropriately.Jarkko Hietaniemi2014-05-291-1/+1
* Add PERL_NO_GET_CONTEXT to NDBM_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
* NDBM just isn't meant to be used with C++. So thisMarcus Holland-Moritz2008-11-061-3/+9
* Add prototype detection for NDBM header filesMarcus Holland-Moritz2008-11-061-2/+12
* Re: [perl #50180] NDBM_File fails to build Andy Dougherty2008-05-171-0/+6
* Fix typo in NDBM_File.xs and bump up the version number.Steve Peters2006-10-111-1/+1
* Make g++ happy when compiling NDBM_File on a system thatSteve Peters2006-10-091-0/+14
* Incorporate fix from JHI at:Abhijit Menon-Sen2002-08-231-4/+0
* Fix DBM filtersPaul Marquess2002-08-221-43/+4
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-221-1/+1
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-1/+1
* DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.Jarkko Hietaniemi2001-01-041-0/+5
* 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
* RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_FilePaul Marquess1999-05-281-17/+17
* DBM Filters (via private mail)Paul Marquess1999-05-071-17/+121
* Perl 5.001perl-5.001Larry Wall1995-03-121-1/+1
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+70