summaryrefslogtreecommitdiff
path: root/ext/ODBM_File
Commit message (Expand)AuthorAgeFilesLines
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Hateful software that sends my cursor keys as packets that can getNicholas Clark2007-12-221-1/+1
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-7/+12
* Make the hint file work as well on 64-bit linuxes,Rafael Garcia-Suarez2007-12-171-1/+1
* -e is better than -f (in case of symbolic links)Rafael Garcia-Suarez2007-11-151-1/+1
* Adjust ODBM_File for Debian. See:David Cantrell2007-11-151-1/+7
* [perl #45093] Can't find ODBM library while compiling 5.9.5 Clinton Gormley2007-09-011-2/+1
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-082-2/+2
* RE: g++ compile and make test 100%Robin Barker2006-10-121-1/+1
* Following Jarkko's advice, it seems that ODBM_File cannot beRafael Garcia-Suarez2006-08-251-9/+1
* change 28744 broke ODBM_FileRobin Barker2006-08-241-2/+10
* g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim...Jarkko Hietaniemi2006-08-222-3/+3
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-312-0/+2
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-041-1/+1
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-1/+1
* PATCH: *DB*_File Paul Marquess2003-12-271-3/+3
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searc...Gerrit P. Haase2003-08-081-1/+1
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* Remove stale e-mail addressesAndy Dougherty2002-12-113-3/+3
* Incorporate fix from JHI at:Abhijit Menon-Sen2002-08-231-5/+0
* Fix DBM filtersPaul Marquess2002-08-223-29/+54
* SuSE 8.0 at least needs hints to use -lgdbm for ODBM_FileNick Ing-Simmons2002-07-091-0/+3
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-1/+18
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-223-2/+58
* Misplaced test file; plus Cygwin filesystem semantics.Jarkko Hietaniemi2001-06-231-429/+0
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+866
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-0/+10
* more pod patchesMichael Stevens2001-03-161-3/+3
* strict-w-proof the ?DBM_File, from Paul Marquess.Jarkko Hietaniemi2001-02-201-0/+1
* DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.Jarkko Hietaniemi2001-01-041-0/+5
* RE: [ID 20001013.009] DB_File issues warning when setting element to undefPaul Marquess2000-12-102-3/+9
* Document the NDBM_File and ODBM_File as SDBM_FileJarkko Hietaniemi2000-08-181-4/+83
* avoid warnings due to redefined NULLGurusamy Sarathy2000-02-161-7/+0
* fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-151-0/+1
* typos in change#4623Gurusamy Sarathy2000-01-241-1/+1
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-4/+2
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-0/+2
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+3
* use libdbm.nfs.a if available (libdbm.a is missing dbmclose())Mike Hopkirk1999-10-131-4/+4
* Replace change #4100 withRobin Barker1999-09-131-1/+1
* Fix pointer casts.Robin Barker1999-09-071-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-062-10/+3
* fix typo in dbm filters that caused odbm.t to failGurusamy Sarathy1999-05-091-2/+2
* DBM Filters (via private mail)Paul Marquess1999-05-073-15/+118