Jarkko Hietaniemi [Tue, 19 Jun 2001 02:58:26 +0000]
More perl572delta tweaks.
p4raw-id: //depot/perl@10706
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:53:40 +0000]
Update perl572delta.
p4raw-id: //depot/perl@10705
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:28:40 +0000]
VOS updates from Paul Green.
p4raw-id: //depot/perl@10704
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:03:53 +0000]
Update the vos/config.*.* files.
p4raw-id: //depot/perl@10703
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:03:32 +0000]
Add a makefile for more painless adding of symbols to the
VOS headers while in UNIX (in VOS the vos/configure_perl.cm
takes care of the adding)
p4raw-id: //depot/perl@10702
Jarkko Hietaniemi [Tue, 19 Jun 2001 00:51:44 +0000]
Make libnetcfg by default display the libnet configuration,
-c to change, add -i for old config, document all options,
regen toc.
p4raw-id: //depot/perl@10701
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:45:12 +0000]
gcc -Wall sweep.
p4raw-id: //depot/perl@10700
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:19:53 +0000]
So there.
p4raw-id: //depot/perl@10699
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:10:22 +0000]
Document the need for sv_printify().
Document that 'use utf8' has been considered.
(An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
p4raw-id: //depot/perl@10698
Nicholas Clark [Mon, 18 Jun 2001 23:29:23 +0000]
Re: [PATCH] Re: [PATCH] Re: perl@10611
Message-ID: <
20010618232923.I98663@plum.flirble.org>
p4raw-id: //depot/perl@10697
Scott L. Miller [Mon, 18 Jun 2001 10:12:27 +0000]
perl5db.pl v1.07 + docs
Message-ID: <
86256A6F.00538A54.00@omacmta01.custom-edge.com>
p4raw-id: //depot/perl@10696
Jeff Pinyan [Mon, 18 Jun 2001 16:52:24 +0000]
malformed POSIX negation
Message-ID: <Pine.GSO.4.21.
0106181650590.17386-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@10695
Artur Bergman [Mon, 18 Jun 2001 22:06:37 +0000]
Documentation changes for CLONE
Message-ID: <
B7542BEC.1719%artur@contiller.se>
p4raw-id: //depot/perl@10694
Craig A. Berry [Mon, 18 Jun 2001 16:04:38 +0000]
Re: configure.com
Message-Id: <5.1.0.14.0.
20010618154549.0318c090@mail.mac.com>
p4raw-id: //depot/perl@10693
Doug MacEachern [Mon, 18 Jun 2001 16:24:22 +0000]
PL_nullstash + perl_clone()
Message-ID: <Pine.LNX.4.21.
0106181621040.11974-100000@mako.covalent.net>
p4raw-id: //depot/perl@10692
Dave Mitchell [Mon, 18 Jun 2001 21:29:45 +0000]
Re: [PATCH 5.7.1] sv.c documentation
Message-Id: <
200106182029.VAA06503@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@10691
Jarkko Hietaniemi [Mon, 18 Jun 2001 22:17:05 +0000]
More cross-compilation defaults gleaned from -Dcc
if it is CPU-OS-gcc.
p4raw-id: //depot/perl@10690
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:59:47 +0000]
Update Changes.
p4raw-id: //depot/perl@10689
Dave Mitchell [Mon, 18 Jun 2001 00:47:52 +0000]
sv.c documentation
Message-Id: <
200106172347.AAA05475@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@10688
Jon Gunnip [Sun, 17 Jun 2001 18:24:29 +0000]
$@ Clarification in pod/perlvar.pod
Message-ID: <F136EXUIEAOeIiGXix
40000e3a7@hotmail.com>
p4raw-id: //depot/perl@10687
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:32:13 +0000]
Move the locale/strict/warnings helper files back
under the t/lib; this way the amount of non-installabled
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10686
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:11:49 +0000]
Split off the pack/unpack code, from Nicholas Clark.
p4raw-id: //depot/perl@10685
Jarkko Hietaniemi [Mon, 18 Jun 2001 12:25:55 +0000]
Guard the SysV IPC tests against being invoked in
SysV-IPC-less places.
p4raw-id: //depot/perl@10684
Jarkko Hietaniemi [Mon, 18 Jun 2001 12:20:50 +0000]
Add the locale.c and numeric.c to the microperl sources.
p4raw-id: //depot/perl@10682
Abhijit Menon-Sen [Mon, 18 Jun 2001 14:23:44 +0000]
FLAGS = (...,OUR,TYPED,...)
Message-ID: <
20010618142344.A13136@lustre.linux.in>
p4raw-id: //depot/perl@10681
Abhijit Menon-Sen [Mon, 18 Jun 2001 15:50:32 +0000]
Re: [PATCH] more anonymous stash cleanups
Message-ID: <
20010618155032.A13223@lustre.linux.in>
Plus the comment left in as suggested by NI-S.
p4raw-id: //depot/perl@10680
Jarkko Hietaniemi [Mon, 18 Jun 2001 11:49:27 +0000]
One missed file.
p4raw-id: //depot/perl@10679
Jarkko Hietaniemi [Mon, 18 Jun 2001 04:17:15 +0000]
The Grand Trek: move the *.t files from t/ to lib/ and ext/.
No doubt I made some mistakes like missed some files or
misnamed some files. The naming rules were more or less:
(1) if the module is from CPAN, follows its ways, be it
t/*.t or test.pl.
(2) otherwise if there are multiple tests for a module
put them in a t/
(3) otherwise if there's only one test put it in Module.t
(4) helper files go to module/ (locale, strict, warnings)
(5) use longer filenames now that we can (but e.g. the
compat-0.6.t and the Text::Balanced test files still
were renamed to be more civil against the 8.3 people)
installperl was updated appropriately not to install the
*.t files or the help files from under lib.
TODO: some helper files still remain under t/ that could
follow their 'masters'. UPDATE: On second thoughts, why
should they. They can continue to live under t/lib, and
in fact the locale/strict/warnings helpers that were moved
could be moved back. This way the amount of non-installable
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10676
Jarkko Hietaniemi [Mon, 18 Jun 2001 03:15:02 +0000]
The warning no more comes from util.c, it comes from numeric.c.
p4raw-id: //depot/perl@10675
Spider Boardman [Sun, 17 Jun 2001 21:21:04 +0000]
Re: anyone good at casting spells?
Message-Id: <
200106180121.VAA10195@Orb.Nashua.NH.US>
p4raw-id: //depot/perl@10674
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:24:53 +0000]
Protect the (original) thread tests against testing if no 5.005
threads have been configured.
p4raw-id: //depot/perl@10673
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:09:28 +0000]
Try the new test scanning scheme on Text::Abbrev.
p4raw-id: //depot/perl@10672
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:07:08 +0000]
Change the scan policy of the *.t and test.pl files,
now the *.t do not need to live in a t/ directory.
p4raw-id: //depot/perl@10671
Ilmari Karonen [Mon, 18 Jun 2001 00:30:21 +0000]
fix dangling L<perlobj/"WARNING">
Message-ID: <Pine.SOL.3.96.
1010618002009.6629A-100000@simpukka>
p4raw-id: //depot/perl@10670
Jarkko Hietaniemi [Sun, 17 Jun 2001 20:30:22 +0000]
Quench the warnings from Tru64; the HP-UX is still
broken because it really, REALLY, doesn't like the
HvARRAY() being lvalue:
cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
p4raw-id: //depot/perl@10669
Jarkko Hietaniemi [Sun, 17 Jun 2001 19:13:24 +0000]
Integrate change #10667 from maintperl:
change#10449 broke the special-case that makes lexicals inside the
eval"" within DB::DB() visible
p4raw-link: @10667 on //depot/maint-5.6/perl:
09e74a2b2e364b35ece2056bb3ea8e25db9a89f2
p4raw-link: @10449 on //depot/perl:
2090ab20212398e485f20cd7e50303dcd3601be7
p4raw-id: //depot/perl@10668
p4raw-integrated: from //depot/maint-5.6/perl@10666 'merge in' op.c
(@10472..)
Jarkko Hietaniemi [Sun, 17 Jun 2001 17:50:07 +0000]
Still spurious output; indent the code a bit.
TODO1: separate the utility functions like MkDir
into a helper script?
TODO2: I see a lot of repetition in the filepath()
and dirpath() calls.
p4raw-id: //depot/perl@10666
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:59:42 +0000]
Regen modlib, toc.
p4raw-id: //depot/perl@10665
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:55:28 +0000]
Add libnetcfg to perlutil.
p4raw-id: //depot/perl@10664
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:53:29 +0000]
Initial integration of libnet-1.0703.
The Configure script renamed as libnetcfg, will be
installed along other utilities.
p4raw-id: //depot/perl@10663
Jarkko Hietaniemi [Sun, 17 Jun 2001 15:37:32 +0000]
Less potentially test-harness-confusing output.
p4raw-id: //depot/perl@10662
Jarkko Hietaniemi [Sun, 17 Jun 2001 15:31:04 +0000]
The final print annoys make test.
p4raw-id: //depot/perl@10661
Jarkko Hietaniemi [Sun, 17 Jun 2001 14:00:21 +0000]
Add an option for handling dangling symbolic links.
p4raw-id: //depot/perl@10660
Thomas Wegner [Sun, 17 Jun 2001 14:43:11 +0000]
Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
Message-Id: <p
04320400b751fb74714a@[149.225.10.45]>
p4raw-id: //depot/perl@10659
Jonathan Stowe [Sun, 17 Jun 2001 11:26:21 +0000]
Remove tmon.out in make clean
Message-ID: <Pine.LNX.4.33.
0106171120540.28753-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@10658
Abhijit Menon-Sen [Sun, 17 Jun 2001 11:44:06 +0000]
more anonymous stash cleanups
Message-ID: <
20010617114406.A25203@lustre.linux.in>
p4raw-id: //depot/perl@10657
Abhijit Menon-Sen [Sun, 17 Jun 2001 08:02:59 +0000]
[PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
Date: Sun, 17 Jun 2001 08:02:59 +0530
Message-ID: <
20010617080259.A28776@lustre.linux.in>
Subject: [PATCH #2/7] xhv_eiter
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:13:18 +0530
Message-ID: <
20010617081318.B28776@lustre.linux.in>
Subject: [PATCH #3/7] xhv_fill
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:25:16 +0530
Message-ID: <
20010617082516.C28776@lustre.linux.in>
Subject: [PATCH #4/7] xhv_keys
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:36:17 +0530
Message-ID: <
20010617083617.D28776@lustre.linux.in>
Subject: [PATCH #5/7] xhv_max
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:39:48 +0530
Message-ID: <
20010617083948.E28776@lustre.linux.in>
Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:51:11 +0530
Message-ID: <
20010617085111.F28776@lustre.linux.in>
p4raw-id: //depot/perl@10656
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:32:03 +0000]
Update Changes.
p4raw-id: //depot/perl@10655
Abhijit Menon-Sen [Sat, 16 Jun 2001 07:41:19 +0000]
Re: DYNAMIC_ENV_FETCH HvNAME abuse.
Message-ID: <
20010616074119.A24720@lustre.linux.in>
p4raw-id: //depot/perl@10654
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:15:11 +0000]
Document tests failing when threaded, since we now have more.
p4raw-id: //depot/perl@10653
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:12:19 +0000]
-Wall cleanup.
p4raw-id: //depot/perl@10652
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:06:55 +0000]
pthread_attr_setstacksize() isn't absolutely necessary
to call, only iff THREAD_CREATE_NEEDS_STACK.
p4raw-id: //depot/perl@10651
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:58:48 +0000]
-Wall strays.
p4raw-id: //depot/perl@10650
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:47:40 +0000]
Add workaround for Darwin's (Mac OS X's) INT32_MIN
(and INT64_MIN) brokenness.
p4raw-id: //depot/perl@10649
Nicholas Clark [Sun, 17 Jun 2001 00:16:05 +0000]
Re: [PATCH] Re: perl@10611
Message-ID: <
20010617001605.V98663@plum.flirble.org>
p4raw-id: //depot/perl@10648
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:24:47 +0000]
Add perlnetware to docs; regen toc; supply skeleton
docs for some Memoize submodules.
p4raw-id: //depot/perl@10647
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:06:52 +0000]
pod cleanup.
p4raw-id: //depot/perl@10646
Jarkko Hietaniemi [Sat, 16 Jun 2001 21:47:00 +0000]
Integrate Memoize 0.64. Few tweaks were required in
the test scripts. Note that the speed and expire*
tests take several dozen seconds to run.
p4raw-id: //depot/perl@10645
Jarkko Hietaniemi [Sat, 16 Jun 2001 20:35:49 +0000]
Document the cross-compilation options.
p4raw-id: //depot/perl@10644
Jarkko Hietaniemi [Sat, 16 Jun 2001 19:46:38 +0000]
NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
p4raw-id: //depot/perl@10643
Jarkko Hietaniemi [Sat, 16 Jun 2001 19:16:04 +0000]
Resort MANIFEST.
p4raw-id: //depot/perl@10642
Jarkko Hietaniemi [Sat, 16 Jun 2001 18:52:26 +0000]
Integrate perlio:
[ 10640]
Disable :win32 layer as default till I get it working
[ 10632]
Work-in-progress win32 layer semi-functional, checking
for UNIX breakage.
[ 10627]
Work in progress UNIX-side edit of win32 PerLIO layer
p4raw-link: @10640 on //depot/perlio:
2f8118af5e6ae8b76fdc332011717931c71acde6
p4raw-link: @10632 on //depot/perlio:
0c4128adc5f62cd332ae4fa5bc8999c95d611d36
p4raw-link: @10627 on //depot/perlio:
a8c08ecdc5ffec9869657a967edfe7b74a713a27
p4raw-id: //depot/perl@10641
Nick Ing-Simmons [Sat, 16 Jun 2001 18:38:31 +0000]
Disable :win32 layer as default till I get it working
p4raw-id: //depot/perlio@10640
Jarkko Hietaniemi [Sat, 16 Jun 2001 18:35:46 +0000]
Try the new scheme by moving the Text::Abbrev test
to a new place under lib.
p4raw-id: //depot/perl@10639
Jarkko Hietaniemi [Sat, 16 Jun 2001 18:34:30 +0000]
Make the code even more dynamical so that testname
suffix length can change.
p4raw-id: //depot/perl@10638
Jarkko Hietaniemi [Sat, 16 Jun 2001 18:16:28 +0000]
Allow for deeper t/ and also a single test.pl.
p4raw-id: //depot/perl@10637
Jarkko Hietaniemi [Sat, 16 Jun 2001 18:13:59 +0000]
#define fix from Nicholas Clark.
p4raw-id: //depot/perl@10636
Jarkko Hietaniemi [Sat, 16 Jun 2001 17:50:43 +0000]
Initialization is nice.
p4raw-id: //depot/perl@10635
Jarkko Hietaniemi [Sat, 16 Jun 2001 17:38:53 +0000]
Make t/TEST and t/harness to test also the t/ tests
under the main lib/ and ext/ directories. Fix Test::Harness
to dynamically change the width of its "foo/bar....ok" output.
p4raw-id: //depot/perl@10634
Nicholas Clark [Sat, 16 Jun 2001 16:52:47 +0000]
Re: perl@10611
Message-ID: <
20010616165247.O98663@plum.flirble.org>
The .xs parts, too.
p4raw-id: //depot/perl@10633
Nick Ing-Simmons [Sat, 16 Jun 2001 16:44:35 +0000]
Work-in-progress win32 layer semi-functional, checking
for UNIX breakage.
p4raw-id: //depot/perlio@10632
Nicholas Clark [Sat, 16 Jun 2001 16:52:47 +0000]
Re: perl@10611
Message-ID: <
20010616165247.O98663@plum.flirble.org>
p4raw-id: //depot/perl@10631
Jarkko Hietaniemi [Sat, 16 Jun 2001 15:11:10 +0000]
The extraction changed directories.
p4raw-id: //depot/perl@10629
Jarkko Hietaniemi [Sat, 16 Jun 2001 14:59:38 +0000]
Math::BigInt 1.35 from Tels.
p4raw-id: //depot/perl@10628
Nick Ing-Simmons [Sat, 16 Jun 2001 14:54:52 +0000]
Work in progress UNIX-side edit of win32 PerLIO layer
p4raw-id: //depot/perlio@10627
Ilya Zakharevich [Fri, 15 Jun 2001 01:19:36 +0000]
os2/diff-configure
Message-ID: <
20010615011936.A26982@math.ohio-state.edu>
Empty all of it because I think #10624 made even the
last patch hunk unnecessary.
p4raw-id: //depot/perl@10626
Jarkko Hietaniemi [Sat, 16 Jun 2001 13:58:34 +0000]
Metaconfig unit change for 10624.
p4raw-id: //depot/perl@10625
Jarkko Hietaniemi [Sat, 16 Jun 2001 13:58:13 +0000]
Move the initialization of libnames to the beginning so
that can one 'seed' it (as OS/2 does.)
p4raw-id: //depot/perl@10624
Ilya Zakharevich [Fri, 15 Jun 2001 19:10:57 +0000]
OS2::DLL patch
Message-ID: <
20010615191057.A8050@math.ohio-state.edu>
p4raw-id: //depot/perl@10623
Craig A. Berry [Fri, 15 Jun 2001 17:00:03 +0000]
make VMS find util.c's offspring
Message-Id: <
a05101007b750342599be@[172.16.52.1]>
p4raw-id: //depot/perl@10622
Craig A. Berry [Fri, 15 Jun 2001 18:39:42 +0000]
get extutils.t working on VMS (again)
Message-Id: <
a05101008b7503dc9dc2f@[172.16.52.1]>
p4raw-id: //depot/perl@10621
Jarkko Hietaniemi [Sat, 16 Jun 2001 13:25:06 +0000]
Integrate perlio:
[ 10619]
Generated files
[ 10618]
Fix open.pm to work via XS-implemented method calls rather
than *open::layers variables which caused all the HV/AV hassle.
p4raw-link: @10619 on //depot/perlio:
36ed54254cbe91c6051630e3440813400d44c456
p4raw-link: @10618 on //depot/perlio:
0c4f7ff0542ecfc72484b0714d25e263611253ee
p4raw-id: //depot/perl@10620
Nick Ing-Simmons [Fri, 15 Jun 2001 21:05:19 +0000]
Generated files
p4raw-id: //depot/perlio@10619
Nick Ing-Simmons [Fri, 15 Jun 2001 20:27:42 +0000]
Fix open.pm to work via XS-implemented method calls rather
than *open::layers variables which caused all the HV/AV hassle.
p4raw-id: //depot/perlio@10618
Jarkko Hietaniemi [Fri, 15 Jun 2001 18:50:53 +0000]
Integrate perlio:
[ 10616]
pTHX_ / aTHX_ for ExtUtils/Constant.pm
p4raw-link: @10616 on //depot/perlio:
a2c454fab251f31050e7634776a305ebcdba5ec4
p4raw-id: //depot/perl@10617
Nick Ing-Simmons [Fri, 15 Jun 2001 18:46:47 +0000]
pTHX_ / aTHX_ for ExtUtils/Constant.pm
p4raw-id: //depot/perlio@10616
Jarkko Hietaniemi [Fri, 15 Jun 2001 18:36:43 +0000]
Integrate perlio:
[ 10614]
MULTIPLICITY fix for Socket.xs
p4raw-link: @10614 on //depot/perlio:
a062834f6b91f994c046043f1bbf3218aea18281
p4raw-id: //depot/perl@10615
Nick Ing-Simmons [Fri, 15 Jun 2001 18:33:37 +0000]
MULTIPLICITY fix for Socket.xs
p4raw-id: //depot/perlio@10614
Doug MacEachern [Fri, 15 Jun 2001 10:10:33 +0000]
Re: perl@10611
Message-ID: <Pine.LNX.4.21.
0106151007420.10871-100000@mako.covalent.net>
p4raw-id: //depot/perl@10613
Nick Ing-Simmons [Fri, 15 Jun 2001 16:14:38 +0000]
Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
p4raw-id: //depot/perlio@10612
Jarkko Hietaniemi [Fri, 15 Jun 2001 14:29:04 +0000]
Update Changes.
p4raw-id: //depot/perl@10611
Jarkko Hietaniemi [Fri, 15 Jun 2001 14:20:33 +0000]
Upping the test count.
p4raw-id: //depot/perl@10610
Jarkko Hietaniemi [Fri, 15 Jun 2001 14:13:29 +0000]
Integrate perlio:
[ 10606]
regen_config_h for Win32.
p4raw-link: @10606 on //depot/perlio:
7cce17069295bdc68633121fcba9e8cc7d1a2a8d
p4raw-id: //depot/perl@10609
Andreas König [Fri, 15 Jun 2001 13:30:39 +0000]
Re: [ID
20010608.010] File::Find re-entrancy
Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
Record the grim history.
p4raw-id: //depot/perl@10608
Brian McCauley [Fri, 15 Jun 2001 07:51:26 +0000]
Re: [ID
20010608.010] File::Find re-entrancy
Message-Id: <
200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
p4raw-id: //depot/perl@10607
Nick Ing-Simmons [Fri, 15 Jun 2001 14:00:08 +0000]
regen_config_h for Win32.
p4raw-id: //depot/perlio@10606
Peter Prymmer [Thu, 14 Jun 2001 16:25:33 +0000]
handle tri graphs in h2ph.PL -> h2ph*
Message-ID: <Pine.OSF.4.10.
10106141608080.110974-100000@aspara.forte.com>
p4raw-id: //depot/perl@10605
Jarkko Hietaniemi [Fri, 15 Jun 2001 13:45:03 +0000]
Some filesystems require writability for rename/unlink.
p4raw-id: //depot/perl@10604
H.Merijn Brand [Fri, 15 Jun 2001 12:08:53 +0000]
Re: [PATCH} perlio and threading @ 10576 + report
Message-Id: <
20010615120320.F009.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@10603
Mike Guy [Fri, 15 Jun 2001 14:11:49 +0000]
Re: [PATCH] opcode.pl is chmod'ing the original source tree
Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@10602