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

20 years ago[perl #29340] Bizarre copy of ARRAY
Dave Mitchell [Tue, 4 May 2004 19:20:36 +0000]
[perl #29340] Bizarre copy of ARRAY
make sure a pad op's flags are updated after optimising away
the assignment in my @a = () (see change 22520).

p4raw-id: //depot/perl@22781

20 years agoAdd byte-order group modifiers to (un)pack templates.
Marcus Holland-Moritz [Mon, 3 May 2004 20:14:41 +0000]
Add byte-order group modifiers to (un)pack templates.
Follow-up on: #22734, #22745, #22753, #22754.

Subject: Group modifiers in (un)pack templates
Message-Id: <20040503201441.1b058e0d@r2d2>

p4raw-id: //depot/perl@22780

20 years agoFix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
Marcus Holland-Moritz [Mon, 3 May 2004 20:03:28 +0000]
Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)

Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
Message-Id: <20040503200328.24efcda5@r2d2>

p4raw-id: //depot/perl@22779

20 years agoadd test for change #22746 ([perl #29102] Crash on assign to lex fh)
Dave Mitchell [Mon, 3 May 2004 21:07:44 +0000]
add test for change #22746 ([perl #29102] Crash on assign to lex fh)
p4raw-link: @22746 on //depot/perl: 8f3c2c0cb1ce993e7d37b84cf6256c76fd3a298a

p4raw-id: //depot/perl@22778

20 years agoadd test for change #22776 ("open m" crashes Perl)
Dave Mitchell [Mon, 3 May 2004 20:48:53 +0000]
add test for change #22776 ("open m" crashes Perl)
p4raw-link: @22776 on //depot/perl: e2ab214b14c9284fa9074628aa22936a93dab84f

p4raw-id: //depot/perl@22777

20 years ago[perl #28986] perl -e "open m" crashes Perl
Dave Mitchell [Mon, 3 May 2004 20:26:22 +0000]
[perl #28986] perl -e "open m" crashes Perl

p4raw-id: //depot/perl@22776

20 years ago[perl #29127] scalar delete of empty slice returned garbage
Dave Mitchell [Mon, 3 May 2004 18:52:39 +0000]
[perl #29127] scalar delete of empty slice returned garbage

p4raw-id: //depot/perl@22775

20 years ago [perl #28938] split could leave an array without &PL_sv_undef
Dave Mitchell [Mon, 3 May 2004 17:44:44 +0000]
 [perl #28938] split could leave an array without &PL_sv_undef
 in the unused elements

p4raw-id: //depot/perl@22774

20 years agoRe: "fuzzy" in mktables
Jarkko Hietaniemi [Sat, 1 May 2004 16:37:47 +0000]
Re: "fuzzy" in mktables
Message-ID: <4093A82B.6040609@iki.fi>
Date: Sat, 01 May 2004 16:37:47 +0300

p4raw-id: //depot/perl@22773

20 years agoremove spurious intentation in utf8_pva.pl
Dave Mitchell [Mon, 3 May 2004 13:33:21 +0000]
remove spurious intentation in utf8_pva.pl

p4raw-id: //depot/perl@22772

20 years agoensure that utf8 Perl code magically called from a regex localizes $.
Dave Mitchell [Mon, 3 May 2004 13:28:24 +0000]
ensure that utf8 Perl code magically called from a regex localizes $.

p4raw-id: //depot/perl@22771

20 years agoIntegrate:
Nicholas Clark [Mon, 3 May 2004 11:19:10 +0000]
Integrate:
[ 22694]
For maint, I don't think that we can have sperl go sulky if invoked
from a #! line. So keep .../sperl functional, and have the /dev/fd/...
only set ID exectuable reside under a different name (suidperl)

[ 22700]
The set uid perl is now called setuidperl. Not suidperl.
Which I discover is hardlinked from sperl by ./installperl
elsewhere. Helpfully confusing installperl script.

[ 22718]
Revert 22700 (as part of changes suggested by Brendan O'Dea)

[ 22719]
Revert 22694

[ 22720]
Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
binary must have fd script conundrum, as suggested by Brendan O'Dea
Plus restore the more helpful error message from 22694 and the gist
of the perl584delta changes from 22700
p4raw-link: @22720 on //depot/maint-5.8/perl: 18b810caba1ff3a8890bc392e4295393205e4c8e
p4raw-link: @22719 on //depot/maint-5.8/perl: cc5f7b51347dc0d99d849e19d8755fc160395010
p4raw-link: @22718 on //depot/maint-5.8/perl: 707d38420c0aa304635c36abea7b0b136d63cfcd
p4raw-link: @22700 on //depot/maint-5.8/perl: b08f99954ac05f6d7940d41d47dfcac67b906a1b
p4raw-link: @22694 on //depot/maint-5.8/perl: fa25506f523a62926d5deae9ce3b6c9c45bbfdd3

p4raw-id: //depot/perl@22770
p4raw-integrated: from //depot/maint-5.8/perl@22718 'edit in' INSTALL
(@22700..)
p4raw-integrated: from //depot/maint-5.8/perl@22700 'edit in'
pod/perldiag.pod (@22583..) installperl perl.c (@22694..)
'ignore' pod/perlsec.pod (@21947..)

20 years ago[perl #29073] Reference to incorrect method in documentation of
bob@starlabs.net [Thu, 22 Apr 2004 10:49:22 +0000]
[perl #29073] Reference to incorrect method in documentation of
From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
Date: 22 Apr 2004 10:49:22 -0000

p4raw-id: //depot/perl@22769

20 years agoIt seems daft to me that we have a synopis example that will fail if
Nicholas Clark [Sun, 2 May 2004 22:40:18 +0000]
It seems daft to me that we have a synopis example that will fail if
gcc happened to be invoked via the name cc, and completely ignores
the far more reliable 'gccversion' variable
So here's one using 'usethreads' that ought to work everywhere.

p4raw-id: //depot/perl@22768

20 years agoEnsure that perforce understands that the debuggers are now as one.
Nicholas Clark [Sun, 2 May 2004 20:30:35 +0000]
Ensure that perforce understands that the debuggers are now as one.
(As suggested by Nick I-S)

p4raw-id: //depot/perl@22767
p4raw-integrated: from //depot/maint-5.8/perl@22740 'copy in'
lib/perl5db.pl (@19682..)

20 years agoMake t/uni/class.t pass on case insensitive file systems
Nicholas Clark [Sun, 2 May 2004 18:18:25 +0000]
Make t/uni/class.t pass on case insensitive file systems

p4raw-id: //depot/perl@22765

20 years agoSave some repeated strlen()s in Perl_swash_init
Nicholas Clark [Sun, 2 May 2004 17:57:12 +0000]
Save some repeated strlen()s in Perl_swash_init

p4raw-id: //depot/perl@22764

20 years agoAnd that same fool forgot to add the not-really-needed "fuzzy" versions
Nicholas Clark [Sat, 1 May 2004 14:07:45 +0000]
And that same fool forgot to add the not-really-needed "fuzzy" versions
of some binary property files

p4raw-id: //depot/perl@22763

20 years agoSome fool removed lib/unicore/ArabicShaping.txt in change 22760
Nicholas Clark [Sat, 1 May 2004 14:06:05 +0000]
Some fool removed lib/unicore/ArabicShaping.txt in change 22760

p4raw-id: //depot/perl@22762

20 years agoAvoid mktables generating Sterm.pl and Sterm.pl in the same directory
Nicholas Clark [Sat, 1 May 2004 14:02:59 +0000]
Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
by making the %BaseName check global

p4raw-id: //depot/perl@22761

20 years agoRemove the no-longer autogenerated Unicode files
Nicholas Clark [Sat, 1 May 2004 13:17:09 +0000]
Remove the no-longer autogenerated Unicode files

p4raw-id: //depot/perl@22760

20 years agomktables requires post 5.005
Nicholas Clark [Sat, 1 May 2004 11:16:35 +0000]
mktables requires post 5.005

p4raw-id: //depot/perl@22759

20 years agodisable problematical 'uninitialized value' warning tests
Dave Mitchell [Fri, 30 Apr 2004 11:48:55 +0000]
disable problematical 'uninitialized value' warning tests

p4raw-id: //depot/perl@22758

20 years agoFollow-up to previous patch: the mX?PUSH[inup] macros
Rafael Garcia-Suarez [Fri, 30 Apr 2004 11:32:03 +0000]
Follow-up to previous patch: the mX?PUSH[inup] macros
should handle 'set' magic, just like the X?PUSH[inup]
counterparts.

p4raw-id: //depot/perl@22757

20 years agoDocument limitations in PUSHi et al macros and add new mPUSHi et al macros
Steve Hay [Fri, 30 Apr 2004 10:07:21 +0000]
Document limitations in PUSHi et al macros and add new mPUSHi et al macros
Message-ID: <40921749.3050600@uk.radan.com>

p4raw-id: //depot/perl@22756

20 years agoFix 29149 - another UTF8 cache bug hit by substr.
SADAHIRO Tomoyuki [Thu, 29 Apr 2004 10:53:17 +0000]
Fix 29149 - another UTF8 cache bug hit by substr.
Regression test from:

Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
Date: Thu, 29 Apr 2004 10:53:17 +0900

p4raw-id: //depot/perl@22755

20 years agoMore unpack cleanups.
Marcus Holland-Moritz [Thu, 29 Apr 2004 18:29:28 +0000]
More unpack cleanups.

p4raw-id: //depot/perl@22754

20 years agoCXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
Marcus Holland-Moritz [Thu, 29 Apr 2004 17:50:40 +0000]
CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
Remove all associated code.

p4raw-id: //depot/perl@22753

20 years agoThe openbsd 64-bit test should use $uquadtype rather
Marcus Holland-Moritz [Thu, 29 Apr 2004 17:38:32 +0000]
The openbsd 64-bit test should use $uquadtype rather
than hardcoding unsigned long long.

p4raw-id: //depot/perl@22752

20 years agoUpdate to Test.pm 1.25 (from SBURKE).
Abhijit Menon-Sen [Thu, 29 Apr 2004 08:24:31 +0000]
Update to Test.pm 1.25 (from SBURKE).

p4raw-id: //depot/perl@22751

20 years agoWhen configuring for 64-bit support, check that the
Marcus Holland-Moritz [Wed, 28 Apr 2004 20:53:29 +0000]
When configuring for 64-bit support, check that the
C library functions for casting floating point values
to 64-bit integer values are not broken.

p4raw-id: //depot/perl@22750

20 years agoFix for [perl #28963]: find2perl was sometimes generating
Rafael Garcia-Suarez [Wed, 28 Apr 2004 18:28:07 +0000]
Fix for [perl #28963]: find2perl was sometimes generating
invalid code.

p4raw-id: //depot/perl@22749

20 years agoAdd diagnostics section to base.pm
Jos I. Boumans [Wed, 28 Apr 2004 13:04:47 +0000]
Add diagnostics section to base.pm
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>

p4raw-id: //depot/perl@22748

20 years ago[perl #29033] typo in description of sleep in documentation of POSIX module
bob@starlabs.net [Wed, 21 Apr 2004 11:07:22 +0000]
[perl #29033] typo in description of sleep in documentation of POSIX module
From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>

p4raw-id: //depot/perl@22747

20 years agofix a coredump caused by rv2gv not fully converting a PV to an RV
Dave Mitchell [Tue, 27 Apr 2004 22:21:35 +0000]
fix a coredump caused by rv2gv not fully converting a PV to an RV

p4raw-id: //depot/perl@22746

20 years agoCleanup variables in S_(un)pack_rec().
Marcus Holland-Moritz [Tue, 27 Apr 2004 20:38:00 +0000]
Cleanup variables in S_(un)pack_rec().
This also works around a gcc optimizer bug on dec_osf/alpha.

p4raw-id: //depot/perl@22745

20 years agocandidate for TR18 compliance
Jeff Pinyan [Thu, 22 Apr 2004 14:31:30 +0000]
candidate for TR18 compliance
Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>

Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>

p4raw-id: //depot/perl@22744

20 years agousemallocwrap works on AIX, but not with vac-5
H.Merijn Brand [Mon, 26 Apr 2004 15:35:23 +0000]
usemallocwrap works on AIX, but not with vac-5
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@22743

20 years agofix 64-bit casting error in change 22741 (uninit var warnings)
Dave Mitchell [Sat, 24 Apr 2004 12:53:07 +0000]
fix 64-bit casting error in change 22741 (uninit var warnings)

p4raw-id: //depot/perl@22742

20 years agoInclude variable names in "Use of uninitialized value" warnings
Dave Mitchell [Fri, 23 Apr 2004 20:43:02 +0000]
Include variable names in "Use of uninitialized value" warnings

p4raw-id: //depot/perl@22741

20 years agounfork the debugger (patch for 5.9.x)
Richard Foley [Fri, 23 Apr 2004 06:33:34 +0000]
unfork the debugger (patch for 5.9.x)
Message-Id: <200404230633.34402.richard.foley@rfi.net>

p4raw-id: //depot/perl@22739

20 years agoOoops. Forgot to update pod.lst, and all that ensues with that
Nicholas Clark [Fri, 23 Apr 2004 10:31:20 +0000]
Ooops. Forgot to update pod.lst, and all that ensues with that

p4raw-id: //depot/perl@22737

20 years agoIntegrate:
Jarkko Hietaniemi [Fri, 16 Apr 2004 21:18:18 +0000]
Integrate:
[ 22165]
Create perl584delta.pod
(Not that I'm really proposing to start work on 5.8.4 today)

[ 22650]
Updates from Stas Bekman, Brendan O'Dea and Hugo

[ 22655]
Tweaks from Hugo and Liz

[ 22677]
Improvements from Jarkko

[ 22684]
Integrate:
[ 22665]
AIX-4 with xlc does not like malloc wrap

[ 22666]
Test drives are fun. Implement ccversion for Itanium HP-UX 11.23

[ 22698]
Clarify AIX and win32's malloc wrapping

[ 22700]
The set uid perl is now called setuidperl. Not suidperl.
Which I discover is hardlinked from sperl by ./installperl
elsewhere. Helpfully confusing installperl script.

[ 22703]
More perldelta updates

[ 22710]
Subject:  spelling
Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>

[ 22718]
Revert 22700 (as part of changes suggested by Brendan O'Dea)

[ 22720]
Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
binary must have fd script conundrum, as suggested by Brendan O'Dea
Plus restore the more helpful error message from 22694 and the gist
of the perl584delta changes from 22700

[ 22731]
Oink, oink, flap, flap!
p4raw-link: @22731 on //depot/maint-5.8/perl: 91a7d2edb06b2806ea64a649fca688b949a02258
p4raw-link: @22720 on //depot/maint-5.8/perl: 18b810caba1ff3a8890bc392e4295393205e4c8e
p4raw-link: @22718 on //depot/maint-5.8/perl: 707d38420c0aa304635c36abea7b0b136d63cfcd
p4raw-link: @22710 on //depot/maint-5.8/perl: e9f7f2097cc57e1693beb51acc1a567239dd0f3b
p4raw-link: @22703 on //depot/maint-5.8/perl: 6d63ab0d6d5fc044f85917afd500180eb332fbcf
p4raw-link: @22700 on //depot/maint-5.8/perl: b08f99954ac05f6d7940d41d47dfcac67b906a1b
p4raw-link: @22698 on //depot/maint-5.8/perl: bd5b58f06130d0a5ad27c8d401502f53461d9fdf
p4raw-link: @22684 on //depot/maint-5.8/perl: 7fb1ca2a337cad560cffe8bfb21160fdae178c94
p4raw-link: @22677 on //depot/maint-5.8/perl: d36d63da9c29e24006c7a6a0198c34d4cc473506
p4raw-link: @22666 on //depot/perl: 61e439284aa29a738760ac931108bca0443afe32
p4raw-link: @22665 on //depot/perl: 1bd7a09e628835341eb814f616cbb46bc4552a0a
p4raw-link: @22655 on //depot/maint-5.8/perl: 6865282ad318ef473baf3141addc54e5d931356c
p4raw-link: @22650 on //depot/maint-5.8/perl: 38fb0e514bbad413d60cbba4252450e98fdc5792
p4raw-link: @22165 on //depot/maint-5.8/perl: 80bf0786daa9d25ec632920e11c0ef79e358f981

p4raw-id: //depot/perl@22736
p4raw-branched: from //depot/maint-5.8/perl@22735 'branch in'
pod/perl584delta.pod
p4raw-integrated: from //depot/maint-5.8/perl@22735 'copy in'
pod/perlhist.pod (@22705..)

20 years agoWhere to find nmake for windows
Abe Timmerman [Thu, 22 Apr 2004 23:57:40 +0000]
Where to find nmake for windows
Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
Changed download URL references for nmake

p4raw-id: //depot/perl@22735

20 years agobyte-order modifiers for (un)pack templates
Marcus Holland-Moritz [Wed, 21 Apr 2004 21:09:20 +0000]
byte-order modifiers for (un)pack templates
Message-Id: <20040421210920.3c467772@r2d2>

p4raw-id: //depot/perl@22734

20 years agoMissing copyright in the README.
Rafael Garcia-Suarez [Thu, 22 Apr 2004 12:08:35 +0000]
Missing copyright in the README.

p4raw-id: //depot/perl@22733

20 years ago[perl #28456] Typo in perlipc man page, and suggestions for same
Axel Boldt [Sun, 11 Apr 2004 13:08:17 +0000]
[perl #28456] Typo in perlipc man page, and suggestions for same
From: Axel Boldt (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
Date: 11 Apr 2004 13:08:17 -0000

p4raw-id: //depot/perl@22727

20 years agoPunt the "reporting bugs" section to the top.
Nicholas Clark [Wed, 21 Apr 2004 14:21:57 +0000]
Punt the "reporting bugs" section to the top.
Reorder the description of what to do, to start with the most common
case.
Clarify "how to report bugs effectively" (and why it benefits you)

p4raw-id: //depot/perl@22725

20 years agoThis should be L<>
Nicholas Clark [Wed, 21 Apr 2004 12:51:43 +0000]
This should be L<>

p4raw-id: //depot/perl@22724

20 years agoINSTALL didn't mention the 5.8.2 hash changes. Fixed
Nicholas Clark [Wed, 21 Apr 2004 09:42:35 +0000]
INSTALL didn't mention the 5.8.2 hash changes. Fixed

p4raw-id: //depot/perl@22723

20 years agoWe should be telling people about ..exp, else they use the unexpanded
Nicholas Clark [Wed, 21 Apr 2004 09:25:34 +0000]
We should be telling people about ..exp, else they use the unexpanded
forms and shaft anyone who installs a private perl within ~

p4raw-id: //depot/perl@22722

20 years ago[patch] log the interpreter id in warnings
Stas Bekman [Mon, 19 Apr 2004 18:10:01 +0000]
[patch] log the interpreter id in warnings
Message-ID: <40847869.1000906@stason.org>

p4raw-id: //depot/perl@22721

20 years agoSync Term::Cap with CPAN version
Jonathan Stowe [Tue, 20 Apr 2004 12:37:28 +0000]
Sync Term::Cap with CPAN version
Message-Id: <1082461047.2736.96.camel@localhost>

p4raw-id: //depot/perl@22717

20 years agoFix for [perl #28919] : sometimes the function ck_ftst was trying
Rafael Garcia-Suarez [Mon, 19 Apr 2004 12:26:35 +0000]
Fix for [perl #28919] : sometimes the function ck_ftst was trying
to read an op that was just freed, which was obviously illegal.

p4raw-id: //depot/perl@22716

20 years agoUpgrade to FileCache 1.04.
Rafael Garcia-Suarez [Mon, 19 Apr 2004 09:34:01 +0000]
Upgrade to FileCache 1.04.

p4raw-id: //depot/perl@22715

20 years agoNew file left out of the last commit.
Rafael Garcia-Suarez [Mon, 19 Apr 2004 08:57:17 +0000]
New file left out of the last commit.

p4raw-id: //depot/perl@22714

20 years agoRe: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
Jeff Pinyan [Wed, 14 Apr 2004 17:01:38 +0000]
Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>

p4raw-id: //depot/perl@22713

20 years agoRe: [perl #28532] optional match of an anchor gets ignored
Hugo van der Sanden [Wed, 14 Apr 2004 19:30:46 +0000]
Re: [perl #28532] optional match of an anchor gets ignored
Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>

p4raw-id: //depot/perl@22712

20 years agoIntegrate:
Nicholas Clark [Sat, 17 Apr 2004 13:25:41 +0000]
Integrate:
[ 22661]
This is RC1

[ 22705]
This is RC2
p4raw-link: @22705 on //depot/maint-5.8/perl: e751ff178b2baa2734f0669d7b9c8ce84aad87c5
p4raw-link: @22661 on //depot/maint-5.8/perl: 319ea70d56d9c0640c0d86bd1ff1f2ea788d9568

p4raw-id: //depot/perl@22708
p4raw-integrated: from //depot/maint-5.8/perl@22706 'copy in'
pod/perlhist.pod (@22555..)

20 years agoOn Linux-PPC, using gcc, downgrade to the -O1 optimisation
Rafael Garcia-Suarez [Fri, 16 Apr 2004 15:53:37 +0000]
On Linux-PPC, using gcc, downgrade to the -O1 optimisation
level (with -O2 miniperl behaves really badly.)

p4raw-id: //depot/perl@22706

20 years agod_getservbyname_r undef up to at least OpenBSD 3.5
H.Merijn Brand [Thu, 15 Apr 2004 11:56:32 +0000]
d_getservbyname_r undef up to at least OpenBSD 3.5
Thanks to Campo Weijerman and Gerard Gerritsen off-list

p4raw-id: //depot/perl@22697

20 years ago#24121: Configure under turkish locale fails
H.Merijn Brand [Wed, 14 Apr 2004 16:04:40 +0000]
#24121: Configure under turkish locale fails
       toupper (i) != I  in turkish, but U+0130
       \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
       Patch supplied by Rafael

p4raw-id: //depot/perl@22696

20 years agolib/utf8_heavy.pl -- cascading classes and '&' support
Jeff Pinyan [Mon, 12 Apr 2004 20:24:48 +0000]
lib/utf8_heavy.pl -- cascading classes and '&' support
Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>

p4raw-id: //depot/perl@22693

20 years ago's to bring bleadperl up to version-0.39
John Peacock [Tue, 13 Apr 2004 20:51:31 +0000]
's to bring bleadperl up to version-0.39
Message-ID: <407C8B13.9020104@rowman.com>

p4raw-id: //depot/perl@22692

20 years agore: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
Jan Dubois [Tue, 13 Apr 2004 19:49:32 +0000]
re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com

p4raw-id: //depot/perl@22691

20 years agoBorland C doesn't like PERL_MALLOC_WRAP.
Marcus Holland-Moritz [Mon, 12 Apr 2004 06:53:24 +0000]
Borland C doesn't like PERL_MALLOC_WRAP.
Until I know why, the fix is to disable it.

p4raw-id: //depot/perl@22689

20 years agoStop PL_comppad pointing to a freed pad during global destruction
Dave Mitchell [Sun, 11 Apr 2004 14:27:26 +0000]
Stop PL_comppad pointing to a freed pad during global destruction

p4raw-id: //depot/perl@22688

20 years agoMake global cleanup fractionally faster by giving S_visit()
Dave Mitchell [Sun, 11 Apr 2004 13:13:35 +0000]
Make global cleanup fractionally faster by giving S_visit()
flags/mask to compare SVs against.

p4raw-id: //depot/perl@22687

20 years agoSync with libnet 1.18
Graham Barr [Sat, 10 Apr 2004 08:08:42 +0000]
Sync with libnet 1.18

p4raw-id: //depot/perl@22686

20 years agoRemove two unused variables that gcc used to warn about.
Marcus Holland-Moritz [Sat, 10 Apr 2004 06:37:30 +0000]
Remove two unused variables that gcc used to warn about.

p4raw-id: //depot/perl@22685

20 years agoRe: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix...
David Dyck [Thu, 8 Apr 2004 19:02:26 +0000]
Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>

p4raw-id: //depot/perl@22682

20 years agofind2perl should not default to -print when -eval is specified.
Rafael Garcia-Suarez [Fri, 9 Apr 2004 07:04:48 +0000]
find2perl should not default to -print when -eval is specified.
Noticed by David Dyck.

p4raw-id: //depot/perl@22681

20 years agoUpgrade to Time::HiRes 1.59.
Rafael Garcia-Suarez [Fri, 9 Apr 2004 06:58:51 +0000]
Upgrade to Time::HiRes 1.59.

p4raw-id: //depot/perl@22680

20 years agoUpgrade to Digest 1.06.
Rafael Garcia-Suarez [Thu, 8 Apr 2004 13:00:59 +0000]
Upgrade to Digest 1.06.

p4raw-id: //depot/perl@22675

20 years agoUpgrade to Digest 1.06.
Rafael Garcia-Suarez [Thu, 8 Apr 2004 12:57:48 +0000]
Upgrade to Digest 1.06.

p4raw-id: //depot/perl@22674

20 years agoUpgrade to Time::HiRes 1.57.
Rafael Garcia-Suarez [Thu, 8 Apr 2004 09:59:22 +0000]
Upgrade to Time::HiRes 1.57.

p4raw-id: //depot/perl@22673

20 years agoMake gmtime and localtime cross reference each other.
Nicholas Clark [Wed, 7 Apr 2004 20:48:04 +0000]
Make gmtime and localtime cross reference each other.
Suggested by Dan Jacobson

p4raw-id: //depot/perl@22672

20 years agoIntegrated Time-Local-1.09 from Dave Rolsky
H.Merijn Brand [Wed, 7 Apr 2004 17:54:10 +0000]
Integrated Time-Local-1.09 from Dave Rolsky
Corrected a wrap error from the CPAN version to match #22670
Tested on AIX to make sure the skip is still needed

p4raw-id: //depot/perl@22671

20 years agoDisable the edge case tests for timegm and timelocal on
H.Merijn Brand [Wed, 7 Apr 2004 12:03:11 +0000]
Disable the edge case tests for timegm and timelocal on
AIX-4.3 since the OS is obsoleted, and fixes are not to
be expected

p4raw-id: //depot/perl@22670

20 years agoFix command-line quoting under Windows for the new optree tests
Steve Hay [Wed, 7 Apr 2004 09:46:01 +0000]
Fix command-line quoting under Windows for the new optree tests
Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
Message-ID: <4073BFC9.10707@uk.radan.com>

p4raw-id: //depot/perl@22669

20 years agoBleadperl to version 0.37
John Peacock [Tue, 6 Apr 2004 21:56:19 +0000]
Bleadperl to version 0.37
Message-ID: <40735FC3.5010305@rowman.com>

p4raw-id: //depot/perl@22668

20 years agoThe optree builder was looping when constructing the ops
Rafael Garcia-Suarez [Wed, 7 Apr 2004 07:37:59 +0000]
The optree builder was looping when constructing the ops
for a map/grep block containing a while(1).
(Bug reported by Pixel.)

p4raw-id: //depot/perl@22667

20 years agoTest drives are fun. Implement ccversion for Itanium HP-UX 11.23
H.Merijn Brand [Tue, 6 Apr 2004 14:44:29 +0000]
Test drives are fun. Implement ccversion for Itanium HP-UX 11.23

p4raw-id: //depot/perl@22666