| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@2880
|
|
|
| |
p4raw-id: //depot/cfgperl@2679
|
|
|
|
|
| |
of checking for nosuid but still want suidperl.
p4raw-id: //depot/cfgperl@2653
|
|
|
|
|
|
|
|
|
| |
* -Uinstallusrbinperl: disable /usr/bin/perl installation
by installperl
* usethreads.cbu
* use64bits.cbu
* "nosuid"
p4raw-id: //depot/cfgperl@2649
|
|
|
|
|
|
|
| |
to global.sym
p4raw-link: @2572 on //depot/cfgperl: b002ae775153930d56eef6f15991f67590f4b473
p4raw-id: //depot/perl@2623
|
|
|
|
|
|
| |
(the diffs were based on 5.004_02). Tested by Guido
and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
p4raw-id: //depot/cfgperl@2594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
Message-ID: <3696aa85.18259325@smtp1.ibm.net>
except that
- objXSUB.h was already okay
- embed.h patching is futile, global.sym patched instead
- objpp.h does not exist
- proto.h addition applied manually
- win32/GenCAPI.pl was already okay
- win32/makedef.pl was already okay
p4raw-id: //depot/cfgperl@2572
|
|
|
|
|
|
|
|
| |
avoid most uses of PL_na (which is much more inefficient than a
simple local); update docs to suit; PL_na now being thr->Tna may
be a minor compatibility issue for extensions--will require dTHR
outside of XSUBs (those get automatic dTHR)
p4raw-id: //depot/perl@2387
|
|
|
|
|
|
|
|
|
|
|
| |
on PL_threadnum were seriously flawed, since it means more than one
thread could enter the critical region; PL_na was global instead of
thread-local; child thread could finish and free thr structures
before Thread->new() got around to creating the Thread object;
cv_clone() needed locking, as it mucks with PL_comppad and other
global data; new_struct_thread() needed to lock template-thread's
mutex while copying its data
p4raw-id: //depot/perl@2385
|
|
|
|
|
| |
Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2372
|
|
|
|
|
|
| |
Message-ID: <36589ec9.49964585@smtp1.ibm.net>
Subject: [PATCH 5.005_53] Devel::Peek integration
p4raw-id: //depot/perl@2322
|
|
|
| |
p4raw-id: //depot/perl@2244
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Wed, 04 Nov 1998 12:19:44 +0000
Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
Subject: [PATCH] Re: [5.005_53] read overflow?
--
Date: Wed, 04 Nov 1998 13:15:18 +0000
Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
Subject: [PATCH 5.005_53] perl -V fix
p4raw-id: //depot/perl@2222
|
|
|
| |
p4raw-id: //depot/perl@2191
|
|
|
|
|
|
|
|
|
|
| |
(objpp.h is gone, embed.pl now does some of that); objXSUB.h
should soon be automated also; the global variables that
escaped the PL_foo conversion are now reined in; renamed
MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
type of same name; duplicated lists of pp_things in various
places is now gone; result has only been tested on win32
p4raw-id: //depot/perl@2133
|
|
|
|
|
|
| |
Subject: Ported perl 5.005.02 to BS2000 / POSIX
Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
p4raw-id: //depot/cfgperl@2009
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
perl-mvs:
From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
Subject: Re: Can't find Data/Dumper.pm
Date: Mon, 28 Sep 1998 07:40:49 +1300
Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
private email:
From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
Subject: Re: Perl thread problems in VM/ESA
Date: Thu, 15 Oct 1998 07:18:35 +1300
Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
and private email:
From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
Subject: perl archive
Date: Sun, 11 Oct 1998 19:28:54 EDT
Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
which gave a pointer to
http://pucc.princeton.edu/~neale/perl.tar
(based on Perl 5.005_51)
p4raw-id: //depot/cfgperl@2006
|
|
|
| |
p4raw-id: //depot/perl@1937
|
|
|
|
|
| |
p4raw-link: @1927 on //depot/perl: eb07465ebe1238598e948058857ec948c6697f86
p4raw-id: //depot/perl@1936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@1863
|
|
|
|
|
| |
Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
p4raw-id: //depot/perl@1838
|
|
|
|
|
| |
patch suggested by Igor Sysoev <igor@nitek.ru>)
p4raw-id: //depot/perl@1812
|
|
|
| |
p4raw-id: //depot/perl@1776
|
|
|
|
|
|
| |
Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
Subject: lexical warnings patch for 5.005_50
p4raw-id: //depot/perl@1773
|
|
|
|
|
| |
Message-Id: <9808070856.AA28065@claudius.bfsec.bt.co.uk>
p4raw-id: //depot/maint-5.005/perl@1754
|
|
|
|
|
| |
Stephen McCamant)
p4raw-id: //depot/maint-5.005/perl@1727
|
|
|
|
|
|
| |
Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_75] Enable -DS
p4raw-id: //depot/maint-5.005/perl@1701
|
|
|
|
|
|
| |
Message-Id: <199808010903.MAA09371@alpha.hut.fi>
Subject: [PATCH] 5.005_01: OE MVS
p4raw-id: //depot/maint-5.005/perl@1697
|
|
|
|
|
|
| |
the registry for anything that begins with "PERL", not "PERL5"
Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active>
p4raw-id: //depot/perl@1629
|
|
|
| |
p4raw-id: //depot/perl@1585
|
|
|
|
|
|
| |
brute force search script). Result builds and passes all tests on
Solaris. win32 and PERL_OBJECT are still untested.
p4raw-id: //depot/perl@1578
|
|
|
| |
p4raw-id: //depot/ansiperl@1537
|
|
|
| |
p4raw-id: //depot/ansiperl@1534
|
|
|
|
|
| |
(still with PERL_GLOBAL_STRUCT) - to cover more #if branches
p4raw-id: //depot/ansiperl@1533
|
|
|
|
|
| |
Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
p4raw-id: //depot/ansiperl@1532
|
|
|
| |
p4raw-id: //depot/perl@1523
|
|
|
|
|
|
| |
Message-Id: <199807132107.AAA20603@alpha.hut.fi>
Subject: MPE/iX patches for _73
p4raw-id: //depot/perl@1478
|
|
|
| |
p4raw-id: //depot/perl@1457
|
|
|
|
|
|
| |
and runs regexes in 1000s of threads without crashing; also fixed
statcache not being thread-local
p4raw-id: //depot/perl@1448
|
|
|
|
|
|
| |
Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
Subject: [PATCH 5.004_71]
p4raw-id: //depot/perl@1416
|
|
|
| |
p4raw-id: //depot/perl@1339
|
|
|
| |
p4raw-id: //depot/perl@1331
|
|
|
|
|
|
| |
Message-Id: <H00000e500086fb3@MHS>
Subject: [PATCH _69] sv_2mortal fix
p4raw-id: //depot/perl@1306
|
|
|
|
|
|
| |
Subject: Re: [PATCH] Re: perl5.004_69 core dump
Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
p4raw-id: //depot/perl@1305
|
|
|
|
|
| |
Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@1259
|
|
|
|
|
| |
Message-Id: <H00000e500081d23@MHS>
p4raw-id: //depot/perl@1254
|
|
|
|
|
|
| |
Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
Subject: Re: [5.004_68] What is %^R ? [PATCH?]
p4raw-id: //depot/perl@1238
|
|
|
| |
p4raw-id: //depot/perl@1219
|
|
|
| |
p4raw-id: //depot/perl@1218
|