| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
to #include <sys/types.h>.
p4raw-id: //depot/cfgperl@2294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all GNU libc platforms have MSG_PROXY. Untrue).
In fact this ended up as a major MSG_* and SCM_*
update. The MSG_XXX known to be enums in some
versions of the glibc are now probed for and respective
HAS_MSG_XXX are defined. While I was at it I noticed
SCM_RIGHTS being similarly an enum. This reminded me of
an ancient discussion in perl5-porters:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
The BSD socket interface has a nifty feature for passing
file descriptors and credentials--via sockets. It may be
too late to add this functionality to the CORE but
at least Configure now probes for the functions,
structs, and includes, defining the appropriate
HAS_YYY and I_ZZZ, and the Socket extension exports
the constants, in case somebody wants to write an
extension for this interface.
p4raw-id: //depot/cfgperl@2285
|
|
|
|
|
|
|
| |
(based on Sequent-induced change #2229).
p4raw-link: @2229 on //depot/cfgperl: 7e41cbf587d3939982dff81b53af233a1ae2406d
p4raw-id: //depot/cfgperl@2230
|
|
|
|
|
| |
(from vos/config.h). Update Porting/{Glossary,config*}.
p4raw-id: //depot/cfgperl@2204
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
From: Andy Dougherty <doughera@lafcol.lafayette.edu>
To: Martin Bligh <mbligh@sequent.com>
Cc: Jarkko Hietaniemi <jhi@iki.fi>
Subject: Re: Perl 5's configure on DYNIX/ptx
Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
find sockets also from libsocket, not just libnet.
OS390: $compile_ok instead of $compile for <inttypes.h>,
From: pvhp@forte.com (Peter Prymmer)
To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
Subject: _53 not OK on os390 but looking better than ever
Date: Tue, 3 Nov 98 17:33:22 PST
Message-Id: <9811040133.AA09450@forte.com>
p4raw-id: //depot/cfgperl@2190
|
|
|
|
|
|
|
|
|
|
| |
for PTHREAD_CREATE_JOINABLE (or equivalent:
PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
Remove ATTR_JOINABLE itself: Thread.xs uses
PTHREAD_CREATE_JOINABLE (or equivalent) directly.
Really scan for <mach/cthreads.h> only if usethreads.
p4raw-id: //depot/cfgperl@2181
|
|
|
| |
p4raw-id: //depot/cfgperl@2107
|
|
|
|
|
|
|
| |
Also, a new approach to the 'pthreads-created-joinable': drop
it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
directly. (See also #2096).
p4raw-id: //depot/cfgperl@2101
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: perl5.005_02 patch for mthreads
To: perl5-porters@perl.org
Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
Pthread yield probe (dejavu)
Cosmetic nanochange for the union semun output.
Better inttypes.h probe.
Undo the 'void *' $selecttype probe from #1971 because
it breaks the $selectminbits test.
p4raw-id: //depot/cfgperl@2095
|
|
|
|
|
|
|
| |
testing (all variants of pthread_attr_getdetachstate()) --
and because Configure was broken in major way! About 1000
last lines were truncated.
p4raw-id: //depot/cfgperl@2034
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@2032
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@2031
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@2023
|
| |
| |
| |
| |
| |
| | |
Subject: Ported perl 5.005.02 to BS2000 / POSIX
Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
p4raw-id: //depot/cfgperl@2009
|
|/
|
| |
p4raw-id: //depot/cfgperl@2004
|
|
|
|
|
| |
p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b
p4raw-id: //depot/cfgperl@1971
|
|
|
|
|
| |
Message-Id: <199810010837.LAA31371@alpha.hut.fi>
p4raw-id: //depot/perl@1917
|
|
|
| |
p4raw-id: //depot/perl@1913
|
|
|
|
|
|
| |
Message-Id: <199809292325.CAA19737@alpha.hut.fi>
Subject: [PATCH] 5.005_52: the drizzle continues
p4raw-id: //depot/perl@1910
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
of full-fledged 64-bit support (including support for: fseeko/ftello,
Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
in Fcntl)
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
Message-Id: <199809112056.XAA04720@alpha.hut.fi>
Subject: [PATCH] 5.005_51: Configure "Massive Attack"
--
From: Jarkko Hietaniemi <jhi@cc.hut.fi>
Date: 12 Sep 1998 09:44:25 +0300
Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
p4raw-id: //depot/perl@1889
|
|
|
|
|
| |
Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
p4raw-id: //depot/perl@1823
|
|
|
|
|
| |
Message-Id: <v03110702b1ef5274635a@[195.95.102.104]>
p4raw-id: //depot/maint-5.005/perl@1748
|
|
|
|
|
|
| |
Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com>
Subject: PATCH: Configure uses tr, not $tr
p4raw-id: //depot/maint-5.005/perl@1733
|
|
|
|
|
|
| |
Message-Id: <199808010903.MAA09371@alpha.hut.fi>
Subject: [PATCH] 5.005_01: OE MVS
p4raw-id: //depot/maint-5.005/perl@1697
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
p4raw-id: //depot/perl@1510
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
p4raw-id: //depot/perl@1500
|
|
|
|
|
| |
Message-ID: <19980713231343.A178@cdata.tvnet.hu>
p4raw-id: //depot/perl@1479
|
|
|
|
|
|
| |
Message-Id: <199807132025.XAA10771@alpha.hut.fi>
Subject: Configure patches for MVS (and one x2p/Makefile.SH)
p4raw-id: //depot/perl@1476
|
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
p4raw-id: //depot/perl@1473
|
|
|
| |
p4raw-id: //depot/perl@1457
|
|
|
|
|
|
| |
Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
Subject: [5.004_72] installperl tweak
p4raw-id: //depot/perl@1455
|
|
|
|
|
|
| |
Message-Id: <199807111451.RAA27010@alpha.hut.fi>
Subject: M3 "generic" parts
p4raw-id: //depot/perl@1451
|
|
|
|
|
| |
Message-ID: <19980710231211.A161@cdata.tvnet.hu>
p4raw-id: //depot/perl@1433
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
p4raw-id: //depot/perl@1387
|
|
|
|
|
|
| |
Message-Id: <199807062332.CAA25792@alpha.hut.fi>
Subject: [PATCH] 5.004_70: IPC::SysV
p4raw-id: //depot/perl@1372
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
p4raw-id: //depot/perl@1352
|
|
|
|
|
|
| |
Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
Subject: [PATCH 5.004_69] Config_69-01
p4raw-id: //depot/perl@1295
|
|
|
|
|
|
| |
Message-Id: <199806222101.AAA16456@alpha.hut.fi>
Subject: [PATCH] _67: somebody said POSIX::mknod?
p4raw-id: //depot/perl@1199
|
|
|
|
|
|
| |
Message-ID: <19980619113104.S9711@asic.sc.ti.com>
Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
p4raw-id: //depot/perl@1173
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
p4raw-id: //depot/perl@1123
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
p4raw-id: //depot/perl@1087
|
|
|
|
|
|
|
| |
Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing
Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
p4raw-id: //depot/perl@1047
|
|
|
|
|
| |
includes a modified version.
p4raw-id: //depot/perl@1046
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] 5.004_65: the infamous semctl()
Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
Change 1041 claimed to be this patch but was really:
Subject: [PATCH] 5.004_65: t/op/ipc*.t
Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
From: Jarkko Hietaniemi <jhi@iki.fi>
p4raw-id: //depot/perl@1043
|
|
|
|
|
|
|
| |
Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
p4raw-id: //depot/perl@1042
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
Subject: [PATCH 5.004_64] Config_64-03-04.diff
Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
p4raw-id: //depot/perl@948
|
|
|
| |
p4raw-id: //depot/perl@862
|
|
|
| |
p4raw-id: //depot/perl@845
|