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

20 years ago [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"
Dave Mitchell [Sat, 22 May 2004 11:15:34 +0000]
 [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"
 Fix the sort-in-place optimization of change #22349.
p4raw-link: @22349 on //depot/perl: fe1bc4cf71e7b04d33e679798964a090d9fa7b46

p4raw-id: //depot/perl@22839

20 years agoUpdate to Scalar-List-Utils-1.14
Graham Barr [Sat, 22 May 2004 07:41:21 +0000]
Update to Scalar-List-Utils-1.14

p4raw-id: //depot/perl@22838

20 years agoProposed doc patch for getsockopt
Ton Hospel [Sun, 16 May 2004 13:35:20 +0000]
Proposed doc patch for getsockopt
Message-Id: <c87qmo$u9b$1@post.home.lunix>

p4raw-id: //depot/perl@22837

20 years agoh2xs doesn't recognize indented enums
Tassilo von Parseval [Fri, 21 May 2004 10:51:58 +0000]
h2xs doesn't recognize indented enums
Message-id: <20040521085158.GA10660@ethan>
(modified regexp)

p4raw-id: //depot/perl@22836

20 years agoUpgrade to Encode 2.00.
Rafael Garcia-Suarez [Thu, 20 May 2004 13:30:25 +0000]
Upgrade to Encode 2.00.

p4raw-id: //depot/perl@22835

20 years agoTest portability nit.
Steve Hay [Tue, 18 May 2004 11:31:04 +0000]
Test portability nit.
Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <40A9E5E8.7030800@uk.radan.com>

p4raw-id: //depot/perl@22833

20 years agoimprove hashing algorithm for ptr tables in perl_clone:
Dave Mitchell [Wed, 19 May 2004 21:02:04 +0000]
improve hashing algorithm for ptr tables in perl_clone:
the bottom few bits of a pointer are usually zero

p4raw-id: //depot/perl@22831

20 years ago[perl #29637] Thread creation time is hypersensitive
Dave Mitchell [Wed, 19 May 2004 20:17:55 +0000]
[perl #29637] Thread creation time is hypersensitive

Due to a logic error, the dup ptr table sometimes wans't being
grown, leading to extremely slow cloning.

p4raw-id: //depot/perl@22830

20 years agoperlrun.pod minor fixes :
Rafael Garcia-Suarez [Tue, 18 May 2004 13:05:48 +0000]
perlrun.pod minor fixes :
- the parameter to -x is optional
- pod nit

p4raw-id: //depot/perl@22829

20 years ago[perl #29623] Patch for h2xs.t in Perl 5.8.4
mats@sm5sxl.net [Sun, 16 May 2004 13:33:32 +0000]
[perl #29623] Patch for h2xs.t in Perl 5.8.4
From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>

p4raw-id: //depot/perl@22828

20 years agoRe: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Steve Hay [Fri, 14 May 2004 17:33:17 +0000]
Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <40A4F4CD.2000003@uk.radan.com>

p4raw-id: //depot/perl@22827

20 years agoError message too wide.
Rafael Garcia-Suarez [Tue, 18 May 2004 08:15:27 +0000]
Error message too wide.

p4raw-id: //depot/perl@22826

20 years agoRemove a TODO test that is no longer to do.
Rafael Garcia-Suarez [Mon, 17 May 2004 15:12:03 +0000]
Remove a TODO test that is no longer to do.

p4raw-id: //depot/perl@22825

20 years agoFix new B::Concise test output
Jim Cromie [Mon, 17 May 2004 09:19:00 +0000]
Fix new B::Concise test output
Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
Message-ID: <40A8D7E4.1020007@divsol.com>

p4raw-id: //depot/perl@22824

20 years agoRe: [perl #29581] glob() misses a lot of matches
LAUN Wolfgang [Mon, 17 May 2004 07:38:19 +0000]
Re: [perl #29581] glob() misses a lot of matches
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>

p4raw-id: //depot/perl@22823

20 years agoDavid Manura is the new maintainer of Text::Balanced.
Rafael Garcia-Suarez [Mon, 17 May 2004 08:49:53 +0000]
David Manura is the new maintainer of Text::Balanced.

p4raw-id: //depot/perl@22822

20 years agomake Text::Balanced skip "case /..../" correctly for Switch.pm
Dave Mitchell [Sun, 16 May 2004 15:31:42 +0000]
make Text::Balanced skip "case /..../" correctly for Switch.pm

p4raw-id: //depot/perl@22821

20 years agoRe: more B::Concise stuff (PATCH - updated)
Jim Cromie [Mon, 10 May 2004 05:28:11 +0000]
Re: more B::Concise stuff (PATCH - updated)
Message-ID: <409F674B.2000506@divsol.com>

p4raw-id: //depot/perl@22820

20 years agoAdd new dUNDERBAR and UNDERBAR macros, to help XS writers to
Rafael Garcia-Suarez [Fri, 14 May 2004 09:38:43 +0000]
Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
access the $_ variable, even when there is a lexical one in scope.

p4raw-id: //depot/perl@22819

20 years agoBOM-marked and (BOMless) UTF-16 scripts not working
Jarkko Hietaniemi [Wed, 12 May 2004 21:31:17 +0000]
BOM-marked and (BOMless) UTF-16 scripts not working
Message-ID: <40A26D75.8080406@iki.fi>
Date: Wed, 12 May 2004 21:31:17 +0300

p4raw-id: //depot/perl@22818

20 years ago[perl #29527] Perl 5.8.4 build problems on LynxOS
Olli Savia [Wed, 12 May 2004 13:02:41 +0000]
[perl #29527] Perl 5.8.4 build problems on LynxOS
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>

p4raw-id: //depot/perl@22817

20 years agoMake XSLoader update @DynaLoader::dl_shared_objects.
Rafael Garcia-Suarez [Wed, 12 May 2004 16:16:50 +0000]
Make XSLoader update @DynaLoader::dl_shared_objects.

p4raw-id: //depot/perl@22816

20 years agoConfigure shouldn't unconditionally add in -pipe
Andy Dougherty [Tue, 11 May 2004 13:14:42 +0000]
Configure shouldn't unconditionally add in -pipe
Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@22815

20 years agoAdd the byte-order modifiers '<' and '>' to the pack tutorial.
Marcus Holland-Moritz [Tue, 11 May 2004 17:42:13 +0000]
Add the byte-order modifiers '<' and '>' to the pack tutorial.
This completes the series: #22734, #22745, #22754, #22780

p4raw-id: //depot/perl@22812

20 years ago'v' unpacks unsigned shorts.
Marcus Holland-Moritz [Tue, 11 May 2004 17:21:35 +0000]
'v' unpacks unsigned shorts.

p4raw-id: //depot/perl@22811

20 years agovarious -V: searches [PATCH]
Jim Cromie [Tue, 11 May 2004 00:15:46 +0000]
various -V: searches [PATCH]
Message-ID: <40A06F92.1070607@divsol.com>

p4raw-id: //depot/perl@22810

20 years agoMore pod names in the debugger for the runman command
Rafael Garcia-Suarez [Tue, 11 May 2004 11:00:31 +0000]
More pod names in the debugger for the runman command

p4raw-id: //depot/perl@22809

20 years agodebugger (step backwards)
Richard Foley [Tue, 11 May 2004 11:04:11 +0000]
debugger (step backwards)
Message-Id: <200405111104.11484.richard.foley@rfi.net>

p4raw-id: //depot/perl@22808

20 years agovoid context !~ generates "Useless use of not at line..." warning
Yitzchak Scott-Thoennes [Sun, 9 May 2004 00:59:19 +0000]
void context !~ generates "Useless use of not at line..." warning
Message-ID: <20040509075919.GA3752@efn.org>

p4raw-id: //depot/perl@22807

20 years agoRe: a little extra cmdline help. [PATCH]
Jim Cromie [Mon, 10 May 2004 15:25:07 +0000]
Re: a little extra cmdline help. [PATCH]
Message-Id: <409FF333.4020104@divsol.com>

p4raw-id: //depot/perl@22806

20 years agoRemove stray '.
Abhijit Menon-Sen [Mon, 10 May 2004 11:10:34 +0000]
Remove stray '.

p4raw-id: //depot/perl@22804

20 years agoFile::Copy Pod
Slaven Rezic [Mon, 10 May 2004 09:57:37 +0000]
File::Copy Pod
Message-Id: <1084183057.10822@devpc01.iconmobile.de>

p4raw-id: //depot/perl@22803

20 years agosymbolic references like ${"foo$index"}*3 would incorrectly warn
Dave Mitchell [Fri, 7 May 2004 19:12:29 +0000]
symbolic references like ${"foo$index"}*3 would incorrectly warn
that $index was the uninitialized value, when in fact it was $foo1

p4raw-id: //depot/perl@22802

20 years agoRe: stdio still supported?
Jim Cromie [Thu, 6 May 2004 16:37:56 +0000]
Re: stdio still supported?
Message-Id:  <409ABE44.8060307@divsol.com>

Update B::Concise tests to skip stuff requiring the
"open to a scalar" feature of Perlio is it isn't available.
Also note this caveat in perlfunc.pod

p4raw-id: //depot/perl@22801

20 years agoWindows issues with select() are already documented in perlport.
Marcus Holland-Moritz [Fri, 7 May 2004 16:58:57 +0000]
Windows issues with select() are already documented in perlport.

p4raw-id: //depot/perl@22800

20 years ago[perl #29397] Change in pod2man arguments
Thorsten Glaser [Thu, 6 May 2004 22:08:10 +0000]
[perl #29397] Change in pod2man arguments
From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>

p4raw-id: //depot/perl@22799

20 years ago[perl #29395] Scalar::Util::refaddr falsely returns false
Marcus Holland-Moritz [Fri, 7 May 2004 11:42:37 +0000]
[perl #29395] Scalar::Util::refaddr falsely returns false
Add mg_get() to refaddr() when SV is magical.
Fix the non-xs version of looks_like_number().

p4raw-id: //depot/perl@22798

20 years agoDocument that select() on Windows doesn't work on non-socket filehandles.
Marcus Holland-Moritz [Fri, 7 May 2004 10:57:23 +0000]
Document that select() on Windows doesn't work on non-socket filehandles.

p4raw-id: //depot/perl@22797

20 years ago[perl #29346] Double warning for int(undef) and abs(undef)
Marcus Holland-Moritz [Thu, 6 May 2004 17:19:17 +0000]
[perl #29346] Double warning for int(undef) and abs(undef)
Remove the duplicate warnings and update tests.

p4raw-id: //depot/perl@22796

20 years agoAdd a small script to check whether a perl source tree
James Mastros [Thu, 6 May 2004 14:45:53 +0000]
Add a small script to check whether a perl source tree
(with or without generated files) is friendly with
case-insensitive filesystems.
Adapted from :
Subject: Re: STerm.pl vs Sterm.pl
Message-ID: <20040506124556.2402.qmail@onion.perl.org>

p4raw-id: //depot/perl@22793

20 years agoProblem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
bilbo@ua.fm [Wed, 28 Apr 2004 00:19:55 +0000]
Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
Message-ID: <611491036.20040428001955@ua.fm>

p4raw-id: //depot/perl@22789

20 years agoadd -pipe to gcc's default flags
H.Merijn Brand [Thu, 6 May 2004 11:35:21 +0000]
add -pipe to gcc's default flags
it has shown a compile time speed increase of about 40% on
Linux and HP-UX, and also works on cygwin-1.5.9. On failing
OS/gcc combo's remove it in the hints

p4raw-id: //depot/perl@22788

20 years agoAdd tests for mX?PUSH[inup] macros.
Steve Hay [Wed, 5 May 2004 15:34:45 +0000]
Add tests for mX?PUSH[inup] macros.

Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
Message-ID: <4098FB85.1060602@uk.radan.com>

p4raw-id: //depot/perl@22783

20 years agoProblem with h2xs
David Cannings [Mon, 3 May 2004 13:44:33 +0000]
Problem with h2xs
Message-Id: <200405031344.33723.lists@edeca.net>
(Second patch only)

p4raw-id: //depot/perl@22782