Nearly-working threads re-structuring. Do not integrate,
[p5sagit/p5-mst-13.2.git] / ext / SDBM_File /
2002-01-17 Nick Ing-Simmons Integrate mainline (for ndbm fixes etc.)
2002-01-16 Tels The non-MakeMaker.pm parts of
2001-12-29 Andreas König cleaner close on tests, take 2
2001-10-22 Paul Marquess Fix for FETCH/NEXTKEY problem in all *DB*_File modules
2001-10-16 Randolf Werner WIN64 (Itanium) port of Perl 5.6.1
2001-09-02 Gurusamy Sarathy remove stray CRs in files; keep all files with UNIX...
2001-08-15 Nikola Knezevic fixing SDBM_File problems under win32
2001-06-23 Jarkko Hietaniemi Misplaced test file; plus Cygwin filesystem semantics.
2001-05-03 Jarkko Hietaniemi Remove unused files; noted by Sarathy.
2001-02-20 Jarkko Hietaniemi strict-w-proof the ?DBM_File, from Paul Marquess.
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-10 Paul Marquess RE: [ID 20001013.009] DB_File issues warning when setti...
2000-11-14 Jarkko Hietaniemi Redo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin Stuhl Get PerlIO building on Win32
2000-11-07 kipp@shonanblue... Fake support of holey files in win/dosish platforms.
2000-10-20 Charles Bailey SYN SYN
2000-09-14 Russ Allbery Re: Two advertising clauses need to be removed
2000-08-18 Jarkko Hietaniemi Document the NDBM_File and ODBM_File as SDBM_File
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-17 Mark-Jason Dominus SDBM_File documentation
2000-02-16 Jarkko Hietaniemi HP-UX 64-bitness/largefile fixes.
2000-02-15 Gurusamy Sarathy fix leaks in *DBM_File; safemalloc()ed things need...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-23 Gurusamy Sarathy s/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 Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-05 Benjamin Stuhl applied somewhat modified version of suggested patch
1999-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
1999-09-29 Charles Bailey resync with mainline
1999-09-05 Gurusamy Sarathy fix 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 Hietaniemi Change #3790 redemption: with a little additional
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-01 Gurusamy Sarathy rename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-08-01 Jarkko Hietaniemi Undo #3790 and the patches that attempted to fix it
1999-08-01 Jarkko Hietaniemi Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
1999-07-31 Jarkko Hietaniemi Digital UNIX 4.0D doesn't like perl malloc on sdbm
1999-07-27 Gurusamy Sarathy provide MakeMaker attribute PERL_MALLOC_OK that allows...
1999-07-27 Andy Dougherty Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
1999-07-17 Gurusamy Sarathy noecho noops (from Nicholas Clark <nick@flirble.org>)
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Paul Marquess DBM Filters
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-21 Gurusamy Sarathy s/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathy various little nits
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-08 Nick Ing-Simmons Bring SDBM_File.xs into line with new typemap
1999-05-07 Paul Marquess DBM Filters (via private mail)
1999-03-25 Russ Allbery [5.005_56] Add EXISTS to SDBM_File and libsdbm
1999-02-18 Gurusamy Sarathy missing PERL_POLLUTE_MALLOC
1999-02-08 Gurusamy Sarathy make EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-02-07 Masahiro KAJIURA avoid garbage in db->dirbuf
1998-10-15 Gurusamy Sarathy correct bugs exposed in MM_Unix.pm by commenting out...
1998-08-04 Gurusamy Sarathy remove useless 'rcsid' (extension of a suggestion by
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-12 Jarkko Hietaniemi generic Configure mods and HAS_GROUP additions to help...
1998-06-21 Hans Mulder fixup patches for VMS
1998-06-10 Dan Sugalski A tweaked version of:
1998-05-14 Gurusamy Sarathy [win32] merge changes#752,753 from maintbranch
1998-04-04 Gurusamy Sarathy [win32] remove __declspec kludge in sdbm.h in favor...
1998-04-04 Gurusamy Sarathy [win32] the EXTCONST in sdbm.h breaks SDBM on Borland...
1998-04-02 Malcolm Beattie Change 854 added { NULL, 0 } to sdbm.h which needs...
1998-04-02 Charles Bailey Next wave of _63 VMS patches
1998-02-27 Hans Mulder [PATCH 5.004_60] Fix to MM_VMS.PM
1998-02-09 Gurusamy Sarathy [win32] enhancements to previous patch for XSUB OUTPUT...
1998-01-19 Gurusamy Sarathy [win32] Fix autovivification problems with XSUB OUTPUT...
1997-11-26 Gurusamy Sarathy [win32] Various changes to make it build cleanly and...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-08-06 Paul Marquess PATCH: make DBM*_File modules sub-classable
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-06-11 Tim Bunce sdbm can fail if a config.h exists in system directories
1997-04-18 Chip Salzenberg Fix NAME in SDBM_File build
1997-04-14 Perl 5 Porters [inseparable changes from patch from perl-5.003_97d...
1996-12-23 Chip Salzenberg Use "proto" instead of "_" in sdbm.h
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-12-06 Hallvard B Furuseth Re: Namespace cleanup: Does SDBM need binary compatibility?
1996-11-29 Perl 5 Porters [inseparable changes from patch from perl5.003_09 to...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-10-08 Perl 5 Porters perl 5.003_07: ext/SDBM_File/sdbm/sdbm.h perl.h
1996-10-08 Perl 5 Porters perl 5.003_06: ext/SDBM_File/sdbm/sdbm.h
1996-07-31 Charles Bailey perl 5.003_01: [patch re-organisation and patch series...
1996-06-23 Perl 5 Porters Add NAME attribute to suppress MakeMaker "guess" warning
1996-06-17 Perl 5 Porters Change name in Makefile.PL for clarity
1996-07-15 Perl 5 Porters Quote string argument in example -- necessary if using...
1996-02-29 Andy Dougherty perl 5.002
1996-02-06 Paul Marquess VERSION Patch
1996-02-03 Perl 5 Porters perl5.002beta3
1996-01-11 Perl 5 Porters Give correct prototype for free.
1996-01-13 Perl 5 Porters perl 5.002beta2 patch
1996-08-20 Perl 5 Porters Change the Mymalloc to match Perl_malloc in perl.h.
1995-11-20 Larry Wall 5.002 beta 1
1995-05-24 Andy Dougherty This is my patch patch.1h for perl5.001.
next