This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years ago[patch] one more little step for WinCE
Vadim Konovalov [Mon, 20 May 2002 11:47:19 +0000 (15:47 +0400)]
[patch] one more little step for WinCE
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>

p4raw-id: //depot/perl@16708

22 years agoPreemptive doc patch.
Jarkko Hietaniemi [Mon, 20 May 2002 12:42:35 +0000 (12:42 +0000)]
Preemptive doc patch.

p4raw-id: //depot/perl@16707

22 years agoThe "constant sub redefined" warning can't be disabled.
Rafael Garcia-Suarez [Mon, 20 May 2002 12:21:14 +0000 (12:21 +0000)]
The "constant sub redefined" warning can't be disabled.

p4raw-id: //depot/perl@16706

22 years agoMissed hunk from #16701.
Jarkko Hietaniemi [Mon, 20 May 2002 02:49:22 +0000 (02:49 +0000)]
Missed hunk from #16701.

p4raw-id: //depot/perl@16704

22 years agoRe: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
Andreas König [Mon, 20 May 2002 05:36:14 +0000 (07:36 +0200)]
Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
Message-ID: <m34rh37aoh.fsf@anima.de>

p4raw-id: //depot/perl@16703

22 years agotiny doc tweaks
Andreas König [Mon, 20 May 2002 05:07:13 +0000 (07:07 +0200)]
tiny doc tweaks
Message-ID: <m38z6f7c0u.fsf@anima.de>

p4raw-id: //depot/perl@16702

22 years agoithreads for VMS
Craig A. Berry [Sun, 19 May 2002 22:06:43 +0000 (17:06 -0500)]
ithreads for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111704b90e14567261@[172.16.52.1]>

p4raw-id: //depot/perl@16701

22 years agoMake Makefile_PL.e2x happy on MSWin32
Audrey Tang [Mon, 20 May 2002 04:10:31 +0000 (12:10 +0800)]
Make Makefile_PL.e2x happy on MSWin32
Message-ID: <20020519201031.GA1603@not.autrijus.org>

p4raw-id: //depot/perl@16700

22 years agoMac OS X 10.1.4 started to consume 150MB+ virtual memory
Jarkko Hietaniemi [Sun, 19 May 2002 22:26:07 +0000 (22:26 +0000)]
Mac OS X 10.1.4 started to consume 150MB+ virtual memory
while trying to -O3 optimize B.c.  (A bit weird since
10.1.4 used to work fine, and nothing has changed in
ext/B/..., but the overoptimization was repeatable.)

p4raw-id: //depot/perl@16699

22 years agoUNICOS/mk seems to still have this problem.
Jarkko Hietaniemi [Sun, 19 May 2002 21:11:55 +0000 (21:11 +0000)]
UNICOS/mk seems to still have this problem.

p4raw-id: //depot/perl@16698

22 years agoperldelta tweaks.
Jarkko Hietaniemi [Sun, 19 May 2002 18:53:54 +0000 (18:53 +0000)]
perldelta tweaks.

p4raw-id: //depot/perl@16697

22 years agoDocument the reentrant_retry(), but from user's viewpoint.
Jarkko Hietaniemi [Sun, 19 May 2002 18:02:54 +0000 (18:02 +0000)]
Document the reentrant_retry(), but from user's viewpoint.

p4raw-id: //depot/perl@16695

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 19 May 2002 14:49:49 +0000 (14:49 +0000)]
Update Changes.

p4raw-id: //depot/perl@16694

22 years agoBenchmark.pm: empty loop too slow
Slaven Rezic [Sun, 19 May 2002 16:03:12 +0000 (18:03 +0200)]
Benchmark.pm: empty loop too slow
Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>

p4raw-id: //depot/perl@16693

22 years agoDocument once more the difference between :utf8
Jarkko Hietaniemi [Sun, 19 May 2002 03:05:41 +0000 (03:05 +0000)]
Document once more the difference between :utf8
and :encoding(...).

p4raw-id: //depot/perl@16692

22 years agoThird Degree: make the options more portable between
Jarkko Hietaniemi [Sun, 19 May 2002 02:24:30 +0000 (02:24 +0000)]
Third Degree: make the options more portable between
Tru64 versions.

p4raw-id: //depot/perl@16691

22 years agoIRIX SMP turned up a few hundred "Use of uninitialized
Jarkko Hietaniemi [Sun, 19 May 2002 01:41:54 +0000 (01:41 +0000)]
IRIX SMP turned up a few hundred "Use of uninitialized
value in numeric eq" warnings: initialise the $counter2.

p4raw-id: //depot/perl@16690

22 years agoRe: [PATCH threads] revised warnings + more tests + docs
Dave Mitchell [Sun, 19 May 2002 00:50:43 +0000 (01:50 +0100)]
Re: [PATCH threads] revised warnings + more tests + docs
Message-ID: <20020519005043.F7275@fdgroup.com>

p4raw-id: //depot/perl@16689

22 years agoSarathy pointed out that instead of zeroing heap
Jarkko Hietaniemi [Sun, 19 May 2002 00:28:51 +0000 (00:28 +0000)]
Sarathy pointed out that instead of zeroing heap
it is more prudent to poison it.

p4raw-id: //depot/perl@16688

22 years agoThe thread warnings aren't quite yet working as planned.
Jarkko Hietaniemi [Sat, 18 May 2002 22:03:29 +0000 (22:03 +0000)]
The thread warnings aren't quite yet working as planned.

p4raw-id: //depot/perl@16687

22 years agoForgotten from #16685.
Jarkko Hietaniemi [Sat, 18 May 2002 20:48:03 +0000 (20:48 +0000)]
Forgotten from #16685.

p4raw-id: //depot/perl@16686

22 years agorevised warnings + more tests + docs
Dave Mitchell [Sat, 18 May 2002 22:24:51 +0000 (23:24 +0100)]
revised warnings + more tests + docs
Message-ID: <20020518222451.E7275@fdgroup.com>

p4raw-id: //depot/perl@16685

22 years agoStorable status tweak.
Jarkko Hietaniemi [Sat, 18 May 2002 20:10:53 +0000 (20:10 +0000)]
Storable status tweak.

p4raw-id: //depot/perl@16684

22 years agoperlfunc and perldelta updates about caller().
Rafael Garcia-Suarez [Sat, 18 May 2002 19:39:42 +0000 (19:39 +0000)]
perlfunc and perldelta updates about caller().

p4raw-id: //depot/perl@16683

22 years agoRE: perl@16678
Paul Marquess [Sat, 18 May 2002 21:15:43 +0000 (22:15 +0100)]
RE: perl@16678
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>

Making the symbols generated by warnings.pl future-proof.

p4raw-id: //depot/perl@16682

22 years agoExtUtils::MakeMaker 5.94_02 -> 5.95_01
Michael G. Schwern [Sat, 18 May 2002 14:53:50 +0000 (10:53 -0400)]
ExtUtils::MakeMaker 5.94_02 -> 5.95_01
Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>

p4raw-id: //depot/perl@16681

22 years agoPrettyprinting.
Jarkko Hietaniemi [Sat, 18 May 2002 18:43:35 +0000 (18:43 +0000)]
Prettyprinting.

p4raw-id: //depot/perl@16680

22 years agoCompanion to #16601: cxinc would create uninitialized
Jarkko Hietaniemi [Sat, 18 May 2002 18:42:08 +0000 (18:42 +0000)]
Companion to #16601: cxinc would create uninitialized
PERL_CONTEXTs.  The bug was tickled by the test
lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
added to check that I got the context stack extension right.
Also rewrite recurse.t to use test.pl.

p4raw-id: //depot/perl@16679

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sat, 18 May 2002 16:38:29 +0000 (16:38 +0000)]
Update Changes.

p4raw-id: //depot/perl@16678

22 years agoURL and other tiny tweaks.
Jarkko Hietaniemi [Sat, 18 May 2002 15:50:25 +0000 (15:50 +0000)]
URL and other tiny tweaks.

p4raw-id: //depot/perl@16677

22 years ago[Patch] doc patch on Unicode
SADAHIRO Tomoyuki [Sun, 19 May 2002 01:01:58 +0000 (10:01 +0900)]
[Patch] doc patch on Unicode
Message-Id: <20020519005515.18F0.BQW10602@nifty.com>

p4raw-id: //depot/perl@16676

22 years ago s/2.0/2.00/ to be CPAN friendly.
Abhijit Menon-Sen [Sat, 18 May 2002 15:06:35 +0000 (15:06 +0000)]
   s/2.0/2.00/ to be CPAN friendly.

p4raw-id: //depot/perl@16675

22 years agoRe: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
Philip Newton [Sat, 18 May 2002 09:54:13 +0000 (11:54 +0200)]
Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
EBCDIC, amazing.
   Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e

p4raw-id: //depot/perl@16674

22 years agoStorable test for 64 bit 5.6.1
Nicholas Clark [Sat, 18 May 2002 15:48:55 +0000 (16:48 +0100)]
Storable test for 64 bit 5.6.1
   Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
   (Private mail.)

p4raw-id: //depot/perl@16673

22 years agoNo more true.
Jarkko Hietaniemi [Sat, 18 May 2002 04:31:00 +0000 (04:31 +0000)]
No more true.

p4raw-id: //depot/perl@16671

22 years agoMake use vars grok UTF-8.
Jarkko Hietaniemi [Sat, 18 May 2002 04:14:25 +0000 (04:14 +0000)]
Make use vars grok UTF-8.

p4raw-id: //depot/perl@16670

22 years agoRe: t/op/tie.t #19 TODO ENOTWORKING
Michael G. Schwern [Fri, 17 May 2002 23:54:29 +0000 (19:54 -0400)]
Re: t/op/tie.t #19 TODO ENOTWORKING
Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>

p4raw-id: //depot/perl@16669

22 years agoTest::Harness 2.21 -> 2.22
Michael G. Schwern [Fri, 17 May 2002 20:37:26 +0000 (16:37 -0400)]
Test::Harness 2.21 -> 2.22
Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>

p4raw-id: //depot/perl@16668

22 years agoRe: [PATCH] Storable stand alone tests
Nicholas Clark [Sat, 18 May 2002 00:18:39 +0000 (01:18 +0100)]
Re: [PATCH] Storable stand alone tests
Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>

Use Storable's st-dump.pl.

p4raw-id: //depot/perl@16667

22 years agoForgotten from #16656.
Jarkko Hietaniemi [Fri, 17 May 2002 21:46:04 +0000 (21:46 +0000)]
Forgotten from #16656.

p4raw-id: //depot/perl@16666

22 years agoStorable ChangeLog ready for release
Nicholas Clark [Fri, 17 May 2002 23:17:34 +0000 (00:17 +0100)]
Storable ChangeLog ready for release
Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16665

22 years agoStorable stand alone tests
Nicholas Clark [Fri, 17 May 2002 22:43:35 +0000 (23:43 +0100)]
Storable stand alone tests
Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16664

22 years agoExtUtils::MakeMaker 5.92_01 -> 5.94_02
Michael G. Schwern [Fri, 17 May 2002 17:17:54 +0000 (13:17 -0400)]
ExtUtils::MakeMaker 5.92_01 -> 5.94_02
Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>

p4raw-id: //depot/perl@16663

22 years agoMore regression tests for caller() and fix one bug of #16658.
Rafael Garcia-Suarez [Fri, 17 May 2002 20:07:21 +0000 (20:07 +0000)]
More regression tests for caller() and fix one bug of #16658.

p4raw-id: //depot/perl@16662

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 17 May 2002 19:13:18 +0000 (19:13 +0000)]
Integrate perlio:

[ 16657]
Fix the crlf.t buffer leak
- actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
flagged it because it is more often popped without stream
being closed.
- Define non-noop PerlIOBuf_popped(), use it and export it.
p4raw-link: @16657 on //depot/perlio: 44798d05173226aecbb6247375cc88a9dd809540

p4raw-id: //depot/perl@16661

22 years agoAdd a note about Cwd::fastcwd() returning tainted data.
Rafael Garcia-Suarez [Fri, 17 May 2002 19:09:03 +0000 (19:09 +0000)]
Add a note about Cwd::fastcwd() returning tainted data.
Sort modules alphabetically.

p4raw-id: //depot/perl@16660

22 years agoRemove O from the untested modules list.
Rafael Garcia-Suarez [Fri, 17 May 2002 19:05:11 +0000 (19:05 +0000)]
Remove O from the untested modules list.

p4raw-id: //depot/perl@16659

22 years agoFix bug 20020517.003 : segfault with caller().
Rafael Garcia-Suarez [Fri, 17 May 2002 19:03:06 +0000 (19:03 +0000)]
Fix bug 20020517.003 : segfault with caller().
Add regression tests for caller.

p4raw-id: //depot/perl@16658

22 years agoFix the crlf.t buffer leak
Nick Ing-Simmons [Fri, 17 May 2002 17:18:18 +0000 (17:18 +0000)]
Fix the crlf.t buffer leak
 - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
   flagged it because it is more often popped without stream
   being closed.
 - Define non-noop PerlIOBuf_popped(), use it and export it.

p4raw-id: //depot/perlio@16657

22 years agoPERL_HASH() casting games so that our hashed data is "unsigned
Jarkko Hietaniemi [Fri, 17 May 2002 16:52:15 +0000 (16:52 +0000)]
PERL_HASH() casting games so that our hashed data is "unsigned
char" but old code using just a "char" doesn't need changes.
(The change is using a temporary pointer instead of a direct
cast to unsigned char* which would blindly cast anything,
not just char pointers.)  (The problem arose in MacOS Classic,
as seen by Pudge, the cure by Nicholas Clark.)

p4raw-id: //depot/perl@16656

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 17 May 2002 14:59:20 +0000 (14:59 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16655

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 17 May 2002 12:24:07 +0000 (12:24 +0000)]
Update Changes.

p4raw-id: //depot/perl@16654

22 years agoFAQ sync.
Jarkko Hietaniemi [Fri, 17 May 2002 12:18:54 +0000 (12:18 +0000)]
FAQ sync.

p4raw-id: //depot/perl@16653

22 years agoForgot from #16628.
Jarkko Hietaniemi [Fri, 17 May 2002 12:14:20 +0000 (12:14 +0000)]
Forgot from #16628.

p4raw-id: //depot/perl@16652

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 17 May 2002 06:56:40 +0000 (06:56 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16645

22 years agoSTDERR noise.
Jarkko Hietaniemi [Fri, 17 May 2002 03:10:15 +0000 (03:10 +0000)]
STDERR noise.

p4raw-id: //depot/perl@16644

22 years agoUpgrade to Switch 2.07.
Jarkko Hietaniemi [Fri, 17 May 2002 03:08:01 +0000 (03:08 +0000)]
Upgrade to Switch 2.07.

p4raw-id: //depot/perl@16643

22 years agoMissed hunk in #16641.
Jarkko Hietaniemi [Fri, 17 May 2002 02:59:35 +0000 (02:59 +0000)]
Missed hunk in #16641.

p4raw-id: //depot/perl@16642

22 years agoUpgrade to Filter::Simple 0.78.
Jarkko Hietaniemi [Fri, 17 May 2002 02:56:14 +0000 (02:56 +0000)]
Upgrade to Filter::Simple 0.78.
(Keep #14432, let Damian know of it.)

p4raw-id: //depot/perl@16641

22 years agoMore Third Degree.
Jarkko Hietaniemi [Fri, 17 May 2002 01:36:12 +0000 (01:36 +0000)]
More Third Degree.

p4raw-id: //depot/perl@16640

22 years agoThird Degree tweaks.
Jarkko Hietaniemi [Fri, 17 May 2002 01:07:09 +0000 (01:07 +0000)]
Third Degree tweaks.

p4raw-id: //depot/perl@16639

22 years agoPurify: dl_last_error was leaking.
Jarkko Hietaniemi [Thu, 16 May 2002 22:54:36 +0000 (22:54 +0000)]
Purify: dl_last_error was leaking.

p4raw-id: //depot/perl@16638

22 years agoperltoc ref.
Chris Ball [Thu, 16 May 2002 20:51:34 +0000 (21:51 +0100)]
perltoc ref.
Message-ID: <86lmajvpkp.fsf@void.printf.net>

p4raw-id: //depot/perl@16637

22 years agolib/ExtUtils/t/Constant.t on VMS
Craig A. Berry [Thu, 16 May 2002 14:13:15 +0000 (09:13 -0500)]
lib/ExtUtils/t/Constant.t on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>

p4raw-id: //depot/perl@16636

22 years agoMake Cwd::fastcwd() return a tainted value.
Rafael Garcia-Suarez [Thu, 16 May 2002 21:09:57 +0000 (21:09 +0000)]
Make Cwd::fastcwd() return a tainted value.
Add regression tests for taint-safety of the *cwd()
functions.

p4raw-id: //depot/perl@16635

22 years agoRe: AIX warning in hints regarding gcc
H.Merijn Brand [Thu, 16 May 2002 18:55:41 +0000 (20:55 +0200)]
Re: AIX warning in hints regarding gcc
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@16634

22 years agoUpdate the test statuses.
Jarkko Hietaniemi [Thu, 16 May 2002 14:18:27 +0000 (14:18 +0000)]
Update the test statuses.

p4raw-id: //depot/perl@16633

22 years agoThe UDP sockpair failure seems to have magically
Jarkko Hietaniemi [Thu, 16 May 2002 14:17:29 +0000 (14:17 +0000)]
The UDP sockpair failure seems to have magically
disappeared from both UNICOSes.
(One gets "UNEXPECTEDLY SUCCEEDED".)

p4raw-id: //depot/perl@16632

22 years agoBrokenness of restricted hashes with Storable on EBCDIC
Jarkko Hietaniemi [Thu, 16 May 2002 13:57:08 +0000 (13:57 +0000)]
Brokenness of restricted hashes with Storable on EBCDIC
seems to be an artifact of the downgrade.t.

p4raw-id: //depot/perl@16631

22 years agoDocument the odd slowdown of ext/Encode/t/Unicode.t under
Jarkko Hietaniemi [Thu, 16 May 2002 13:51:19 +0000 (13:51 +0000)]
Document the odd slowdown of ext/Encode/t/Unicode.t under
memory debuggers.

p4raw-id: //depot/perl@16630

22 years agoRe: [ PATCH ] AIX 4.3 / gcc / threads
H.Merijn Brand [Thu, 16 May 2002 16:42:34 +0000 (18:42 +0200)]
Re: [ PATCH ] AIX 4.3 / gcc / threads
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>

gcc 3 version parsing proofing.

p4raw-id: //depot/perl@16629

22 years agogood day for WinCE port of perl.
Vadim Konovalov [Thu, 16 May 2002 03:33:23 +0000 (07:33 +0400)]
good day for WinCE port of perl.
Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>

p4raw-id: //depot/perl@16628

22 years agodo not use "udp" on some platforms for Sys::Syslog
Slaven Rezic [Mon, 13 May 2002 16:02:24 +0000 (18:02 +0200)]
do not use "udp" on some platforms for Sys::Syslog
Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>

p4raw-id: //depot/perl@16627

22 years agoRe: [PATCH] allow use threads qw(yield)
Dave Mitchell [Wed, 15 May 2002 23:26:27 +0000 (00:26 +0100)]
Re: [PATCH] allow use threads qw(yield)
Message-ID: <20020515232626.E28924@fdgroup.com>

p4raw-id: //depot/perl@16626

22 years ago[ PATCH ] AIX 4.3 / gcc / threads
H.Merijn Brand [Thu, 16 May 2002 14:22:21 +0000 (16:22 +0200)]
[ PATCH ] AIX 4.3 / gcc / threads
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@16625

22 years agoOS/2 tr (well, GNU textutils 2.0 tr) probing tweak
Jarkko Hietaniemi [Thu, 16 May 2002 13:04:40 +0000 (13:04 +0000)]
OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
from John Poltorak <jp@eyup.org>.

p4raw-id: //depot/perl@16623

22 years agoDJGPP doesn't have \r\n delimited files (it has \r).
Jarkko Hietaniemi [Thu, 16 May 2002 12:58:05 +0000 (12:58 +0000)]
DJGPP doesn't have \r\n delimited files (it has \r).

p4raw-id: //depot/perl@16622

22 years ago1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
Jarkko Hietaniemi [Thu, 16 May 2002 12:52:47 +0000 (12:52 +0000)]
1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
2. Doing a s///g instead of tr/// works better for CR-delimited
   files, like in DJGPP (since <FH> doesn't correctly pull in
   CR-delimited lines).

p4raw-id: //depot/perl@16621

22 years agoDon't test $! with like() since one may have
Jarkko Hietaniemi [Thu, 16 May 2002 12:50:29 +0000 (12:50 +0000)]
Don't test $! with like() since one may have
a non-English locale, or simply AIX :-)

p4raw-id: //depot/perl@16620

22 years agoDJGPP updates from Laszlo Molnar.
Jarkko Hietaniemi [Thu, 16 May 2002 12:16:25 +0000 (12:16 +0000)]
DJGPP updates from Laszlo Molnar.

p4raw-id: //depot/perl@16619

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 16 May 2002 02:57:21 +0000 (02:57 +0000)]
Integrate perlio:

[ 16613]
Make open fail when layer string does not parse.
p4raw-link: @16613 on //depot/perlio: 0cff2cf3dc85787c2786f644ac6406c6b5148dad

p4raw-id: //depot/perl@16618

22 years agoavoid 64 bit SEGV for debugging Storable
Nicholas Clark [Wed, 15 May 2002 23:06:20 +0000 (00:06 +0100)]
avoid 64 bit SEGV for debugging Storable
Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16617

22 years agoTwo down, ten to go.
Jarkko Hietaniemi [Wed, 15 May 2002 21:01:10 +0000 (21:01 +0000)]
Two down, ten to go.

p4raw-id: //depot/perl@16616

22 years agoFix some of the EBCDIC vs Storable failures, from Nicholas Clark.
Jarkko Hietaniemi [Wed, 15 May 2002 20:31:02 +0000 (20:31 +0000)]
Fix some of the EBCDIC vs Storable failures, from Nicholas Clark.

p4raw-id: //depot/perl@16615

22 years agoSchizoid MANIFESTs.
Jarkko Hietaniemi [Wed, 15 May 2002 20:03:28 +0000 (20:03 +0000)]
Schizoid MANIFESTs.

p4raw-id: //depot/perl@16614

22 years agoMake open fail when layer string does not parse.
Nick Ing-Simmons [Wed, 15 May 2002 19:26:00 +0000 (19:26 +0000)]
Make open fail when layer string does not parse.

p4raw-id: //depot/perlio@16613

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 15 May 2002 18:11:15 +0000 (18:11 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16612

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 15 May 2002 14:06:45 +0000 (14:06 +0000)]
Update Changes.

p4raw-id: //depot/perl@16611

22 years agoMake fresh_perl skip the embedded UTF-8 tests on EBCDIC.
Jarkko Hietaniemi [Wed, 15 May 2002 13:47:40 +0000 (13:47 +0000)]
Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.

p4raw-id: //depot/perl@16610

22 years agoDocument some of the known EBCDIC problems with Storable.
Jarkko Hietaniemi [Wed, 15 May 2002 13:46:55 +0000 (13:46 +0000)]
Document some of the known EBCDIC problems with Storable.
(There is more, but need to do more tests.)

p4raw-id: //depot/perl@16609

22 years agoPurify finding: jperl.t causes a few Array Bounds Reads
Jarkko Hietaniemi [Wed, 15 May 2002 12:44:06 +0000 (12:44 +0000)]
Purify finding: jperl.t causes a few Array Bounds Reads
(one byte too far in a malloced buffer) at various spots
in regcomp.c, all the buffers malloced by SvGROW() in
sv_recode_to_utf8().

p4raw-id: //depot/perl@16608

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 15 May 2002 06:57:26 +0000 (06:57 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@16607

22 years agoRe: use of lc module names and warnings
Rafael Garcia-Suarez [Sun, 12 May 2002 23:09:46 +0000 (01:09 +0200)]
Re: use of lc module names and warnings
Message-ID: <20020512230946.E699@rafael>

p4raw-id: //depot/perl@16606

22 years agoMore rule tweakage.
Jarkko Hietaniemi [Wed, 15 May 2002 03:58:24 +0000 (03:58 +0000)]
More rule tweakage.

p4raw-id: //depot/perl@16605

22 years agoFix Devel::DProf debugging aid
Sam Tregar [Tue, 14 May 2002 21:27:05 +0000 (17:27 -0400)]
Fix Devel::DProf debugging aid
Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>

p4raw-id: //depot/perl@16604

22 years ago$VERSIONize.
Jarkko Hietaniemi [Wed, 15 May 2002 00:36:22 +0000 (00:36 +0000)]
$VERSIONize.

p4raw-id: //depot/perl@16603

22 years agoThird Degree: name the op/foo.t as op_foo.
Jarkko Hietaniemi [Wed, 15 May 2002 00:34:46 +0000 (00:34 +0000)]
Third Degree: name the op/foo.t as op_foo.

p4raw-id: //depot/perl@16602

22 years agoRead of uninitialized heap found by Third Degree
Jarkko Hietaniemi [Wed, 15 May 2002 00:24:28 +0000 (00:24 +0000)]
Read of uninitialized heap found by Third Degree
(e.g. in t/op/subst.t)

p4raw-id: //depot/perl@16601

22 years agoAdd more rules.
Jarkko Hietaniemi [Tue, 14 May 2002 23:57:10 +0000 (23:57 +0000)]
Add more rules.

p4raw-id: //depot/perl@16600

22 years agoallow use threads qw(yield)
Dave Mitchell [Tue, 14 May 2002 22:49:47 +0000 (23:49 +0100)]
allow use threads qw(yield)
Message-ID: <20020514224947.F25049@fdgroup.com>

p4raw-id: //depot/perl@16599