summaryrefslogtreecommitdiff
path: root/ext/IPC
Commit message (Collapse)AuthorAgeFilesLines
* Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysVNicholas Clark2009-02-0621-2976/+0
| | | | (the missed parts)
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
| | | | | A list submitted by Paul Fenwick was briefly factored into directory-specific rules.
* Upgrade to IPC::SysV 2.00_02Marcus Holland-Moritz2008-11-299-19/+27
| | | p4raw-id: //depot/perl@34953
* Upgrade to IPC::SysV 2.00_01Marcus Holland-Moritz2008-11-267-14/+24
| | | p4raw-id: //depot/perl@34936
* ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016 FAIL(XM)Jarkko Hietaniemi2008-01-281-7/+11
| | | | | Message-ID: <479D338E.9000402@iki.fi> p4raw-id: //depot/perl@33084
* Get C++ compiles going on Solaris again.Steve Peters2008-01-231-0/+4
| | | p4raw-id: //depot/perl@33041
* Re: [PATCH] Exclude .svn and _darcs from IPC::SysV's Makefile.PL libscanMarcus Holland-Moritz2008-01-091-3/+8
| | | | | | | | Message-ID: <20080109195811.2c5353e5@r2d2> Make libscan() in IPC::SysV's Makefile.PL inherit EU::MM's libscan() behaviour. p4raw-id: //depot/perl@32926
* Build const-(c|xs).inc in IPC::SysV on the fly.Marcus Holland-Moritz2008-01-053-1180/+4
| | | p4raw-id: //depot/perl@32846
* Upgrade to IPC::SysV 2.00Marcus Holland-Moritz2007-12-307-11/+16
| | | p4raw-id: //depot/perl@32780
* Upgrade to IPC::SysV 1.99_07Marcus Holland-Moritz2007-12-2223-782/+3352
| | | p4raw-id: //depot/perl@32709
* ext/ constingRobin Barker2007-12-221-2/+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
* Increment IPC::SysV version number.Marcus Holland-Moritz2007-10-091-1/+1
| | | p4raw-id: //depot/perl@32078
* Fix fallback definitions of S_IRWX[UGO] (didn't includeMarcus Holland-Moritz2007-10-091-4/+4
| | | | | | the 'X', but 'W' twice) and fix the value of IPC_GETACL, which was set to IPC_EXCL. p4raw-id: //depot/perl@32077
* Re: [perl #45513] Test failures on amd64-freebsd 6.2Slaven Rezic2007-09-251-4/+5
| | | | | Message-ID: <87abri1lbj.fsf@biokovo-amd64.herceg.de> p4raw-id: //depot/perl@31967
* Use sysconf/getpagesize/page.h to determine page size on Linux,Marcus Holland-Moritz2007-08-121-4/+6
| | | | | | | | in that order. Subject: Re: [PATCH] Various Gentoo Patches Message-Id: <20070812131652.16ca5444@r2d2> p4raw-id: //depot/perl@31702
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-1/+1
| | | | | of flags, not a boolean, so correct the documenation and callers. p4raw-id: //depot/perl@29977
* SysV IPCJarkko Hietaniemi2006-05-263-7/+24
| | | | | Message-ID: <4475D20D.9010600@gmail.com> p4raw-id: //depot/perl@28313
* Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.plDavid Landgren2006-05-091-6/+11
| | | | | Message-ID: <446076FA.6010409@landgren.net> p4raw-id: //depot/perl@28138
* [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.plDavid Landgren2006-05-082-162/+149
| | | | | | | | | | | Message-ID: <445B694B.8060901@landgren.net> Date: Fri, 05 May 2006 17:03:39 +0200 Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl From: David Landgren <david@landgren.net> Message-ID: <445B75EF.3000100@landgren.net> Date: Fri, 05 May 2006 17:57:35 +0200 p4raw-id: //depot/perl@28131
* initial patch for cygwin IPC via cygserverYitzchak Scott-Thoennes2004-02-221-1/+5
| | | | | Message-ID: <20040219170113.GA2792@efn.org> p4raw-id: //depot/perl@22358
* Alpha version numbers noticed by Schwern.Jarkko Hietaniemi2003-08-133-3/+3
| | | | | | (These hacks are no more needed since the PAUSE indexer no more indexes the insides of Perl distributions, says Andreas.) p4raw-id: //depot/perl@20687
* Re: script wantedNicholas Clark2003-08-132-2/+2
| | | | | Message-ID: <20030813204609.G20130@plum.flirble.org> p4raw-id: //depot/perl@20686
* [perl #23216] ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparcJarkko Hietaniemi2003-08-052-8/+14
| | | | | | Try to remove the created message queues and semaphores even in the case of failures. p4raw-id: //depot/perl@20490
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-282-0/+1
| | | p4raw-id: //depot/perl@20269
* SysV msg queues can be something hanging (witnessed in IRIX),Jarkko Hietaniemi2003-04-281-2/+1
| | | | | so let's use IPC_NOWAIT. p4raw-id: //depot/perl@19358
* [perl #21289] [Fwd: IPC::Msg bug report]Edmund Bacon2003-03-021-1/+1
| | | | | | From: Edmund Bacon (via RT) <perlbug-followup@perl.org> Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org> p4raw-id: //depot/perl@18811
* Re: Possible bug in IPC/Semaphore.pm [PATCH]John P. Linderman2002-09-041-1/+1
| | | | | | From: "John P. Linderman" <jpl@research.att.com> Message-Id: <200208271900.PAA98096@raptor.research.att.com> p4raw-id: //depot/perl@17825
* 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