This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / SDBM_File /
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...
2001-08-15 Nikola Knezevicfixing SDBM_File problems under win32
2001-06-23 Jarkko HietaniemiMisplaced test file; plus Cygwin filesystem semantics.
2001-05-03 Jarkko HietaniemiRemove unused files; noted by Sarathy.
2001-02-20 Jarkko Hietaniemistrict-w-proof the ?DBM_File, from Paul Marquess.
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-10 Paul MarquessRE: [ID 20001013.009] DB_File issues warning when setti...
2000-11-14 Jarkko HietaniemiRedo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin StuhlGet PerlIO building on Win32
2000-11-07 kipp@shonanblue... Fake support of holey files in win/dosish platforms.
2000-10-20 Charles BaileySYN SYN
2000-09-14 Russ AllberyRe: Two advertising clauses need to be removed
2000-08-18 Jarkko HietaniemiDocument the NDBM_File and ODBM_File as SDBM_File
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-17 Mark-Jason DominusSDBM_File documentation
2000-02-16 Jarkko HietaniemiHP-UX 64-bitness/largefile fixes.
2000-02-15 Gurusamy Sarathyfix leaks in *DBM_File; safemalloc()ed things need...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyuse builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathycygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-05 Benjamin Stuhlapplied somewhat modified version of suggested patch
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-09-29 Charles Baileyresync with mainline
1999-09-05 Gurusamy Sarathyfix data loss when more than one block is read from...
1999-09-01 Fifer, Eric[ID 19990821.001] [PATCH] perl5.005_60 cygwin port
1999-08-03 Jarkko HietaniemiChange #3790 redemption: with a little additional
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-01 Gurusamy Sarathyrename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-08-01 Jarkko HietaniemiUndo #3790 and the patches that attempted to fix it
1999-08-01 Jarkko HietaniemiSolaris doesn't like PERL_MALLOC_OK in SDBM_File.
1999-07-31 Jarkko HietaniemiDigital UNIX 4.0D doesn't like perl malloc on sdbm
1999-07-27 Gurusamy Sarathyprovide MakeMaker attribute PERL_MALLOC_OK that allows...
1999-07-27 Andy DoughertyRe: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
1999-07-17 Gurusamy Sarathynoecho noops (from Nicholas Clark <nick@flirble.org>)
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Paul MarquessDBM Filters
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-05-21 Gurusamy Sarathys/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathyvarious little nits
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-05-08 Nick Ing-SimmonsBring SDBM_File.xs into line with new typemap
1999-05-07 Paul MarquessDBM Filters (via private mail)
1999-03-25 Russ Allbery[5.005_56] Add EXISTS to SDBM_File and libsdbm
1999-02-18 Gurusamy Sarathymissing PERL_POLLUTE_MALLOC
1999-02-08 Gurusamy Sarathymake EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-02-07 Masahiro KAJIURAavoid garbage in db->dirbuf
1998-10-15 Gurusamy Sarathycorrect bugs exposed in MM_Unix.pm by commenting out...
1998-08-04 Gurusamy Sarathyremove useless 'rcsid' (extension of a suggestion by
next