21 years ago[PATCH] assertions
Salvador Fandiño [Fri, 21 Feb 2003 17:26:16 +0000]
[PATCH] assertions
Message-ID: <3E566138.4090709@yahoo.com>
    and the complement : (with added comments)
Subject: [PATCH] bug in ext/B/t/deparse.t
Message-ID: <3E563E16.7060303@yahoo.com>
    plus perldiag.pod patch for the new warning

p4raw-id: //depot/perl@18827

21 years agoTry to make PPPort.pm 5.005-friendlier (see [perl #21339]).
Jarkko Hietaniemi [Tue, 4 Mar 2003 20:22:25 +0000]
Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
The variant is from how List::Util Util.xs does it.

p4raw-id: //depot/perl@18826

21 years agoDoc typos.
Rafael Garcia-Suarez [Tue, 4 Mar 2003 19:56:28 +0000]
Doc typos.

p4raw-id: //depot/perl@18825

21 years agoTry to give rcatline() a good jog on Unicode.
Jarkko Hietaniemi [Tue, 4 Mar 2003 05:33:50 +0000]
Try to give rcatline() a good jog on Unicode.

p4raw-id: //depot/perl@18823

21 years agoRe: [perl #21395] rcatline doesn't grok utf8
Adrian M. Enache [Sun, 2 Mar 2003 05:43:54 +0000]
Re: [perl #21395] rcatline doesn't grok utf8
Message-ID: <20030302034354.GA4905@ratsnest.hole>

p4raw-id: //depot/perl@18822

21 years agoCan't test this without PerlIO.
Jarkko Hietaniemi [Tue, 4 Mar 2003 04:58:36 +0000]
Can't test this without PerlIO.

p4raw-id: //depot/perl@18821

21 years agoFixes bug #15654 bizarre constant mangling in 5.8.0
Artur Bergman [Tue, 4 Mar 2003 01:01:07 +0000]
Fixes bug #15654 bizarre constant mangling in 5.8.0
What happened was that a constant was freed, the pad released but
the pad slot still held the SV, when pad slot was reallocated
to be a target for a stringify, it did a sv_setpv on the target
and the original SV was wiped out. When this SV was later on
to new places using the constant, they got the wrong value.
By replacing pad_free with pad_swipe for these cases, we
won't have such a problem. (pad_swipe also removes the
pointer to the original SV).

p4raw-id: //depot/perl@18820

21 years agoFurther clarification on PERL_UNICODE's semantics.
Jarkko Hietaniemi [Mon, 3 Mar 2003 19:15:07 +0000]
Further clarification on PERL_UNICODE's semantics.

p4raw-id: //depot/perl@18819

21 years agoSync with libnet-1.13
Graham Barr [Mon, 3 Mar 2003 10:07:44 +0000]
Sync with libnet-1.13

p4raw-id: //depot/perl@18818

21 years agoUpgrade to Unicode::Normalize 0.20.
Jarkko Hietaniemi [Mon, 3 Mar 2003 06:45:59 +0000]
Upgrade to Unicode::Normalize 0.20.

p4raw-id: //depot/perl@18817

21 years agoUpgrade to Encode 1.89. The enc_module.t required
Jarkko Hietaniemi [Mon, 3 Mar 2003 06:17:28 +0000]
Upgrade to Encode 1.89.  The enc_module.t required
a little tweak, sending that to Dan.

p4raw-id: //depot/perl@18816

21 years agoUse a macro for abs() to avoid the possible truncation to an int;
Jarkko Hietaniemi [Mon, 3 Mar 2003 05:33:21 +0000]
Use a macro for abs() to avoid the possible truncation to an int;
also make an explicit (double)cast for the arguments to fabs().

p4raw-id: //depot/perl@18813

21 years agoRe: [PATCH] Make adding notes to patchlevel.h easier
Andreas König [Wed, 19 Feb 2003 11:05:28 +0000]
Re: [PATCH] Make adding notes to patchlevel.h easier
Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18812

21 years ago[perl #21289] [Fwd: IPC::Msg bug report]
Edmund Bacon [Tue, 18 Feb 2003 21:05:15 +0000]
[perl #21289] [Fwd: IPC::Msg bug report]
From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>

p4raw-id: //depot/perl@18811

21 years agoRe: [perl #18872] File::Basename example misleading
Richard Soderberg [Sat, 15 Feb 2003 01:27:21 +0000]
Re: [perl #18872] File::Basename example misleading
Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>

p4raw-id: //depot/perl@18810

21 years ago[perl #21031] $File::Find::name ne $_ w/no_chdir
Anders Johnson [Sat, 15 Feb 2003 00:21:41 +0000]
[perl #21031] $File::Find::name ne $_ w/no_chdir
From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>

p4raw-id: //depot/perl@18809

21 years agoReverse copyright update (#18801) for files not changed in 2003.
Hugo van der Sanden [Sun, 2 Mar 2003 21:22:56 +0000]
Reverse copyright update (#18801) for files not changed in 2003.

p4raw-id: //depot/perl@18807

21 years agoRe: [perl #21411] [fix] Postponed RE with split()
Adrian M. Enache [Sun, 2 Mar 2003 10:11:27 +0000]
Re: [perl #21411] [fix] Postponed RE with split()
Message-ID: <20030302081127.GA10782@ratsnest.hole>

p4raw-id: //depot/perl@18805

21 years agoRE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)
Anders Johnson [Mon, 10 Feb 2003 14:09:46 +0000]
RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
From: "Anders Johnson" <ajohnson@wischip.com>
Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>

p4raw-id: //depot/perl@18803

21 years agoNarrow down the -C test skippage.
Jarkko Hietaniemi [Sun, 2 Mar 2003 15:39:06 +0000]
Narrow down the -C test skippage.

p4raw-id: //depot/perl@18802

21 years agoUpdate all copyrights to 2003, from Jarkko
Hugo van der Sanden [Sun, 2 Mar 2003 15:24:22 +0000]
Update all copyrights to 2003, from Jarkko

p4raw-id: //depot/perl@18801

21 years agofor perl5db.pl against missing args destroying pre-post command setups
Richard Foley [Wed, 19 Feb 2003 13:24:38 +0000]
for perl5db.pl against missing args destroying pre-post command setups
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>

p4raw-id: //depot/perl@18800

21 years agoThe -CI cannot be easily tested under UTF-8 locale with
Jarkko Hietaniemi [Sun, 2 Mar 2003 13:34:13 +0000]
The -CI cannot be easily tested under UTF-8 locale with
the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
Also other small tweaks in the -C neighbourhood.

p4raw-id: //depot/perl@18799

21 years agoGo with "right = -right" for greater portability, some platforms
Jarkko Hietaniemi [Sun, 2 Mar 2003 09:12:06 +0000]
Go with "right = -right" for greater portability, some platforms
might require llabs() to get abs() of long longs.

p4raw-id: //depot/perl@18798

21 years agoPatch for [perl #9402], known also as "glibc _moddi3 bug
Jarkko Hietaniemi [Sun, 2 Mar 2003 08:07:32 +0000]
Patch for [perl #9402], known also as "glibc _moddi3 bug
with negative quads", or also as RedHat bug #65612.

p4raw-id: //depot/perl@18797

21 years agoForgotten from change #18795.
Jarkko Hietaniemi [Sun, 2 Mar 2003 07:34:54 +0000]
Forgotten from change #18795.
p4raw-link: @18795 on //depot/perl: 2aa6a10326178f0f3d8bbf2f0847bd6f4e40b81b

p4raw-id: //depot/perl@18796

21 years agoRe: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
Abe Timmerman [Sun, 2 Mar 2003 02:03:16 +0000]
Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
Message-Id: <200303020203.16708.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@18795

21 years agoFurther Unicode formats patching from Inaba Hiroto.
Jarkko Hietaniemi [Sun, 2 Mar 2003 07:21:36 +0000]
Further Unicode formats patching from Inaba Hiroto.

p4raw-id: //depot/perl@18794

21 years agoIntegrate change #18788 from maint.
Jarkko Hietaniemi [Sat, 1 Mar 2003 08:18:35 +0000]
Integrate change #18788 from maint.
p4raw-link: @18788 on //depot/maint-5.8/perl: f0499ddfc6bc8a9696a167e0ea98e851c0d4ff1a

p4raw-id: //depot/perl@18793
p4raw-integrated: from //depot/maint-5.8/perl@18788 'merge in' perl.h
(@18783..)

21 years agoGet MSWin32 back compiling
Abe Timmerman [Sat, 1 Mar 2003 04:31:19 +0000]
Get MSWin32 back compiling
Message-Id: <200303010431.20205.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@18792

21 years agoRe: [PATCH] Re: format, PerlIO and utf8
Inaba Hiroto [Mon, 10 Feb 2003 00:04:51 +0000]
Re: [PATCH] Re: format, PerlIO and utf8
Message-ID: <3E466E12.E5349D84@st.rim.or.jp>

p4raw-id: //depot/perl@18785

21 years agoAn already fixed bug from perl-unicode.
Jarkko Hietaniemi [Wed, 26 Feb 2003 19:45:53 +0000]
An already fixed bug from perl-unicode.

p4raw-id: //depot/perl@18784

21 years agoRe: [perl #20683] [fix] Better Patch
Adrian M. Enache [Sun, 23 Feb 2003 20:16:39 +0000]
Re: [perl #20683] [fix] Better Patch
Message-ID: <20030223181639.GA18713@ratsnest.hole>

p4raw-id: //depot/perl@18782

21 years agoregen headers
Hugo van der Sanden [Wed, 26 Feb 2003 01:11:14 +0000]
regen headers

p4raw-id: //depot/perl@18781

21 years agoTwo typos found by Philip Newton <pnewton@gmx.de>
Hugo van der Sanden [Wed, 26 Feb 2003 00:25:32 +0000]
Two typos found by Philip Newton <pnewton@gmx.de>

p4raw-id: //depot/perl@18780

21 years agoAdd tests for the -C switch. Depending on the
Jarkko Hietaniemi [Tue, 25 Feb 2003 18:20:01 +0000]
Add tests for the -C switch.  Depending on the
CLIs some $^O dance may be needed.

p4raw-id: //depot/perl@18779

21 years agoAdd missing file from change #18774.
Hugo van der Sanden [Tue, 25 Feb 2003 15:24:17 +0000]
Add missing file from change #18774.
p4raw-link: @18774 on //depot/perl: 82d039840b913b4eed10833ac05709a5abd02ead

p4raw-id: //depot/perl@18778

21 years agoMore variables for change #18776.
Hugo van der Sanden [Tue, 25 Feb 2003 14:07:59 +0000]
More variables for change #18776.
p4raw-link: @18776 on //depot/perl: 83b43d9236da9ea6e31fd2df2474f4d7f7220a85

p4raw-id: //depot/perl@18777

21 years ago[perl #20682] [fix] @- array not visible in s///
Adrian M. Enache [Fri, 21 Feb 2003 17:50:14 +0000]
[perl #20682] [fix] @- array not visible in s///
Message-ID: <20030221155014.GB793@ratsnest.hole>

p4raw-id: //depot/perl@18776

21 years ago[perl #20684] [fix] s/// with (??{..}) inside returns wrong count
Adrian M. Enache [Fri, 21 Feb 2003 17:49:41 +0000]
[perl #20684] [fix] s/// with (??{..}) inside returns wrong count
Message-ID: <20030221154941.GA793@ratsnest.hole>

p4raw-id: //depot/perl@18775

21 years agoRe: [perl #21321] local ${"FOO"} does not work
Rafael Garcia-Suarez [Sun, 23 Feb 2003 00:03:27 +0000]
Re: [perl #21321] local ${"FOO"} does not work
Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@18774

21 years ago[Encode] 1.88 Released
Dan Kogai [Thu, 20 Feb 2003 23:49:55 +0000]
[Encode] 1.88 Released
Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@18773

21 years ago[perl@18752] warnings from CGI tests under cygwin
Yitzchak Scott-Thoennes [Wed, 19 Feb 2003 13:37:39 +0000]
[perl@18752] warnings from CGI tests under cygwin
Message-ID: <jk/U+gzkg2DE092yn@efn.org>

p4raw-id: //depot/perl@18772

21 years agoCleanup #18770 as suggested by Rafael.
Jarkko Hietaniemi [Tue, 25 Feb 2003 07:46:53 +0000]
Cleanup #18770 as suggested by Rafael.

p4raw-id: //depot/perl@18771

21 years agoA new try at #18765 (for [perl #20920]).
Jarkko Hietaniemi [Tue, 25 Feb 2003 06:01:09 +0000]
A new try at #18765 (for [perl #20920]).

p4raw-id: //depot/perl@18770

21 years agoRetract change #18765: makes HiRes.t hang after subtest #11.
Jarkko Hietaniemi [Tue, 25 Feb 2003 05:33:10 +0000]
Retract change #18765: makes HiRes.t hang after subtest #11.
p4raw-link: @18765 on //depot/perl: 2fb44b4522b8956ab337b2f83a5fe619b0773788

p4raw-id: //depot/perl@18769

21 years agoInclude p4d2p in Porting again, because p4genpatch doesn't work
Chip Salzenberg [Mon, 24 Feb 2003 21:42:57 +0000]
Include p4d2p in Porting again, because p4genpatch doesn't work
until a change has been submitted.

p4raw-id: //depot/perl@18768

21 years agoIn Porting scripts, use standard perl path of "/usr/bin/perl".
Chip Salzenberg [Mon, 24 Feb 2003 21:35:56 +0000]
In Porting scripts, use standard perl path of "/usr/bin/perl".

p4raw-id: //depot/perl@18767

21 years agoPERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
Jarkko Hietaniemi [Mon, 24 Feb 2003 20:04:36 +0000]
PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.

p4raw-id: //depot/perl@18766

21 years agoRe: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
Slaven Rezic [Fri, 14 Feb 2003 09:11:15 +0000]
Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
Message-ID: <878ywji8nw.fsf@vran.herceg.de>

(with slight tweaks)

p4raw-id: //depot/perl@18765

21 years agoPatching magic from Inaba-san's keyboard: fix for [perl #8769]:
Jarkko Hietaniemi [Mon, 24 Feb 2003 18:44:41 +0000]
Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
"scalar upgraded to UTF-8 as a side effect of quote-interpolation
when 'use encoding' is engaged"-- wasn't actually encoding's fault.

p4raw-id: //depot/perl@18764

21 years agoUse PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
Chip Salzenberg [Mon, 24 Feb 2003 14:54:36 +0000]
Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.

p4raw-id: //depot/perl@18763

21 years agoRemove no-longer-true line from perlop
Hugo van der Sanden [Mon, 24 Feb 2003 00:18:42 +0000]
Remove no-longer-true line from perlop

p4raw-id: //depot/perl@18762

21 years agoChip noticed that the intended optionality of the 'IV' was
Jarkko Hietaniemi [Sun, 23 Feb 2003 12:07:53 +0000]
Chip noticed that the intended optionality of the 'IV' was
forgotten in the change #18758.
p4raw-link: @18758 on //depot/perl: f0fabfd7a60ca1c99e9f3f4c4b66d46eab58e4d5

p4raw-id: //depot/perl@18761

21 years agoAPI doc tweaks.
Jarkko Hietaniemi [Sat, 22 Feb 2003 19:17:04 +0000]
API doc tweaks.

p4raw-id: //depot/perl@18760

21 years agoChange regex to be a bit more friendly against various
Artur Bergman [Fri, 21 Feb 2003 09:08:30 +0000]
Change regex to be a bit more friendly against various
outputs from ps -f, regex suggest by rgs

p4raw-id: //depot/perl@18759

21 years agoadd some IV stuff to ext/Devel/Peek/Peek.t test 21
Peter Prymmer [Thu, 20 Feb 2003 13:28:09 +0000]
add some IV stuff to ext/Devel/Peek/Peek.t test 21
Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>

p4raw-id: //depot/perl@18758

21 years agoadd probe for yet another dangerous logical name: COMP
Peter Prymmer [Wed, 19 Feb 2003 15:04:40 +0000]
add probe for yet another dangerous logical name: COMP
Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>

p4raw-id: //depot/perl@18757

21 years agoDoc tweakage on -C.
Jarkko Hietaniemi [Thu, 20 Feb 2003 06:16:05 +0000]
Doc tweakage on -C.

p4raw-id: //depot/perl@18756

21 years ago5.8.0: typo in pod/perlcompile.pod
Brendan O'Dea [Sun, 16 Feb 2003 21:09:23 +0000]
5.8.0: typo in pod/perlcompile.pod
Message-ID: <20030216100923.GA29761@londo.c47.org>

p4raw-id: //depot/perl@18755

21 years agoDocument clearly that "_" is always in package "main".
Rafael Garcia-Suarez [Wed, 19 Feb 2003 21:14:37 +0000]
Document clearly that "_" is always in package "main".

p4raw-id: //depot/perl@18754

21 years agoRe: [perl #20716] scope error with brackets
Adrian M. Enache [Thu, 13 Feb 2003 04:52:21 +0000]
Re: [perl #20716] scope error with brackets
Message-ID: <20030213025221.GA1215@ratsnest.hole>
(better version of change #18687)
p4raw-link: @18687 on //depot/perl: 437fd2104756c25dedf68c6e31cd29ecbf0e2569

p4raw-id: //depot/perl@18753

21 years ago'A' is not 65 everywhere.
Jarkko Hietaniemi [Wed, 19 Feb 2003 05:10:26 +0000]
'A' is not 65 everywhere.

p4raw-id: //depot/perl@18752

21 years agoSupport one-parameter unpack(), which unpacks $_.
Chip Salzenberg [Wed, 19 Feb 2003 03:54:45 +0000]
Support one-parameter unpack(), which unpacks $_.

p4raw-id: //depot/perl@18751

21 years agomore complex assertions activation:
Salvador Fandiño [Tue, 18 Feb 2003 19:24:13 +0000]
more complex assertions activation:
Subject: Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3E52885D.5060903@yahoo.com>

p4raw-id: //depot/perl@18750

21 years agoMake adding notes to patchlevel.h easier
Andreas König [Tue, 18 Feb 2003 11:48:40 +0000]
Make adding notes to patchlevel.h easier
Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18749

21 years agoBlocking option ignored
Dave Mitchell [Tue, 18 Feb 2003 21:45:45 +0000]
Blocking option ignored
Date: Tue, 18 Feb 2003 21:45:45 +0000
Message-ID: <20030218214545.C18547@fdgroup.com>

and tests for the same:
From: Dave Mitchell <davem@fdgroup.com>
Date: Wed, 19 Feb 2003 00:42:01 +0000
Message-ID: <20030219004201.F18547@fdgroup.com>

p4raw-id: //depot/perl@18748

21 years agoShouldn't have added as t/run/switchA.t in #18739 - it'll cause
Hugo van der Sanden [Tue, 18 Feb 2003 23:47:06 +0000]
Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
problems on case-insensitive file systems. Rename it back to
t/run/switch_A.t

p4raw-id: //depot/perl@18747

21 years agoRe: -Os for Darwin why?
Michael G. Schwern [Tue, 18 Feb 2003 21:31:37 +0000]
Re: -Os for Darwin why?
Message-Id: <20030218113739.D25848@ttul.org>

p4raw-id: //depot/perl@18746

21 years agoFormat nit.
Jarkko Hietaniemi [Tue, 18 Feb 2003 14:01:34 +0000]
Format nit.

p4raw-id: //depot/perl@18741

21 years agoRe: -Os for Darwin why?
Michael G. Schwern [Tue, 18 Feb 2003 06:33:57 +0000]
Re: -Os for Darwin why?
Message-Id: <20030217191403.A17553@ttul.org>

p4raw-id: //depot/perl@18740

21 years agoRe: Did the assertion patch/feature submission get overlooked?
Salvador Fandiño [Mon, 17 Feb 2003 23:38:05 +0000]
Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3E51725D.5060303@yahoo.com>

p4raw-id: //depot/perl@18739

21 years agoRe: [PATCH] Re: [PATCH] Copy on write for $& and $1...
Nicholas Clark [Mon, 17 Feb 2003 21:07:03 +0000]
Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
Message-ID: <20030217210330.A8611@plum.flirble.org>

p4raw-id: //depot/perl@18738

21 years agoRe: [perl #21261] B::Terse not outputting correct constants or variable names
Stephen McCamant [Mon, 17 Feb 2003 19:34:36 +0000]
Re: [perl #21261] B::Terse not outputting correct constants or variable names
Date: Mon, 17 Feb 2003 19:34:36 -0500
Date: Mon, 17 Feb 2003 19:34:36 -0500
Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@18737

21 years agoRe: [PATCH] Copy on write for $& and $1...
Nicholas Clark [Sun, 16 Feb 2003 23:09:50 +0000]
Re: [PATCH] Copy on write for $& and $1...
Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18736

21 years agoUse the escape E<ntilde> in source files rather than the actual char.
Hugo van der Sanden [Mon, 17 Feb 2003 09:13:02 +0000]
Use the escape E<ntilde> in source files rather than the actual char.

p4raw-id: //depot/perl@18735

21 years agoSuppress empty #ifdef blocks in embed.pl
Hugo van der Sanden [Mon, 17 Feb 2003 09:06:44 +0000]
Suppress empty #ifdef blocks in embed.pl

p4raw-id: //depot/perl@18734

21 years agofix typo in sv.c and regenerate perlapi.pod
Hugo van der Sanden [Mon, 17 Feb 2003 08:51:53 +0000]
fix typo in sv.c and regenerate perlapi.pod

p4raw-id: //depot/perl@18733

21 years agoPhilip Newton has eagle eyes :-)
Jarkko Hietaniemi [Mon, 17 Feb 2003 06:40:09 +0000]
Philip Newton has eagle eyes :-)

p4raw-id: //depot/perl@18732

21 years agoDoc tweaks (and one code tweak) based on Philip Newton's comments.
Jarkko Hietaniemi [Mon, 17 Feb 2003 05:31:18 +0000]
Doc tweaks (and one code tweak) based on Philip Newton's comments.

p4raw-id: //depot/perl@18731

21 years agoMake also the -CAL conditional on locale.
Jarkko Hietaniemi [Mon, 17 Feb 2003 04:44:53 +0000]
Make also the -CAL conditional on locale.

p4raw-id: //depot/perl@18730

21 years agoNO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
Jarkko Hietaniemi [Sun, 16 Feb 2003 18:33:05 +0000]
NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.

p4raw-id: //depot/perl@18729

21 years agoAccording to Sarathy it's better have the Ministry
Jarkko Hietaniemi [Sun, 16 Feb 2003 18:20:04 +0000]
According to Sarathy it's better have the Ministry
of Information to remove all memory of NO_EMBED.
What NO_EMBED?

p4raw-id: //depot/perl@18728

21 years agoadd support for assertions. Updated form of:
Salvador Fandiño [Sat, 30 Nov 2002 17:24:09 +0000]
add support for assertions. Updated form of:
Subject: Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3DE8F439.50402@yahoo.com>

p4raw-id: //depot/perl@18727

21 years agoCOW regexps:
Nicholas Clark [Sun, 9 Feb 2003 23:00:09 +0000]
COW regexps:
Subject: [PATCH] Copy on write for $& and $1...
Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18726

21 years agoinline SvREFCNT_dec:
Nicholas Clark [Sun, 9 Feb 2003 23:00:09 +0000]
inline SvREFCNT_dec:
Subject: [PATCH] Copy on write for $& and $1...
Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18725

21 years agoRe: [perl #20798] foo(eval {}) crashes Perl 5.8
Adrian M. Enache [Sun, 16 Feb 2003 00:05:10 +0000]
Re: [perl #20798] foo(eval {}) crashes Perl 5.8
Message-ID: <20030215220510.GB893@ratsnest.hole>

p4raw-id: //depot/perl@18723

21 years agooutdent else-if chain in scope()
Hugo van der Sanden [Sun, 16 Feb 2003 11:08:06 +0000]
outdent else-if chain in scope()

p4raw-id: //depot/perl@18722

21 years agoarcane tainting bug in vms.c
Craig A. Berry [Sat, 15 Feb 2003 12:29:03 +0000]
arcane tainting bug in vms.c
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E4E86EF.8090609@mac.com>

p4raw-id: //depot/perl@18721

21 years agorestrict PERL_PRESERVE_IVUV to things that should really give an
Hugo van der Sanden [Wed, 12 Feb 2003 03:12:43 +0000]
restrict PERL_PRESERVE_IVUV to things that should really give an
integer, but extend to runtime. Based on:
Subject: Re: [perl #20827] Unexpected scientific notation.
Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>

p4raw-id: //depot/perl@18720

21 years agoAs suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
Jarkko Hietaniemi [Sun, 16 Feb 2003 09:47:02 +0000]
As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
which will disable the short forms of the Perl_ API, good for
embedding stuff.  (Kind of like the old NO_EMBED, but better.)

p4raw-id: //depot/perl@18718

21 years agoClarify the -C syntax a bit.
Jarkko Hietaniemi [Sun, 16 Feb 2003 09:44:57 +0000]
Clarify the -C syntax a bit.

p4raw-id: //depot/perl@18717

21 years agoForgotten from #18715.
Jarkko Hietaniemi [Sun, 16 Feb 2003 08:29:54 +0000]
Forgotten from #18715.

p4raw-id: //depot/perl@18716

21 years agoThe new(er) way of controlling Unicode I/O (and other) features;
Jarkko Hietaniemi [Sat, 15 Feb 2003 21:19:37 +0000]
The new(er) way of controlling Unicode I/O (and other) features;
-C (or PERL_UNICODE).  See perlrun/-C for more details.

p4raw-id: //depot/perl@18715

21 years agoAlso Storable really wants the PATCHLEVEL, not PERL_VERSION.
Jarkko Hietaniemi [Sat, 15 Feb 2003 12:31:25 +0000]
Also Storable really wants the PATCHLEVEL, not PERL_VERSION.

p4raw-id: //depot/perl@18714

21 years agoBring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
Jarkko Hietaniemi [Sat, 15 Feb 2003 08:39:38 +0000]
Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
even closer to each other.  The dec_osf.pl is irrelevant
for the current core but adding it makes for one less exception
when integrating.

p4raw-id: //depot/perl@18712

21 years agoUpdate MD5 Changes; update checksums.
Jarkko Hietaniemi [Sat, 15 Feb 2003 08:32:04 +0000]
Update MD5 Changes; update checksums.

p4raw-id: //depot/perl@18711

21 years agoUpdate the MD5 checksums.
Jarkko Hietaniemi [Sat, 15 Feb 2003 08:19:20 +0000]
Update the MD5 checksums.

p4raw-id: //depot/perl@18710

21 years agoMake the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
Jarkko Hietaniemi [Sat, 15 Feb 2003 08:16:26 +0000]
Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
(problem noticed by Graham with List::Util).

p4raw-id: //depot/perl@18709

21 years agoRe: [perl #20912] UTF8 related glitch + fix
Adrian M. Enache [Sat, 15 Feb 2003 00:37:40 +0000]
Re: [perl #20912] UTF8 related glitch + fix
Message-ID: <20030214223740.GA13575@ratsnest.hole>

p4raw-id: //depot/perl@18708