| Commit message (Expand) | Author | Age | Files | Lines |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | [perl #71676] GDBM_File support on Win32 | kmx | 2010-01-18 | 1 | -0/+1 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -2/+0 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | Fix up .gitignore files some more | Florian Ragwitz | 2008-12-19 | 1 | -0/+1 |
* | GDBM_File isn't dual life, so no need for a dev module version number. | Nicholas Clark | 2008-03-29 | 1 | -2/+2 |
* | dev version numbers, xs and warnings dont play together nicely, so use MM->pa... | Yves Orton | 2008-01-07 | 2 | -1/+2 |
* | Silence new warning grep in void context warning in various modules and test ... | Yves Orton | 2008-01-06 | 2 | -3/+4 |
* | Exterminate PL_na! Exterminate! Exterminate! Exterminate! | Nicholas Clark | 2007-12-22 | 1 | -6/+11 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -1/+2 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -1/+1 |
* | Use the system's free to dealloc a PV allocated by the system | Rafael Garcia-Suarez | 2005-11-22 | 1 | -5/+1 |
* | PATCH: *DB*_File | Paul Marquess | 2003-12-27 | 1 | -4/+4 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 1 | -0/+0 |
* | integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5 | Hugo van der Sanden | 2002-12-02 | 2 | -4/+13 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -1/+1 |
* | Fix DBM filters | Paul Marquess | 2002-08-22 | 3 | -49/+53 |
* | More NetBSD patches from Johnny Lam. | Jarkko Hietaniemi | 2002-04-27 | 1 | -1/+1 |
* | Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7 | Nicholas Clark | 2002-03-19 | 1 | -0/+1 |
* | (was Re: [PATCH @13746] h2xs) | Nicholas Clark | 2002-03-04 | 2 | -4/+3 |
* | Fix for FETCH/NEXTKEY problem in all *DB*_File modules | Paul Marquess | 2001-10-22 | 3 | -3/+60 |
* | Remove string eval from AUTOLOAD | Jonathan Stowe | 2001-09-30 | 1 | -2/+3 |
* | Cygwin too has different permission semantics. | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+1 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 1 | -0/+427 |
* | Re: perl@10611 | Nicholas Clark | 2001-06-16 | 1 | -204/+2 |
* | Re: perl@10611 | Nicholas Clark | 2001-06-16 | 1 | -0/+10 |
* | Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall) | Russ Allbery | 2001-06-15 | 1 | -4/+4 |
* | GDBM_File (wasRe: ext/ + -Wall) | Nicholas Clark | 2001-06-15 | 2 | -125/+182 |
* | ext/ + -Wall | Doug MacEachern | 2001-06-12 | 1 | -0/+4 |
* | ext/GDBM_File GDBM_NOLOCK constant | Paul Lindner | 2001-03-16 | 2 | -1/+8 |
* | strict-w-proof the ?DBM_File, from Paul Marquess. | Jarkko Hietaniemi | 2001-02-20 | 1 | -0/+1 |
* | [patch] -Wall cleanup round 2 | Doug MacEachern | 2001-02-18 | 1 | -1/+3 |
* | Replace #6721, GDBM, system malloc, and LEAKTEST. | Jarkko Hietaniemi | 2001-01-08 | 1 | -1/+1 |
* | RE: [ID 20001013.009] DB_File issues warning when setting element to undef | Paul Marquess | 2000-12-10 | 2 | -3/+9 |
* | (Replaced by #8364.) | Radu Greab | 2000-08-20 | 1 | -1/+1 |
* | fix leaks in *DBM_File; safemalloc()ed things need to be freed with | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | INSTALL =~ s/5.006/5.6/; delay loading Errno until needed | Gurusamy Sarathy | 1999-07-26 | 1 | -2/+1 |
* | Use Errno more extensively so that error | oracle@pcr8.pcr.com | 1999-07-21 | 1 | -1/+2 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 2 | -10/+3 |
* | no such thing as gdbm_clearerr() (from Andy Dougherty) | Gurusamy Sarathy | 1999-07-05 | 1 | -1/+0 |
* | GDBM tweak | Gurusamy Sarathy | 1999-06-11 | 2 | -3/+3 |
* | DBM Filters (via private mail) | Paul Marquess | 1999-05-07 | 3 | -25/+141 |
* | ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d) | Gurusamy Sarathy | 1999-02-18 | 3 | -12/+20 |
* | 5.005_54 (hints) SCO 3/5 hint files and SysV correction | François Désarménien | 1999-02-03 | 1 | -0/+2 |
* | 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 | 1 | -2/+2 |
* | [win32] merge changes#752,753 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+1 |