| Commit message (Expand) | Author | Age | Files | Lines |
* | Exterminate PL_na! Exterminate! Exterminate! Exterminate! | Nicholas Clark | 2007-12-22 | 1 | -7/+12 |
* | Make the hint file work as well on 64-bit linuxes, | Rafael Garcia-Suarez | 2007-12-17 | 1 | -1/+1 |
* | -e is better than -f (in case of symbolic links) | Rafael Garcia-Suarez | 2007-11-15 | 1 | -1/+1 |
* | Adjust ODBM_File for Debian. See: | David Cantrell | 2007-11-15 | 1 | -1/+7 |
* | [perl #45093] Can't find ODBM library while compiling 5.9.5 | Clinton Gormley | 2007-09-01 | 1 | -2/+1 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 2 | -2/+2 |
* | RE: g++ compile and make test 100% | Robin Barker | 2006-10-12 | 1 | -1/+1 |
* | Following Jarkko's advice, it seems that ODBM_File cannot be | Rafael Garcia-Suarez | 2006-08-25 | 1 | -9/+1 |
* | change 28744 broke ODBM_File | Robin Barker | 2006-08-24 | 1 | -2/+10 |
* | g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim... | Jarkko Hietaniemi | 2006-08-22 | 2 | -3/+3 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | [perl #33998] [PATCH] Support for GNU/kFreeBSD | Robert Millan | 2005-01-31 | 2 | -0/+2 |
* | Bump version numbers for modules that have changed since 5.8.3 | Nicholas Clark | 2004-04-04 | 1 | -1/+1 |
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -1/+1 |
* | PATCH: *DB*_File | Paul Marquess | 2003-12-27 | 1 | -3/+3 |
* | XS contents changes versus VERSION non-changes. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searc... | Gerrit P. Haase | 2003-08-08 | 1 | -1/+1 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 1 | -0/+0 |
* | Remove stale e-mail addresses | Andy Dougherty | 2002-12-11 | 3 | -3/+3 |
* | Incorporate fix from JHI at: | Abhijit Menon-Sen | 2002-08-23 | 1 | -5/+0 |
* | Fix DBM filters | Paul Marquess | 2002-08-22 | 3 | -29/+54 |
* | SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File | Nick Ing-Simmons | 2002-07-09 | 1 | -0/+3 |
* | 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 |