summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
Commit message (Collapse)AuthorAgeFilesLines
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-191-0/+1
| | | | | | | | | | | | | * Ignore generated macros.all in .gitignore for Sys::Syslog. * Add .gitignore for generated files of GDBM_File. * Ignore DynaLoader.xs in .gitignore for DynaLoader. * Put every pattern in .gitignore files on a single line. * Add some generated .xs files .gitignore of Encode. * Ignore RealPPPort.xs in .gitignore for Devel::PPPort. * Ignore ODBM_File.pm in .gitignore for lib/. * Add .gitignore for generated files of XS::APItest. * Add .gitignore for Compress::Raw::Zlib. * Ignore GDBM_File.pm in .gitignore for lib/.
* GDBM_File isn't dual life, so no need for a dev module version number.Nicholas Clark2008-03-291-2/+2
| | | p4raw-id: //depot/perl@33601
* dev version numbers, xs and warnings dont play together nicely, so use ↵Yves Orton2008-01-072-1/+2
| | | | | MM->parse_version() to smooth over the cracks.... p4raw-id: //depot/perl@32884
* Silence new warning grep in void context warning in various modules and test ↵Yves Orton2008-01-062-3/+4
| | | | | files, also silence a warning that came from a previous 'dev' version number bump. p4raw-id: //depot/perl@32883
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-221-6/+11
| | | p4raw-id: //depot/perl@32704
* ext/ constingRobin Barker2007-12-221-1/+2
| | | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399D@exchsvr2.npl.ad.local> Date: Sat, 22 Dec 2007 00:39:47 -0000 p4raw-id: //depot/perl@32703
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
| | | p4raw-id: //depot/perl@26804
* Use the system's free to dealloc a PV allocated by the systemRafael Garcia-Suarez2005-11-221-5/+1
| | | | | | | | (more precisely by libgdbm.) See : Subject: GDBM_file realloc failures Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com> p4raw-id: //depot/perl@26193
* PATCH: *DB*_File Paul Marquess2003-12-271-4/+4
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@21981
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
| | | p4raw-id: //depot/perl@20269
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-022-4/+13
| | | | | | | | | | | | | | | p4raw-link: @18189 on //depot/maint-5.8/perl: 27314835b1b1ea8730d4a0eb871861ac238c63f9 p4raw-link: @18187 on //depot/maint-5.8/perl: 94e81ce4c47784f86829e70129b1d0a3e95ca51c p4raw-link: @18174 on //depot/maint-5.8/perl: f8d24d869503bcd9df0e86aa5898c89996220bf8 p4raw-id: //depot/perl@18221 p4raw-branched: from //depot/maint-5.8/perl@18220 'branch in' ext/POSIX/t/is.t p4raw-integrated: from //depot/maint-5.8/perl@18220 'copy in' README.os2 ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL lib/Unicode/UCD.pm t/op/subst.t (@17645..) INSTALL t/op/grep.t (@18080..) ext/Fcntl/t/syslfs.t t/op/lfs.t (@18133..) 'merge in' t/op/eval.t (@17645..) pod/perldiag.pod (@18146..) lib/Unicode/UCD.t (@18156..) MANIFEST (@18173..)
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-1/+1
| | | | | | | Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17920
* Fix DBM filtersPaul Marquess2002-08-223-49/+53
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@17750
* More NetBSD patches from Johnny Lam.Jarkko Hietaniemi2002-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Remove the need for a $prefix setting that was added in the previous patch I sent. Also add the proper rpath options to the linker flags depending on whether we're on a ELF or a.out platform. These were tested both in a non-pkgsrc and pkgsrc build. Append to $libs instead of overwriting its value. This was causing $(LDLOADLIBS) to not get added to the dynamic_libs link command on NetBSD systems and was the cause of the GDBM problems reported. Also use '$(LDLOADLIBS)' instead of expanding its value so that it is more easily overridden in the Makefile by "make all LDLOADLIBS=...". Remove "-L/usr/local/lib" because the location of libgdbm.so is already added during the Configure process, and this spurious addition may cause the wrong libgdbm.so to be linked against as a result. p4raw-id: //depot/perl@16233
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
| | | | | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-4/+3
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-223-3/+60
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com> p4raw-id: //depot/perl@12564
* Remove string eval from AUTOLOADJonathan Stowe2001-09-301-2/+3
| | | | | Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@12277
* Cygwin too has different permission semantics.Jarkko Hietaniemi2001-06-231-1/+1
| | | p4raw-id: //depot/perl@10860
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+427
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* Re: perl@10611 Nicholas Clark2001-06-161-204/+2
| | | | | | | Message-ID: <20010616165247.O98663@plum.flirble.org> The .xs parts, too. p4raw-id: //depot/perl@10633
* Re: perl@10611 Nicholas Clark2001-06-161-0/+10
| | | | | Message-ID: <20010616165247.O98663@plum.flirble.org> p4raw-id: //depot/perl@10631
* Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)Russ Allbery2001-06-151-4/+4
| | | | | Message-ID: <ylzobaizck.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@10600
* GDBM_File (wasRe: ext/ + -Wall)Nicholas Clark2001-06-152-125/+182
| | | | | Message-ID: <20010614203747.F98663@plum.flirble.org> p4raw-id: //depot/perl@10599
* ext/ + -WallDoug MacEachern2001-06-121-0/+4
| | | | | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10534
* ext/GDBM_File GDBM_NOLOCK constantPaul Lindner2001-03-162-1/+8
| | | | | Message-ID: <20010316112803.A7577@inuus.com> p4raw-id: //depot/perl@9174
* strict-w-proof the ?DBM_File, from Paul Marquess.Jarkko Hietaniemi2001-02-201-0/+1
| | | p4raw-id: //depot/perl@8848
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+3
| | | | | Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
* Replace #6721, GDBM, system malloc, and LEAKTEST.Jarkko Hietaniemi2001-01-081-1/+1
| | | p4raw-id: //depot/perl@8364
* RE: [ID 20001013.009] DB_File issues warning when setting element to undefPaul Marquess2000-12-102-3/+9
| | | | | Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com> p4raw-id: //depot/perl@8068
* (Replaced by #8364.)Radu Greab2000-08-201-1/+1
| | | | | | Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro> p4raw-id: //depot/perl@6721
* fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-151-0/+1
| | | | | safefree() rather than Safefree() p4raw-id: //depot/perl@5091
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+1
| | | p4raw-id: //depot/perl@4860
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+3
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-261-2/+1
| | | | | (%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
* Use Errno more extensively so that errororacle@pcr8.pcr.com1999-07-211-1/+2
| | | | | | | | | | messages are more portable (another way would be to muck around with LC_MESSAGES). Problem reported in To: perl5-porters@perl.org Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4 Message-Id: <9907192239.AA44990@pcr8.pcr.com> p4raw-id: //depot/cfgperl@3716
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-062-10/+3
| | | p4raw-id: //depot/cfgperl@3609
* no such thing as gdbm_clearerr() (from Andy Dougherty)Gurusamy Sarathy1999-07-051-1/+0
| | | p4raw-id: //depot/perl@3589
* GDBM tweakGurusamy Sarathy1999-06-112-3/+3
| | | p4raw-id: //depot/perl@3532
* DBM Filters (via private mail)Paul Marquess1999-05-073-25/+141
| | | | | | Message-Id: <199904182009.NAA19152@activestate.com> Subject: DBM Filters p4raw-id: //depot/perl@3317
* ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)Gurusamy Sarathy1999-02-183-12/+20
| | | p4raw-id: //depot/perl@2970
* 5.005_54 (hints) SCO 3/5 hint files and SysV correctionFrançois Désarménien1999-02-031-0/+2
| | | | | | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <36B84B74.5EC9B6C8@club-internet.fr> (note: this patch completely overrides Tom Wolfe's patch, change #2604) p4raw-link: @2604 on //depot/cfgperl: 0a6b11f8fedc4bae957f03efab3ecb64338ce939 p4raw-id: //depot/cfgperl@2810
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
| | | | | (MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* [win32] merge changes#752,753 from maintbranchGurusamy Sarathy1998-05-141-1/+1
| | | | | | p4raw-link: @753 on //depot/maint-5.004/perl: d1828021020f24bd64418fabe04b27e70428ad8d p4raw-link: @752 on //depot/maint-5.004/perl: 34b6b77de831d6635128d32b913e21377b083965 p4raw-id: //depot/win32/perl@932
* [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-091-2/+2
| | | | | | Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu> Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@492
* [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-191-2/+2
| | | | | | Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu> Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@430
* Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-1/+1
| | | | | with usethreads. Untested with non-threaded perl. p4raw-id: //depot/perl@231
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-6/+3
| | | | | with gcc -x c++. p4raw-id: //depot/ansiperl@196
* PATCH: make DBM*_File modules sub-classablePaul Marquess1997-08-071-0/+2
| | | | | | | | Here is a patch to make the DBM*_File modules sub-classable. The sub-class patch for DB_File will be along presently. p5p-msgid: 9707121854.AA19472@claudius.bfsec.bt.co.uk