summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
Commit message (Expand)AuthorAgeFilesLines
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s.Nicholas Clark2009-04-031-6/+11
* Don't needlessly assign to pagname (which seems to make clang even happier).Nicholas Clark2009-04-031-1/+1
* Don't assign needlessly to dirname. (which seems to make clang happier.)Nicholas Clark2009-04-031-1/+1
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+2
* Fix "grep in void context" warningsRafael Garcia-Suarez2008-01-061-2/+2
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-5/+9
* ext/ constingRobin Barker2007-12-223-5/+5
* First patch from:Jan Dubois2006-12-111-1/+1
* Fix segfault in SDBM_File when the destructor is called multiple timesRafael Garcia-Suarez2006-05-242-11/+13
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-201-0/+4
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Silence compiler warning in SDBM_FileSteve Hay2005-06-271-1/+1
* Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to u...Andy Dougherty2005-05-231-5/+3
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
* PATCH: *DB*_File Paul Marquess2003-12-271-2/+2
* Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.Rafael Garcia-Suarez2003-12-261-9/+12
* another ext/SDBM_File/sdbm build fixCraig A. Berry2003-12-051-3/+2
* Last stab at sdbm/Makefile.PLMichael G. Schwern2003-11-121-2/+1
* Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19Michael G. Schwern2003-11-051-11/+6
* Temporary kludge to allow SDBM_File being builtRafael Garcia-Suarez2003-11-041-0/+4
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-1/+1
* De-cargo-cult.Jarkko Hietaniemi2003-08-311-1/+1
* Make XSLoader.t more robust (and sdbm.t more verbose)Jarkko Hietaniemi2003-08-301-1/+1
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-272-3/+7
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* Schwern says this is most probably an old VMS MakeMakerJarkko Hietaniemi2003-07-311-1/+0
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* MM hackery and whitespace changesMichael G. Schwern2003-04-011-21/+8
* Remove stale e-mail addressesAndy Dougherty2002-12-111-1/+1
* cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/shar...Nicholas Clark2002-09-081-4/+4
* Fix DBM filtersPaul Marquess2002-08-223-46/+53
* SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)Nicholas Clark2002-05-211-1/+1
* ext/SDBM_File/sdbm.t -- VOS fixPaul Green2002-01-191-1/+1
* The non-MakeMaker.pm parts ofTels2002-01-161-1/+1
* cleaner close on tests, take 2 Andreas König2001-12-291-1/+1
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-222-2/+45
* WIN64 (Itanium) port of Perl 5.6.1Randolf Werner2001-10-161-2/+1
* remove stray CRs in files; keep all files with UNIX line-endsGurusamy Sarathy2001-09-021-2/+2
* fixing SDBM_File problems under win32Nikola Knezevic2001-08-151-2/+2
* Misplaced test file; plus Cygwin filesystem semantics.Jarkko Hietaniemi2001-06-231-0/+429
* Remove unused files; noted by Sarathy.Jarkko Hietaniemi2001-05-032-186/+0
* strict-w-proof the ?DBM_File, from Paul Marquess.Jarkko Hietaniemi2001-02-201-0/+1
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+1
* RE: [ID 20001013.009] DB_File issues warning when setting element to undefPaul Marquess2000-12-102-3/+9
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-15/+15
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-6/+15
* Fake support of holey files in win/dosish platforms.kipp@shonanblue.ne.jp2000-11-071-0/+21