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
Nicholas Clark [Thu, 14 Jun 2001 23:52:56 +0000]
INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
Message-ID: <
20010614235256.G98663@plum.flirble.org>
p4raw-id: //depot/perl@10601
Russ Allbery [Thu, 14 Jun 2001 13:24:43 +0000]
Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@10600
Nicholas Clark [Thu, 14 Jun 2001 20:37:47 +0000]
GDBM_File (wasRe: ext/ + -Wall)
Message-ID: <
20010614203747.F98663@plum.flirble.org>
p4raw-id: //depot/perl@10599
Jarkko Hietaniemi [Fri, 15 Jun 2001 13:13:13 +0000]
Integrate perlio:
[ 10597]
Check that HVs with HvNAME() != NULL are really stashes before
treating them as such. Also be more defensive on the GvCV.
Win32 fork and dprof now working again.
[ 10595]
Skip Perl_my_bcopy in .def file as we do not provide it.
- Win32 (VC++) now builds but fails:
filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
fork.t - No &___ENV_HV_NAME___::CLONE method ???
write.t - open(...,"|-") not implemented on Win32
p4raw-link: @10597 on //depot/perlio:
5f438a9a23e13957a6f27a6c29850d4dce382023
p4raw-link: @10595 on //depot/perlio:
9d50d3997b5daf2ecaed7d0cafc86ab4121491bc
p4raw-id: //depot/perl@10598
Nick Ing-Simmons [Fri, 15 Jun 2001 11:08:13 +0000]
Check that HVs with HvNAME() != NULL are really stashes before
treating them as such. Also be more defensive on the GvCV.
Win32 fork and dprof now working again.
p4raw-id: //depot/perlio@10597
Nick Ing-Simmons [Fri, 15 Jun 2001 10:11:20 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@10596
Nick Ing-Simmons [Fri, 15 Jun 2001 09:37:17 +0000]
Skip Perl_my_bcopy in .def file as we do not provide it.
- Win32 (VC++) now builds but fails:
filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
fork.t - No &___ENV_HV_NAME___::CLONE method ???
write.t - open(...,"|-") not implemented on Win32
p4raw-id: //depot/perlio@10595
Jarkko Hietaniemi [Fri, 15 Jun 2001 00:17:16 +0000]
Integrate perlio:
[ 10591]
Steps along the road toward Win32 building again.
p4raw-link: @10591 on //depot/perlio:
e06a3afbe255226c27f480b83177014c2fe65464
p4raw-id: //depot/perl@10594
Jarkko Hietaniemi [Fri, 15 Jun 2001 00:15:52 +0000]
The first steps towards cross-compilation.
Abstract execution of compiled test executables with $run,
and abstract transfer of files with $to and $from.
Under cross-compilation the $run, $to, and $from will point
to appropriate wrapper scripts, by default ssh and scp,
but also rsh, rcp, and cp are supported. If not
cross-compiling, they will be set to '', ':', and ':',
respectively.
With these patches I was able to get Configure for
iPAQ ARM Linux on an Intel Linux about 95% right
(only a few tests failed to execute or they produced
incorrect results), and I was able to compile
a functional miniperl.
The symbol crosscompile renamed to be usecrosscompile,
the corresponding C symbol from CROSSCOMPILE to
USE_CROSS_COMPILE.
p4raw-id: //depot/perl@10592
Nick Ing-Simmons [Thu, 14 Jun 2001 20:00:12 +0000]
Steps along the road toward Win32 building again.
p4raw-id: //depot/perlio@10591
Jarkko Hietaniemi [Thu, 14 Jun 2001 16:11:11 +0000]
Integrate perlio:
[ 10589]
Routine regen_config_h for Win32
p4raw-link: @10589 on //depot/perlio:
4d3be0c7dd56140382c75663158705a0e4495245
p4raw-id: //depot/perl@10590
Nick Ing-Simmons [Thu, 14 Jun 2001 13:54:07 +0000]
Routine regen_config_h for Win32
p4raw-id: //depot/perlio@10589
Jarkko Hietaniemi [Thu, 14 Jun 2001 12:30:46 +0000]
Integrate perlio:
[ 10586]
Add new step to run_byacc which:
A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
[ 10584]
Hack to remove insecure directories from PATH so test will run.
p4raw-link: @10586 on //depot/perlio:
f4db54055cd36d83622f77949fd6ab7c67198101
p4raw-link: @10584 on //depot/perlio:
24e8cdb889e0ad40169b18813ffa9d1841ab8217
p4raw-id: //depot/perl@10588
Jarkko Hietaniemi [Thu, 14 Jun 2001 12:23:24 +0000]
A placeholder.
p4raw-id: //depot/perl@10587
Nick Ing-Simmons [Thu, 14 Jun 2001 08:25:07 +0000]
Add new step to run_byacc which:
A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
p4raw-id: //depot/perlio@10586
Nick Ing-Simmons [Thu, 14 Jun 2001 08:22:29 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10585
Nick Ing-Simmons [Thu, 14 Jun 2001 08:05:53 +0000]
Hack to remove insecure directories from PATH so test will run.
p4raw-id: //depot/perlio@10584
Jarkko Hietaniemi [Thu, 14 Jun 2001 03:11:16 +0000]
The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
p4raw-id: //depot/perl@10583
Jarkko Hietaniemi [Thu, 14 Jun 2001 03:04:51 +0000]
Detypo.
p4raw-id: //depot/perl@10582
Jarkko Hietaniemi [Thu, 14 Jun 2001 03:03:14 +0000]
de-$CONFIG continues.
p4raw-id: //depot/perl@10581
Nicholas Clark [Wed, 13 Jun 2001 21:20:13 +0000]
opcode.pl is chmod'ing the original source tree
Message-ID: <
20010613212013.D98663@plum.flirble.org>
p4raw-id: //depot/perl@10580
Hugo van der Sanden [Thu, 14 Jun 2001 00:41:08 +0000]
splitting util.c
Message-Id: <
200106132341.AAA24935@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10579
Jarkko Hietaniemi [Wed, 13 Jun 2001 23:45:11 +0000]
Upgrade to Math::BigInt 1.34 from Tels.
p4raw-id: //depot/perl@10578
Nick Ing-Simmons [Wed, 13 Jun 2001 19:02:48 +0000]
Integrate mainline. Storable fail has gone, insecure dependancy still there.
p4raw-id: //depot/perlio@10577