summaryrefslogtreecommitdiff
path: root/ext/IPC
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-273-2/+6
| | | | | Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
* Typo corrections from John P. Linderman.Jarkko Hietaniemi2002-02-251-4/+4
| | | p4raw-id: //depot/perl@14864
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-9/+8
| | | | | | | | Not all of the gripes cleaned up (hairy code in hv.c and regcomp.c; unused newsp, gimme, and optype from cop.h macros; unused 'key' arguments in ?DBM_File.xs) (and the -woffs left to the IRIX hints) p4raw-id: //depot/perl@11051
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-303-3/+3
| | | | | by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-293-3/+3
| | | | | the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
* Cannot DIE() in a void function,Jarkko Hietaniemi2001-06-281-1/+1
| | | | | from Richard Hatch <rhatch@austin.ibm.com>. p4raw-id: //depot/perl@11012
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
| | | | | ("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
* The packs must be done in native shorts, fix from Mark P. Lutz.Jarkko Hietaniemi2001-06-221-3/+3
| | | p4raw-id: //depot/perl@10839
* One test lost in the big shuffle restored.Jarkko Hietaniemi2001-06-193-14/+252
| | | p4raw-id: //depot/perl@10712
* Guard the SysV IPC tests against being invoked inJarkko Hietaniemi2001-06-182-0/+23
| | | | | SysV-IPC-less places. p4raw-id: //depot/perl@10684
* more pod patchesMichael Stevens2001-03-163-1/+5
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-3/+3
| | | | | Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
* A missing aTHX_.Jarkko Hietaniemi2000-11-081-1/+1
| | | p4raw-id: //depot/perl@7614
* rename totally bletcherous SvLOCK() thingy (doesn't do what theGurusamy Sarathy2000-07-141-1/+1
| | | | | name suggests anyway) p4raw-id: //depot/perl@6398
* don't clobber *.orig files on *clean targetsGurusamy Sarathy2000-07-121-2/+2
| | | p4raw-id: //depot/perl@6383
* Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-7/+7
| | | p4raw-id: //depot/cfgperl@5812
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-042-12/+12
| | | p4raw-id: //depot/perl@5507
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-0/+4
| | | | | unresolved links) p4raw-id: //depot/perl@4910
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-0/+2
| | | p4raw-id: //depot/perl@4769
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
| | | p4raw-id: //depot/perl@3518
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-2/+2
| | | p4raw-id: //depot/perl@3217
* Import Ultrix update, change #2864, Spider Boardman1999-02-151-3/+7
| | | | | | | | | To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED) Message-Id: <9902110433.AA12816@abyss.zk3.dec.com> p4raw-link: @2864 on //depot/maint-5.005/perl: b47ccd61abe27ff67b6495fce49fc0fe9fa4cc76 p4raw-id: //depot/cfgperl@2946
* OpenBSD sparc SHMLBA.Jarkko Hietaniemi1999-02-151-1/+1
| | | p4raw-id: //depot/cfgperl@2945
* 5.005_54 (hints) SCO 3/5 hint files and SysV correctionFrançois Désarménien1999-02-031-1/+1
| | | | | | | | | | | 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
* SHMLBA strikes back in NetBSD/sparc.Dave Nelson1999-01-191-18/+22
| | | | | | | To: jhi@iki.fi Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc Message-Id: <199901190407.WAA02543@longhorn.bellcow.com> p4raw-id: //depot/cfgperl@2647
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-2/+2
| | | | | | | | | | add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in enum; make regen_headers p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304 p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8 p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3 p4raw-id: //depot/perl@2220
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-1/+1
| | | p4raw-id: //depot/perl@2145
* 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
* suppress manifypods leak in extensionsGurusamy Sarathy1998-10-031-0/+1
| | | p4raw-id: //depot/perl@1922
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-022-0/+13
| | | | | | | | over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch applied modulo SCO hints superseded by later patch Message-Id: <199809282156.AAA18615@alpha.hut.fi> Subject: [PATCH] 5.005_52: Configure et al: p4raw-id: //depot/perl@1904
* fixes to enable ISC to build IPC/SysVJarkko Hietaniemi1998-08-051-1/+1
| | | | | | Message-ID: <oee3ebce7da.fsf@alpha.hut.fi> Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint) p4raw-id: //depot/maint-5.005/perl@1734
* better validation of SysV IPC availabilityJarkko Hietaniemi1998-08-021-0/+16
| | | | | | Message-Id: <199807311013.NAA28887@koah.research.nokia.com> Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 p4raw-id: //depot/maint-5.005/perl@1692
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-35/+1
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* apply (reversed) patchPeter Wolfe1998-07-151-0/+3
| | | | | | Message-Id: <199807142001.NAA26550@titan.teloseng.com> Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4 p4raw-id: //depot/perl@1501
* tweak to get BSDI to build IPC/SysVJarkko Hietaniemi1998-07-111-0/+7
| | | | | | Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi> Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1 p4raw-id: //depot/perl@1443
* Allow static build of IPC::SysVAndy Dougherty1998-07-101-1/+0
| | | | | Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys> p4raw-id: //depot/perl@1407
* add extension to support SysV IPCJarkko Hietaniemi1998-07-0810-0/+1236
Message-Id: <199807062332.CAA25792@alpha.hut.fi> Subject: [PATCH] 5.004_70: IPC::SysV p4raw-id: //depot/perl@1372