| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+18 |
* | Fix for FETCH/NEXTKEY problem in all *DB*_File modules | Paul Marquess | 2001-10-22 | 3 | -2/+58 |
* | Misplaced test file; plus Cygwin filesystem semantics. | Jarkko Hietaniemi | 2001-06-23 | 1 | -429/+0 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 2 | -0/+866 |
* | Configure tweaks; add prototype probes, make the cpp symbols | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+10 |
* | more pod patches | Michael Stevens | 2001-03-16 | 1 | -3/+3 |
* | strict-w-proof the ?DBM_File, from Paul Marquess. | Jarkko Hietaniemi | 2001-02-20 | 1 | -0/+1 |
* | DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>. | Jarkko Hietaniemi | 2001-01-04 | 1 | -0/+5 |
* | RE: [ID 20001013.009] DB_File issues warning when setting element to undef | Paul Marquess | 2000-12-10 | 2 | -3/+9 |
* | Document the NDBM_File and ODBM_File as SDBM_File | Jarkko Hietaniemi | 2000-08-18 | 1 | -4/+83 |
* | avoid warnings due to redefined NULL | Gurusamy Sarathy | 2000-02-16 | 1 | -7/+0 |
* | fix leaks in *DBM_File; safemalloc()ed things need to be freed with | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
* | typos in change#4623 | Gurusamy Sarathy | 2000-01-24 | 1 | -1/+1 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -4/+2 |
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 1 | -0/+2 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | use libdbm.nfs.a if available (libdbm.a is missing dbmclose()) | Mike Hopkirk | 1999-10-13 | 1 | -4/+4 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -1/+1 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 2 | -10/+3 |
* | fix typo in dbm filters that caused odbm.t to fail | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+2 |
* | DBM Filters (via private mail) | Paul Marquess | 1999-05-07 | 3 | -15/+118 |
* | correct bugs exposed in MM_Unix.pm by commenting out Selfloader | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+1 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 2 | -3/+3 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -1/+1 |
* | [PATCH 5.004_62} Config_62-01 patch available. | Andy Dougherty | 1998-03-16 | 1 | -1/+5 |
* | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -2/+2 |
* | [win32] Fix autovivification problems with XSUB OUTPUT args | Gurusamy Sarathy | 1998-01-19 | 1 | -2/+2 |
* | PATCH: make DBM*_File modules sub-classable | Paul Marquess | 1997-08-07 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h] | Perl 5 Porters | 1997-04-23 | 1 | -1/+3 |
* | [inseparable changes from match from perl5.003_28 to perl-5.003_90] | Perl 5 Porters | 1997-02-22 | 1 | -0/+4 |
* | Try to work around "bad free" in dbmclose(). | Perl 5 Porters | 1996-09-08 | 2 | -0/+8 |
* | perl 5.003_05: ext/ODBM_File/ODBM_File.xs | Perl 5 Porters | 1996-09-07 | 1 | -0/+15 |
* | Quote string argument in example -- necessary if using strict subs | Perl 5 Porters | 1996-07-15 | 1 | -1/+1 |
* | Add NAME attribute to suppress MakeMaker "guess" warning | Perl 5 Porters | 1996-06-23 | 1 | -0/+1 |
* | perl 5.002perl-5.002 | Andy Dougherty | 1996-02-28 | 1 | -0/+18 |
* | VERSION Patch | Paul Marquess | 1996-02-06 | 1 | -4/+8 |
* | perl5.002beta3 | Perl 5 Porters | 1996-02-02 | 3 | -0/+8 |
* | perl 5.002beta2 patch | Perl 5 Porters | 1996-01-13 | 1 | -1/+5 |
* | 5.002 beta 1 | Larry Wall | 1995-11-21 | 3 | -3/+3 |
* | This is my patch patch.1n for perl5.001.perl-5.001n | Andy Dougherty | 1995-10-31 | 1 | -1/+7 |
* | This is my patch patch.1j for perl5.001. | Andy Dougherty | 1995-06-05 | 4 | -1/+12 |
* | Perl 5.001perl-5.001 | Larry Wall | 1995-03-12 | 1 | -1/+1 |
* | perl5.000 patch.0j: fix minor portability and build problems remaining even a... | Andy Dougherty | 1995-02-07 | 1 | -1/+1 |
* | This is my patch patch.0a for perl5.000. | Tim Bunce | 1994-12-19 | 2 | -213/+2 |
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 4 | -0/+344 |