summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
Commit message (Collapse)AuthorAgeFilesLines
* Fix DBM filtersPaul Marquess2002-08-223-46/+53
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@17750
* SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)Nicholas Clark2002-05-211-1/+1
| | | | | Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16726
* ext/SDBM_File/sdbm.t -- VOS fixPaul Green2002-01-191-1/+1
| | | | | Message-Id: <200201191814.NAA09367@mailhub2.stratus.com> p4raw-id: //depot/perl@14347
* The non-MakeMaker.pm parts ofTels2002-01-161-1/+1
| | | | | | Subject: [PATCH] Re: MM_Beos.pm? Message-Id: <200201142006.WAA29544@taas.iki.fi> p4raw-id: //depot/perl@14301
* cleaner close on tests, take 2 Andreas König2001-12-291-1/+1
| | | | | | | Message-ID: <m33d1tvjuq.fsf@anima.de> (except for the three DB_File patch fragments) p4raw-id: //depot/perl@13940
* Fix for FETCH/NEXTKEY problem in all *DB*_File modulesPaul Marquess2001-10-222-2/+45
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com> p4raw-id: //depot/perl@12564
* WIN64 (Itanium) port of Perl 5.6.1Randolf Werner2001-10-161-2/+1
| | | | | Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de> p4raw-id: //depot/perl@12457
* remove stray CRs in files; keep all files with UNIX line-endsGurusamy Sarathy2001-09-021-2/+2
| | | | | | (Porting/makerel adds CRs to the files that need it in the distribution) p4raw-id: //depot/perl@11821
* fixing SDBM_File problems under win32Nikola Knezevic2001-08-151-2/+2
| | | | | | | Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu> Combination of nmake, quoting, and Perl expanded $( in here-doc. p4raw-id: //depot/perl@11672
* Misplaced test file; plus Cygwin filesystem semantics.Jarkko Hietaniemi2001-06-231-0/+429
| | | p4raw-id: //depot/perl@10866
* Remove unused files; noted by Sarathy.Jarkko Hietaniemi2001-05-032-186/+0
| | | p4raw-id: //depot/perl@9978
* 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/+1
| | | | | Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
* 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
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-15/+15
| | | p4raw-id: //depot/perl@7680
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-6/+15
| | | | | Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7679
* Fake support of holey files in win/dosish platforms.kipp@shonanblue.ne.jp2000-11-071-0/+21
| | | | | | Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302) Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com> p4raw-id: //depot/perl@7586
* Re: Two advertising clauses need to be removedRuss Allbery2000-09-142-20/+54
| | | | | Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@7074
* Document the NDBM_File and ODBM_File as SDBM_FileJarkko Hietaniemi2000-08-181-2/+0
| | | | | was documented in #6417. p4raw-id: //depot/perl@6701
* SDBM_File documentationMark-Jason Dominus2000-07-171-2/+86
| | | | | Message-ID: <20000716174117.18515.qmail@plover.com> p4raw-id: //depot/perl@6417
* HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-161-1/+1
| | | p4raw-id: //depot/cfgperl@5119
* fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-151-1/+1
| | | | | safefree() rather than Safefree() p4raw-id: //depot/perl@5091
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-062-2/+2
| | | | | <EFifer@sanwaint.com>) p4raw-id: //depot/perl@5008
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-4/+2
| | | p4raw-id: //depot/perl@4860
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-1/+0
| | | p4raw-id: //depot/perl@4717
* applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-051-3/+16
| | | | | | Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB p4raw-id: //depot/perl@4653
* 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
* fix data loss when more than one block is read from SDBMGurusamy Sarathy1999-09-051-3/+13
| | | | | *.dir file (suggested by Uwe Ohse <uwe@ohse.de>) p4raw-id: //depot/perl@4082
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-1/+1
| | | | | | To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
* Change #3790 redemption: with a little additionalJarkko Hietaniemi1999-08-031-0/+1
| | | | | patch from Ilya it works okay. p4raw-id: //depot/cfgperl@3906
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-1/+1
| | | p4raw-id: //depot/cfgperl@3864
* Undo #3790 and the patches that attempted to fix itJarkko Hietaniemi1999-08-013-3/+0
| | | | | | | (#3837, #3838, #3845). The #3790 caused linkage failures and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and IRIX 6.5. p4raw-id: //depot/cfgperl@3847
* Solaris doesn't like PERL_MALLOC_OK in SDBM_File.Jarkko Hietaniemi1999-08-011-0/+1
| | | p4raw-id: //depot/cfgperl@3845
* Digital UNIX 4.0D doesn't like perl malloc on sdbmJarkko Hietaniemi1999-07-311-0/+1
| | | | | (a core dump with a corrput stack ensues). p4raw-id: //depot/cfgperl@3837
* provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-271-0/+1
| | | | | to call Perl_malloc() as malloc() (from Ilya Zakharevich) p4raw-id: //depot/perl@3790
* Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3Andy Dougherty1999-07-271-1/+5
| | | | | Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys> p4raw-id: //depot/perl@3787
* noecho noops (from Nicholas Clark <nick@flirble.org>)Gurusamy Sarathy1999-07-171-3/+5
| | | p4raw-id: //depot/perl@3688
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* DBM FiltersPaul Marquess1999-07-062-13/+3
| | | | | Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/perl@3603
* win32 build fixesGurusamy Sarathy1999-06-101-0/+3
| | | p4raw-id: //depot/perl@3525
* remove stray K&R-ismsGurusamy Sarathy1999-06-025-54/+33
| | | p4raw-id: //depot/perl@3515
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-211-2/+5
| | | | | | | passed an unsigned char (fixes random occurrence of spaces in arguments containing high-bit chars passed to spawned children, on win32) p4raw-id: //depot/perl@3445
* various little nitsGurusamy Sarathy1999-05-203-1/+12
| | | p4raw-id: //depot/perl@3436
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+6
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* Bring SDBM_File.xs into line with new typemapNick Ing-Simmons1999-05-081-1/+1
| | | p4raw-id: //depot/perl@3328
* DBM Filters (via private mail)Paul Marquess1999-05-073-22/+155
| | | | | | Message-Id: <199904182009.NAA19152@activestate.com> Subject: DBM Filters p4raw-id: //depot/perl@3317
* [5.005_56] Add EXISTS to SDBM_File and libsdbmRuss Allbery1999-03-257-1/+43
| | | | | Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@3161
* missing PERL_POLLUTE_MALLOCGurusamy Sarathy1999-02-181-3/+1
| | | p4raw-id: //depot/perl@2974
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-18/+10
| | | | | them ask for insanity (untested) p4raw-id: //depot/perl@2832
* avoid garbage in db->dirbufMasahiro KAJIURA1999-02-071-0/+1
| | | | | | Message-Id: <199812050514.OAA23268@toshiba.co.jp> Subject: SDBM bug p4raw-id: //depot/perl@2819