20 years agoWhen expecting an error, it's best to check the text you got, rather
Nicholas Clark [Fri, 18 Jun 2004 20:18:02 +0000]
When expecting an error, it's best to check the text you got, rather
than blindly assuming that it's correct.

p4raw-id: //depot/perl@22960

20 years agoCase insensitive file systems are bad, m'kay
Nicholas Clark [Fri, 18 Jun 2004 18:57:30 +0000]
Case insensitive file systems are bad, m'kay

p4raw-id: //depot/perl@22959

20 years agoThis needs POSIX, so skip if no POSIX
Nicholas Clark [Fri, 18 Jun 2004 13:45:51 +0000]
This needs POSIX, so skip if no POSIX

p4raw-id: //depot/perl@22958

20 years agoAlso needs skipping if PerlIO::via not built
Nicholas Clark [Fri, 18 Jun 2004 13:44:27 +0000]
Also needs skipping if PerlIO::via not built

p4raw-id: //depot/perl@22957

20 years agoSkip tests when PerlIO::scalar and PerlIO::via aren't built
Nicholas Clark [Fri, 18 Jun 2004 13:24:13 +0000]
Skip tests when PerlIO::scalar and PerlIO::via aren't built

p4raw-id: //depot/perl@22956

20 years agoNot ideal, but skip all of IO's tests if Socket is not built.
Nicholas Clark [Fri, 18 Jun 2004 13:19:16 +0000]
Not ideal, but skip all of IO's tests if Socket is not built.

p4raw-id: //depot/perl@22955

20 years agoSkip test if perl configured without threads::shared
Nicholas Clark [Fri, 18 Jun 2004 13:11:31 +0000]
Skip test if perl configured without threads::shared

p4raw-id: //depot/perl@22954

20 years agoSkip test if Devel::PPPort not built
Nicholas Clark [Fri, 18 Jun 2004 13:09:24 +0000]
Skip test if Devel::PPPort not built

p4raw-id: //depot/perl@22953

20 years agoSkip re tests if re not built.
Nicholas Clark [Fri, 18 Jun 2004 13:07:40 +0000]
Skip re tests if re not built.

p4raw-id: //depot/perl@22952

20 years agoIf we don't build B, we should skip all its tests.
Nicholas Clark [Fri, 18 Jun 2004 11:38:24 +0000]
If we don't build B, we should skip all its tests.

p4raw-id: //depot/perl@22951

20 years agoD'oh. Don't turn on warnings on the #! line without actually testing
Nicholas Clark [Fri, 18 Jun 2004 11:27:51 +0000]
D'oh. Don't turn on warnings on the #! line without actually testing
the full code in case it warns.

p4raw-id: //depot/perl@22950

20 years agoUnicode::UCD uses Storable, so we can't test if Storable isn't built.
Nicholas Clark [Fri, 18 Jun 2004 09:43:12 +0000]
Unicode::UCD uses Storable, so we can't test if Storable isn't built.

p4raw-id: //depot/perl@22949

20 years agoCan't test the B modules if we didn't build 'em
Nicholas Clark [Fri, 18 Jun 2004 09:23:20 +0000]
Can't test the B modules if we didn't build 'em

p4raw-id: //depot/perl@22948

20 years agoNeed to skip test 7 if perl built without the PerlIO::scalar extension
Nicholas Clark [Fri, 18 Jun 2004 08:59:01 +0000]
Need to skip test 7 if perl built without the PerlIO::scalar extension

p4raw-id: //depot/perl@22947

20 years agoUpgrade to I18N::LangTags 0.31.
Rafael Garcia-Suarez [Fri, 18 Jun 2004 07:44:34 +0000]
Upgrade to I18N::LangTags 0.31.

p4raw-id: //depot/perl@22946

20 years agoAs 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
Nicholas Clark [Thu, 17 Jun 2004 19:27:05 +0000]
As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
seem that memzero() of everything is the most efficient idea.

p4raw-id: //depot/perl@22945

20 years agoChange 22516 forgot to add make_overload.pl to generate test data
Nicholas Clark [Thu, 17 Jun 2004 14:57:14 +0000]
Change 22516 forgot to add make_overload.pl to generate test data
(submitted from the pub via wireless, bluetooth and then GPRS out
to the Internet)

p4raw-id: //depot/perl@22944

20 years agoStorable should cope if the string to thaw happens to be utf8 encoded
Nicholas Clark [Thu, 17 Jun 2004 12:03:48 +0000]
Storable should cope if the string to thaw happens to be utf8 encoded
And anything with bytes >=256 is corrupt

p4raw-id: //depot/perl@22943

20 years agoUpgrade to Locale::Maketext 1.09
Rafael Garcia-Suarez [Thu, 17 Jun 2004 09:57:14 +0000]
Upgrade to Locale::Maketext 1.09

p4raw-id: //depot/perl@22942

20 years agoUpgrade to I18N::LangTags 0.30.
Rafael Garcia-Suarez [Thu, 17 Jun 2004 09:43:48 +0000]
Upgrade to I18N::LangTags 0.30.

p4raw-id: //depot/perl@22941

20 years agoMore forgiving version comparison in perlivp.
Rafael Garcia-Suarez [Thu, 17 Jun 2004 08:54:41 +0000]
More forgiving version comparison in perlivp.

p4raw-id: //depot/perl@22940

20 years agoImprove the substitution to cc_r for threading so that compilers
Nicholas Clark [Wed, 16 Jun 2004 09:05:57 +0000]
Improve the substitution to cc_r for threading so that compilers
specified with a full path or as a parameter to ccache are changed

p4raw-id: //depot/perl@22939

20 years agoFile::Basename docs
Boris Zentner [Sat, 12 Jun 2004 16:29:42 +0000]
File::Basename docs
Message-Id: <200406121629.42595.bzm@2bz.de>

p4raw-id: //depot/perl@22938

20 years agoIt seems that our assert() macro wasn't good enough.
Nicholas Clark [Tue, 15 Jun 2004 09:21:22 +0000]
It seems that our assert() macro wasn't good enough.
Changed to one that that is an expression, rather than a statement.
Fix new macros definitions in sv.h to be clean enough C to keep the
AIX compiler happy.

p4raw-id: //depot/perl@22937

20 years agoperlop.pod: add an example to the .. and ... operators
Shlomi Fish [Tue, 15 Jun 2004 10:15:15 +0000]
perlop.pod: add an example to the .. and ... operators
Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>

p4raw-id: //depot/perl@22936

20 years agoAssert SvTYPE is at least PGMV whenever accessing SvSTASH
Nicholas Clark [Tue, 15 Jun 2004 07:17:17 +0000]
Assert SvTYPE is at least PGMV whenever accessing SvSTASH

p4raw-id: //depot/perl@22935

20 years agoAssert that SV type has magic member when reading/writing.
Nicholas Clark [Mon, 14 Jun 2004 15:26:38 +0000]
Assert that SV type has magic member when reading/writing.
Will catch buggy code.

p4raw-id: //depot/perl@22934

20 years agoMore h2ph voodoo.
Rafael Garcia-Suarez [Sun, 13 Jun 2004 17:54:47 +0000]
More h2ph voodoo.

p4raw-id: //depot/perl@22933

20 years agot/TEST
Abe Timmerman [Sun, 13 Jun 2004 11:41:49 +0000]
t/TEST
Message-Id: <200406131141.50361.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@22932

20 years agoReapply change #20983, rolled back by change #22920,
Rafael Garcia-Suarez [Fri, 11 Jun 2004 16:54:00 +0000]
Reapply change #20983, rolled back by change #22920,
as noticed by Craig Berry.
p4raw-link: @22920 on //depot/perl: 7d8277e26ba3dacb5d0719896027eea95e497496
p4raw-link: @20983 on //depot/perl: 0e9de459b923410f2c7af3887364c6d4cd0df24e

p4raw-id: //depot/perl@22931

20 years agoMore h2ph tweaks: recognition of C types
Rafael Garcia-Suarez [Fri, 11 Jun 2004 14:22:55 +0000]
More h2ph tweaks: recognition of C types

p4raw-id: //depot/perl@22930

20 years agoMore h2ph tweaking for gcc __inline functions
Rafael Garcia-Suarez [Fri, 11 Jun 2004 13:46:53 +0000]
More h2ph tweaking for gcc __inline functions

p4raw-id: //depot/perl@22929

20 years agot/comp/utf.t failed when configuring with -Dnoextensions=Encode
Marcus Holland-Moritz [Fri, 11 Jun 2004 09:37:42 +0000]
t/comp/utf.t failed when configuring with -Dnoextensions=Encode

p4raw-id: //depot/perl@22928

20 years agoRemove a warning against unsafe signals in perlipc.pod,
Rafael Garcia-Suarez [Fri, 11 Jun 2004 08:28:19 +0000]
Remove a warning against unsafe signals in perlipc.pod,
now that we have "safe signals".

p4raw-id: //depot/perl@22927

20 years agoRe: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code...
Mathieu Arnold [Thu, 10 Jun 2004 16:43:58 +0000]
Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
(with a test adjustment)

p4raw-id: //depot/perl@22926

20 years agoMake h2ph able to understand a limited set of inline functions.
Rafael Garcia-Suarez [Thu, 10 Jun 2004 17:26:15 +0000]
Make h2ph able to understand a limited set of inline functions.
The glibc apparently now ships headers that use inline functions
instead of plain old macros.

p4raw-id: //depot/perl@22925

20 years agoChange 22872 breaks shared miniperl invocation
Alexey Tourbin [Fri, 4 Jun 2004 13:24:17 +0000]
Change 22872 breaks shared miniperl invocation
Message-ID: <20040604092417.GA13447@solemn.turbinal.org>

p4raw-id: //depot/perl@22924

20 years agoRe: [perl #30045] Transliteration replacement not terminated message obscure
Yitzchak Scott-Thoennes [Mon, 7 Jun 2004 00:28:55 +0000]
Re: [perl #30045] Transliteration replacement not terminated message obscure
Message-ID: <20040607072854.GB1028@efn.org>

p4raw-id: //depot/perl@22923

20 years agoRemove the "malloc wrappage" tests, due to their unportability
Rafael Garcia-Suarez [Wed, 9 Jun 2004 18:40:45 +0000]
Remove the "malloc wrappage" tests, due to their unportability
(as suggested by Jarkko.)

p4raw-id: //depot/perl@22922

20 years agoRe: [perl #24081] invalid regexp in perl -V
Robin Barker [Wed, 9 Jun 2004 12:02:01 +0000]
Re: [perl #24081] invalid regexp in perl -V
Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
with further adjustements for bleadperl

p4raw-id: //depot/perl@22921

20 years agoUpgrade to Pod::Parser 1.28
Rafael Garcia-Suarez [Wed, 9 Jun 2004 13:13:29 +0000]
Upgrade to Pod::Parser 1.28
(except Pod::Find, which has local patches not yet on CPAN)

p4raw-id: //depot/perl@22920

20 years agos/64bit/64-bit/g for consistency in the READMEs.
Marcus Holland-Moritz [Wed, 9 Jun 2004 12:50:12 +0000]
s/64bit/64-bit/g for consistency in the READMEs.

p4raw-id: //depot/perl@22919

20 years ago[patch] Windows/Win32 thread handle leak with threads join
Kevin Chase [Sun, 6 Jun 2004 09:44:44 +0000]
[patch] Windows/Win32 thread handle leak with threads join
From: "Kevin Chase" <kevincha99@hotmail.com>
Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>

p4raw-id: //depot/perl@22918

20 years agoSeveral updates, major, and minor corrections, model updates,
H.Merijn Brand [Wed, 9 Jun 2004 11:46:23 +0000]
Several updates, major, and minor corrections, model updates,
explained the model numbering of HP-UX servers.

p4raw-id: //depot/perl@22917

20 years agoUpgrade to Pod::Perldoc 3.13
Rafael Garcia-Suarez [Wed, 9 Jun 2004 09:53:58 +0000]
Upgrade to Pod::Perldoc 3.13

p4raw-id: //depot/perl@22916

20 years agoUpgrade to Digest 1.08.
Rafael Garcia-Suarez [Wed, 9 Jun 2004 09:08:46 +0000]
Upgrade to Digest 1.08.

p4raw-id: //depot/perl@22915

20 years agoUpgrade to CGI.pm 3.05
Rafael Garcia-Suarez [Wed, 9 Jun 2004 08:08:55 +0000]
Upgrade to CGI.pm 3.05

p4raw-id: //depot/perl@22914

20 years ago[perl #30061] double DESTROY in for loop
Dave Mitchell [Tue, 8 Jun 2004 22:20:40 +0000]
[perl #30061] double DESTROY in for loop
pp_iter decremented the ref count of the previous iterant before
unaliasing it. This could lead to DESTROY being called with the
loop variable still aliased to the freed value. If the DESTROY
also contained a for loop with the same iterator variable, the
freed value would get resurrected then freed for a second time.

p4raw-id: //depot/perl@22913

20 years agoUpgrade to Pod::LaTeX 0.57
Rafael Garcia-Suarez [Tue, 8 Jun 2004 18:51:03 +0000]
Upgrade to Pod::LaTeX 0.57

p4raw-id: //depot/perl@22912

20 years agoUpgrade to Unicode::Normalize 0.30.
Rafael Garcia-Suarez [Tue, 8 Jun 2004 18:42:29 +0000]
Upgrade to Unicode::Normalize 0.30.

p4raw-id: //depot/perl@22911

20 years agoRemove a spurious \n in a perltie example,
Rafael Garcia-Suarez [Tue, 8 Jun 2004 18:40:38 +0000]
Remove a spurious \n in a perltie example,
noticed by Geoffrey Young.

p4raw-id: //depot/perl@22910

20 years agoUpgrade to Unicode::Collate 0.40
Rafael Garcia-Suarez [Tue, 8 Jun 2004 18:34:23 +0000]
Upgrade to Unicode::Collate 0.40

p4raw-id: //depot/perl@22909

20 years agoUpgrade to Time::Local 1.10.
Rafael Garcia-Suarez [Tue, 8 Jun 2004 18:23:54 +0000]
Upgrade to Time::Local 1.10.

p4raw-id: //depot/perl@22908

20 years agoUpgrade to Test::Harness 2.42
Rafael Garcia-Suarez [Tue, 8 Jun 2004 18:02:59 +0000]
Upgrade to Test::Harness 2.42

p4raw-id: //depot/perl@22907

20 years agoPatch 22835 Failed to upgrade all the new files in Encode 2.01
Nicholas Clark [Tue, 8 Jun 2004 14:59:20 +0000]
Patch 22835 Failed to upgrade all the new files in Encode 2.01
As spotted by Jerry D. Hedden

p4raw-id: //depot/perl@22906

20 years agoRe: newSVpvn(NULL, 0); doesn't work as advertised
Marcus Holland-Moritz [Fri, 4 Jun 2004 16:29:44 +0000]
Re: newSVpvn(NULL, 0); doesn't work as advertised
Message-Id: <20040604162944.4011f1c6@r2d2>

p4raw-id: //depot/perl@22905

20 years agoRe: [PATCH] Re: Lack of error for large string on Solaris
Jarkko Hietaniemi [Mon, 7 Jun 2004 20:09:42 +0000]
Re: [PATCH] Re: Lack of error for large string on Solaris
Message-ID: <40C4A156.5030205@iki.fi>

p4raw-id: //depot/perl@22904

20 years ago[perl #30073] Misleading docs of Text::Wrap
perl-5.8.0@ton.iguana.be [Sun, 6 Jun 2004 21:50:19 +0000]
[perl #30073] Misleading docs of Text::Wrap
From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>

p4raw-id: //depot/perl@22903

20 years agoRe: [PATCH] [perl #29841] utf8::decode doesn't work under -T
SADAHIRO Tomoyuki [Sun, 6 Jun 2004 00:37:21 +0000]
Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
Message-Id: <20040606003344.57B2.BQW10602@nifty.com>

p4raw-id: //depot/perl@22902

20 years agoHave win32/makefile.mk default to gcc, and update docs
Steve Hay [Thu, 3 Jun 2004 15:46:17 +0000]
Have win32/makefile.mk default to gcc, and update docs
Message-ID: <40BF39B9.3060207@uk.radan.com>

p4raw-id: //depot/perl@22901

20 years agoperlpodspec uses 'nonbreaking' and 'non-breaking'.
Rafael Garcia-Suarez [Thu, 3 Jun 2004 13:20:37 +0000]
perlpodspec uses 'nonbreaking' and 'non-breaking'.
Normalize on the hyphenated spelling.

p4raw-id: //depot/perl@22900

20 years agoWorkaround a dmake oddity.
Steve Hay [Thu, 3 Jun 2004 12:16:13 +0000]
Workaround a dmake oddity.
Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <40BF087D.8030005@uk.radan.com>

p4raw-id: //depot/perl@22899

20 years agoCarp was mostly unusable with Safe because it may require
Rafael Garcia-Suarez [Thu, 3 Jun 2004 09:02:31 +0000]
Carp was mostly unusable with Safe because it may require
Carp::Heavy at run-time (while require() is forbidden.)
Have Safe load Carp::Heavy.

p4raw-id: //depot/perl@22898

20 years agoMake change #22889 work for threaded builds, Part 2.
Marcus Holland-Moritz [Wed, 2 Jun 2004 18:03:40 +0000]
Make change #22889 work for threaded builds, Part 2.
p4raw-link: @22889 on //depot/perl: e1f795dc699c88c2d9eb4a46fe629483760393c2

p4raw-id: //depot/perl@22897

20 years agoMake change #22889 work for threaded builds.
Marcus Holland-Moritz [Wed, 2 Jun 2004 17:18:44 +0000]
Make change #22889 work for threaded builds.
p4raw-link: @22889 on //depot/perl: e1f795dc699c88c2d9eb4a46fe629483760393c2

p4raw-id: //depot/perl@22896

20 years agoFix apidoc entries for PUSHMARK and newXSproto.
Marcus Holland-Moritz [Wed, 2 Jun 2004 16:48:41 +0000]
Fix apidoc entries for PUSHMARK and newXSproto.

p4raw-id: //depot/perl@22895

20 years agoDocument embed.fnc 'U' and 's' flags.
Marcus Holland-Moritz [Wed, 2 Jun 2004 16:42:24 +0000]
Document embed.fnc 'U' and 's' flags.

p4raw-id: //depot/perl@22894

20 years agoon VMS, always exit with failure in my_failure_exit
Craig A. Berry [Tue, 1 Jun 2004 23:16:58 +0000]
on VMS, always exit with failure in my_failure_exit
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <40BD54BA.9040708@mac.com>

p4raw-id: //depot/perl@22893

20 years agoRe: [PATCH] [perl #29612] ndbm failure in make test
Alexey Tourbin [Sat, 22 May 2004 02:22:22 +0000]
Re: [PATCH] [perl #29612] ndbm failure in make test
Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>

p4raw-id: //depot/perl@22892

20 years agoDetypo.
Rafael Garcia-Suarez [Wed, 2 Jun 2004 06:47:58 +0000]
Detypo.

p4raw-id: //depot/perl@22891

20 years agoRe: [perl #29765] PERL-5.8.4 INSTALL
Andy Dougherty [Tue, 1 Jun 2004 16:25:48 +0000]
Re: [perl #29765] PERL-5.8.4 INSTALL
Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@22890

20 years agoMake the dUNDERBAR/UNDERBAR macros work as advertised.
Rafael Garcia-Suarez [Wed, 2 Jun 2004 06:07:53 +0000]
Make the dUNDERBAR/UNDERBAR macros work as advertised.
While we're at it, use the same trick to make reverse()
work correctly with lexical $_.

p4raw-id: //depot/perl@22889

20 years agoRemove redundant %SIG assignments from FileCache
Alan Burlison [Fri, 28 May 2004 12:27:06 +0000]
Remove redundant %SIG assignments from FileCache
Message-ID: <40B7220A.4040305@sun.com>

p4raw-id: //depot/perl@22888

20 years agoRe: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Steve Hay [Tue, 1 Jun 2004 15:30:37 +0000]
Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <40BC930D.90701@uk.radan.com>

p4raw-id: //depot/perl@22887

20 years ago[Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
Alan Burlison [Fri, 28 May 2004 23:28:44 +0000]
[Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
Message-ID: <40B7BD1C.40309@sun.com>

p4raw-id: //depot/perl@22886

20 years agoRe: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
Paul Fenwick [Tue, 1 Jun 2004 11:31:34 +0000]
Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
Message-ID: <20040601013134.GA11005@perltraining.com.au>

p4raw-id: //depot/perl@22885

20 years agoconfigure.com and PERL_API_REVISION
Craig A. Berry [Mon, 31 May 2004 21:04:07 +0000]
configure.com and PERL_API_REVISION
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <40BBE417.2090001@mac.com>

p4raw-id: //depot/perl@22884

20 years agoShell.pm: pod rewrite and new mini-feature $Shell::raw
LAUN Wolfgang [Tue, 1 Jun 2004 07:52:58 +0000]
Shell.pm: pod rewrite and new mini-feature $Shell::raw
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>

p4raw-id: //depot/perl@22883

20 years agoperlhack.pod - working with the Perl source
Dave Rolsky [Mon, 31 May 2004 12:52:43 +0000]
perlhack.pod - working with the Perl source
Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>

p4raw-id: //depot/perl@22882

20 years agoreplace the run time code in lib/utf8_pva.pl with data generated
Nicholas Clark [Mon, 31 May 2004 19:06:21 +0000]
replace the run time code in lib/utf8_pva.pl with data generated
at build by mktables, stored in lib/unicore/PVA.pl

p4raw-id: //depot/perl@22881

20 years agoDon't need to require utf8_pva.pl at top of file
Nicholas Clark [Mon, 31 May 2004 17:26:56 +0000]
Don't need to require utf8_pva.pl at top of file

p4raw-id: //depot/perl@22880

20 years agoRun mktables as part of the build process.
Nicholas Clark [Mon, 31 May 2004 14:24:56 +0000]
Run mktables as part of the build process.
Don't ship any of the files that it generates in lib/unicore

p4raw-id: //depot/perl@22879

20 years ago[perl #29937] Entries missing from .packlist
jdhedden@1979.usna.com [Fri, 28 May 2004 19:23:48 +0000]
[perl #29937] Entries missing from .packlist
From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>

p4raw-id: //depot/perl@22878

20 years agoRe: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
wolfgang.laun@chello.at [Sun, 30 May 2004 17:27:07 +0000]
Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>

p4raw-id: //depot/perl@22877

20 years agoFix anomalies in Carp functions
Steve Hay [Tue, 25 May 2004 16:05:02 +0000]
Fix anomalies in Carp functions
Message-ID: <40B3609E.5060502@uk.radan.com>

p4raw-id: //depot/perl@22876

20 years agoFix generation of perlapi.pod
Steve Hay [Fri, 28 May 2004 11:46:41 +0000]
Fix generation of perlapi.pod
Message-ID: <40B71891.6090806@uk.radan.com>

p4raw-id: //depot/perl@22875

20 years agoRe: my $x->{foo} doesn't work
Shinya Hayakawa [Tue, 25 May 2004 00:06:06 +0000]
Re: my $x->{foo} doesn't work
Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>

Allow autovivification of (my $x)->{foo}

p4raw-id: //depot/perl@22874

20 years agoConvert to using File::Spec, so that we can build Unicode files
Nicholas Clark [Sun, 30 May 2004 21:58:36 +0000]
Convert to using File::Spec, so that we can build Unicode files
on all platforms

p4raw-id: //depot/perl@22873

20 years agoFirst step to generating Unicode files for the regexp engine at build
Nicholas Clark [Sun, 30 May 2004 20:34:07 +0000]
First step to generating Unicode files for the regexp engine at build
time - targets in the Makefile

p4raw-id: //depot/perl@22872

20 years ago[perl #29708] Problem with autouse (causing Perl to crash)
Dave Mitchell [Sun, 30 May 2004 14:30:45 +0000]
[perl #29708] Problem with autouse (causing Perl to crash)
@_ sometimes wasn't getting created right

p4raw-id: //depot/perl@22870

20 years agoUpgrade to Encode 2.01.
Nicholas Clark [Sun, 30 May 2004 13:57:05 +0000]
Upgrade to Encode 2.01.

p4raw-id: //depot/perl@22868

20 years agoSkip in minitest
Nicholas Clark [Sun, 30 May 2004 13:11:41 +0000]
Skip in minitest

p4raw-id: //depot/perl@22866

20 years agoRe: undef loses it magicness when assigned to a variable?
Stas Bekman [Thu, 27 May 2004 11:25:08 +0000]
Re: undef loses it magicness when assigned to a variable?
Message-ID: <40B63284.5040203@stason.org>

p4raw-id: //depot/perl@22853

20 years agoTEST needs to ignore SCM files
Alan Burlison [Thu, 27 May 2004 23:32:28 +0000]
TEST needs to ignore SCM files
Message-ID: <40B66C7C.8030303@sun.com>

p4raw-id: //depot/perl@22852

20 years ago'perl -v' fails if local_patches contains code snippets
Alan Burlison [Wed, 26 May 2004 16:24:03 +0000]
'perl -v' fails if local_patches contains code snippets
Message-ID: <40B4B693.9090905@sun.com>
(using \0 as a separator for q//)

p4raw-id: //depot/perl@22850

20 years agocorrectly handle C<< >> and C<<< >>> in diagnostics
Yitzchak Scott-Thoennes [Tue, 25 May 2004 02:29:37 +0000]
correctly handle C<< >> and C<<< >>> in diagnostics
Message-ID: <20040525092937.GA2332@efn.org>

p4raw-id: //depot/perl@22848

20 years agoTests for change #22842, by SADAHIRO Tomoyuki
Rafael Garcia-Suarez [Mon, 24 May 2004 16:12:41 +0000]
Tests for change #22842, by SADAHIRO Tomoyuki
(adapted to the core)
p4raw-link: @22842 on //depot/perl: f5cee72b6610421c22d816640f267c5b45b0450e

p4raw-id: //depot/perl@22843

20 years agoRe: utf-8 and taint don't work together
SADAHIRO Tomoyuki [Sat, 22 May 2004 21:38:33 +0000]
Re: utf-8 and taint don't work together
Date: Sat, 22 May 2004 21:38:33 +0900
Message-Id: <20040522212704.C068.BQW10602@nifty.com>

Date: Sun, 23 May 2004 09:56:15 +0900
Message-Id: <20040523095609.E404.BQW10602@nifty.com>

p4raw-id: //depot/perl@22842

20 years agowin32_chsize is not exported on Win32
Steve Hay [Mon, 24 May 2004 12:52:48 +0000]
win32_chsize is not exported on Win32
Message-ID: <40B1E210.4050202@uk.radan.com>

p4raw-id: //depot/perl@22841

20 years agoRe: [perl #29765] PERL-5.8.4 INSTALL
Yitzchak Scott-Thoennes [Fri, 21 May 2004 11:35:34 +0000]
Re: [perl #29765] PERL-5.8.4 INSTALL
Message-ID: <20040521183533.GA5108@efn.org>
(plus whitespace removal)

p4raw-id: //depot/perl@22840