| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20010723192949.A14802@math.ohio-state.edu>
p4raw-id: //depot/perl@11462
|
|
|
|
|
| |
Message-ID: <20010723184342.A14494@math.ohio-state.edu>
p4raw-id: //depot/perl@11461
|
|
|
|
|
| |
Message-ID: <20010723183316.A14298@math.ohio-state.edu>
p4raw-id: //depot/perl@11460
|
|
|
|
|
| |
Message-ID: <20010723182035.A14192@math.ohio-state.edu>
p4raw-id: //depot/perl@11459
|
|
|
|
|
| |
Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
p4raw-id: //depot/perl@11458
|
|
|
|
|
| |
Message-ID: <20010723181320.A14005@math.ohio-state.edu>
p4raw-id: //depot/perl@11457
|
|
|
|
|
| |
Message-ID: <20010723180740.A13960@math.ohio-state.edu>
p4raw-id: //depot/perl@11456
|
|
|
|
|
| |
Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
p4raw-id: //depot/perl@11455
|
|
|
| |
p4raw-id: //depot/perl@11454
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
Rename the script a little bit more sensibly.
p4raw-id: //depot/perl@11453
|
|
|
| |
p4raw-id: //depot/perl@11452
|
|
|
| |
p4raw-id: //depot/perl@11450
|
|
|
| |
p4raw-id: //depot/perl@11449
|
|
|
| |
p4raw-id: //depot/perl@11448
|
|
|
| |
p4raw-id: //depot/perl@11447
|
|
|
| |
p4raw-id: //depot/perl@11446
|
|
|
| |
p4raw-id: //depot/perl@11445
|
|
|
| |
p4raw-id: //depot/perl@11444
|
|
|
|
|
| |
Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@11443
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
p4raw-id: //depot/perl@11442
|
|
|
|
|
| |
Message-ID: <20010720202235.O4498@blackrider>
p4raw-id: //depot/perl@11441
|
|
|
|
|
| |
Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
p4raw-id: //depot/perl@11440
|
|
|
|
|
| |
Message-ID: <20010721031654.21877.qmail@plover.com>
p4raw-id: //depot/perl@11439
|
|
|
|
|
| |
Message-ID: <20010722145609.A766@rafael>
p4raw-id: //depot/perl@11438
|
|
|
|
|
| |
Message-ID: <20010721223325.3069.qmail@plover.com>
p4raw-id: //depot/perl@11437
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11436
|
|
|
| |
p4raw-id: //depot/perl@11435
|
|
|
|
|
| |
p4raw-link: @11424 on //depot/maint-5.6/macperl: dd32bd975b28e0f40b79ae764812a674d00c835f
p4raw-id: //depot/perl@11434
|
|
|
|
|
|
|
| |
p4raw-link: @11408 on //depot/maint-5.6/macperl: dbb4888cf530f5a0f1689f26b30cde9e6c537f71
p4raw-id: //depot/perl@11433
p4raw-integrated: from //depot/maint-5.6/macperl@11432 'merge in'
README.macos (@11199..) pod/perlport.pod (@11263..)
|
|
|
|
|
|
|
|
|
| |
p4raw-link: @11388 on //depot/maint-5.6/macperl: fa1e76071cf9cd14bdc552967af2da831117260a
p4raw-id: //depot/perl@11432
p4raw-branched: from //depot/maint-5.6/macperl@11423 'branch in'
macos/MacPerlTests.cmd (@11243..)
p4raw-branched: from //depot/maint-5.6/macperl@11388 'branch in'
macos/xsubpp.patch (@11243..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
platforms that don't have pthread_atfork() (extension of
the fix in change#11151).
Note that this will not help extensions that call fork()
directly in C, or that link to libraries that call fork()
directly. Such cases must be fixed to either call
PerlProc_fork(), or call atfork_lock() in parent before the
calling the function that forks and call atfork_unlock()
in both parent and child immediately after the fork().
(There are no worries if C code calls exec() in the child
immediately after a fork(). Only cases where the child
calls perl's API functions (including New()) after the
fork() are problematic.)
This change also eliminates the use of vfork() from perl,
since all such uses were violating the severe restrictions
on modifying the state of the process between the vfork()
and the exec().
This is a modified version of patches suggested by Abhijit
Menon-Sen and Richard Soderberg.
p4raw-link: @11151 on //depot/perl: 50dd6e574ff39b609595ddb16b2fe9f625a26f8c
p4raw-id: //depot/perl@11423
|
|
|
|
|
| |
Message-Id: <20010720114235.A5235@netthink.co.uk>
p4raw-id: //depot/perl@11419
|
|
|
|
|
| |
Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11418
|
|
|
|
|
| |
Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11417
|
|
|
|
|
| |
Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@11416
|
|
|
|
|
| |
Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11415
|
|
|
|
|
|
| |
Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
(Private e-mail)
p4raw-id: //depot/perl@11414
|
|
|
|
|
|
|
| |
(Rest of $ENV{PATH} / system() fix.)
p4raw-id: //depot/perl@11412
p4raw-integrated: from //depot/maint-5.6/perl@11411 'merge in'
win32/perlhost.h (@11400..)
|
|
|
|
|
| |
Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
p4raw-id: //depot/perl@11411
|
|
|
|
|
| |
Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
p4raw-id: //depot/perl@11410
|
|
|
|
|
| |
Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11409
|
|
|
|
|
|
|
|
|
| |
from perl5.6*
p4raw-id: //depot/perl@11405
p4raw-integrated: from //depot/maint-5.6/perl@11404 'merge in'
win32/win32.c (@8917..)
p4raw-integrated: from //depot/maint-5.6/perl@11400 'merge in'
win32/perlhost.h (@11399..)
|
|
|
|
|
| |
Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
p4raw-id: //depot/perl@11404
|
|
|
|
|
|
|
| |
(leading whitespace)
Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
p4raw-id: //depot/perl@11403
|
|
|
|
|
| |
Message-Id: <20010717175920.8177.qmail@plover.com>
p4raw-id: //depot/perl@11402
|
|
|
|
|
|
|
|
| |
Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
Move t/base/commonsense.t to t/lib/commonsense.t - base tests
should not depend on existance of Config.pm
p4raw-id: //depot/perl@11398
|
|
|
|
|
| |
Message-Id: <20010716182031.A1128@blackrider>
p4raw-id: //depot/perl@11397
|
|
|
|
|
| |
Message-Id: <20010717205558.A3107@thislove>
p4raw-id: //depot/perl@11396
|
|
|
|
|
| |
Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
p4raw-id: //depot/perl@11395
|
|
|
|
|
| |
Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11394
|