This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define also Perl's calloc() macro
[perl5.git] / ext / SDBM_File /
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-14 Lukas Maidelete unused file from SDBM_File
2017-10-14 Lukas Maiget rid of "implicit fallthrough" warnings in SDBM_File
2017-10-14 Lukas MaiSDBM_File: tabs -> spaces
2017-10-14 Aaron CraneDelete unused files from ext/SDBM_File
2015-11-24 David MitchellSDBM_File: specify the prototyping behaviour
2015-10-09 Jarkko HietaniemiConstant data in .c, not in a .h
2015-03-18 Karl Williamsonext/SDBM_File/sdbm/dbu.c Generalize for EBCDIC platforms
2015-01-22 Craig A. BerryFix SDBM_File clean target after ac0e53cd2e.
2015-01-22 Tony Cookfix SDBM_File builds using gcc on Win32
2015-01-20 Tony Cookavoid a build issue with non-threaded Win32 builds
2015-01-13 Ed JSimplify ext/SDBM_File layout and build
2014-12-17 Craig A. BerryObsolete workaround in ext/SDBM_File/sdbm/Makefile.PL.
2014-12-12 Daniel DraganSvREFCNT_dec_NN in SDBM
2014-12-03 David MitchellStop test suite filling /tmp
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-02-05 Karl WilliamsonAllow blead to compile under some g++
2013-12-18 Father ChrysostomosLong verbatim lines in SDBM_File.pm
2013-12-17 Kevin Ryde[perl #114350] improved documentation
2013-12-17 Tony Cook[perl #114350] access to sdbm_prep()
2013-12-17 Tony Cook[perl #114350] add exportable PAGFEXT, DIRFEXT and...
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-18 David MitchellSDBM_File: fix 'set but not used' warning
2013-08-24 Nicholas ClarkFor SDBM_File, stop EU::MM from generating its default...
2012-12-13 Nicholas ClarkEliminate the fifth argument from GDBM_File::TIEHASH.
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-09-10 Craig A. BerryFix C++, MYMALLOC, sdbm combination.
2012-06-03 Craig A. Berryextern "C" for sdbm.c.
2012-03-09 Reini Urbansdbm.c: fix off-by-one access to global ".dir"
2011-12-09 Nicholas ClarkRemove the obsolete code for NO_EMBED from sdbm.h
2011-11-23 jkeenan[RT #36079] Where sensible, replace consecutive single...
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-19 Zeframbump version of many modules
2010-12-16 Nicholas ClarkMove common code from ext/[GONS]DBM_File/t/[gons]dbm...
2010-12-16 Nicholas ClarkConverge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameteri...
2010-12-16 Nicholas ClarkConverge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.
2010-12-16 Nicholas ClarkConverge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using...
2010-12-15 Nicholas ClarkConvert ext/SDBM_File/t/sdbm.t to Test::More.
2010-12-15 Nicholas ClarkRemove redundant use strict,warnings,?DBM_File from...
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-04 Nicholas ClarkRemove two use of dXSI32; superfluous because xsubpp...
2010-10-27 Father ChrysostomosIncrease SDBM_File’s version
2010-10-21 Nicholas ClarkSDBM_File::{error,clearerr} can be implemented as XS...
2010-10-21 Nicholas ClarkIn SDBM_File.xs, store the 4 filter functions as 1...
2010-10-21 Nicholas ClarkConvert [GNOS]DBM_File::TIEHASH to safecalloc() from...
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-07-24 David GoldenGlobal executable bit cleanup
2009-10-23 Nicholas ClarkAvoid using defined @array in core tests.
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-04-03 Nicholas ClarkIn sdbm_open(), replace strcat()s and strcpy()s with...
2009-04-03 Nicholas ClarkDon't needlessly assign to pagname (which seems to...
2009-04-03 Nicholas ClarkDon't assign needlessly to dirname. (which seems to...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-01-06 Rafael Garcia-SuarezFix "grep in void context" warnings
2007-12-22 Nicholas ClarkExterminate PL_na! Exterminate! Exterminate! Exterminate!
2007-12-22 Robin Barkerext/ consting
2006-12-11 Jan DuboisFirst patch from:
2006-05-24 Rafael Garcia-SuarezFix segfault in SDBM_File when the destructor is called...
2006-02-20 Dominic DunlopMake SDBM_File work with -Duse64bitall on Darwin (Mac...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-06-27 Steve HaySilence compiler warning in SDBM_File
2005-05-23 Andy DoughertyRe: [perl #35938] [PATCH] SDBM_File fails to build...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2003-12-27 Paul MarquessPATCH: *DB*_File
2003-12-26 Rafael Garcia-SuarezRestore ext/SDBM_File/sdbm/Makefile to its pre-21655...
2003-12-05 Craig A. Berryanother ext/SDBM_File/sdbm build fix
2003-11-12 Michael G. SchwernLast stab at sdbm/Makefile.PL
2003-11-05 Michael G. SchwernRe: [ANNOUNCE] ExtUtils::MakeMaker 6.19
2003-11-04 Rafael Garcia-SuarezTemporary kludge to allow SDBM_File being built
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-08-31 Jarkko HietaniemiDe-cargo-cult.
2003-08-30 Jarkko HietaniemiMake XSLoader.t more robust (and sdbm.t more verbose)
2003-08-27 Jarkko HietaniemiUltrix tweaks: <string.h> must not be included twice
2003-08-14 Jarkko HietaniemiXS contents changes versus VERSION non-changes.
2003-07-31 Jarkko HietaniemiSchwern says this is most probably an old VMS MakeMaker
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-04-01 Michael G. SchwernMM hackery and whitespace changes
2002-12-11 Andy DoughertyRemove stale e-mail addresses
2002-09-08 Nicholas Clarkcleanup temp files (was Re: Smoke 17805 irix 6.5 6...
2002-08-22 Paul MarquessFix DBM filters
2002-05-21 Nicholas ClarkSDBM_File.xs warning (was Re: danger! op\fork.t#2 cause...
2002-01-20 Nick Ing-SimmonsIntegrate mainline
2002-01-19 Paul Greenext/SDBM_File/sdbm.t -- VOS fix
2002-01-17 Nick Ing-SimmonsIntegrate mainline (for ndbm fixes etc.)
2002-01-16 TelsThe non-MakeMaker.pm parts of
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-10-22 Paul MarquessFix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-10-16 Randolf WernerWIN64 (Itanium) port of Perl 5.6.1
2001-09-02 Gurusamy Sarathyremove stray CRs in files; keep all files with UNIX...
next