21 years agoB::Concise updates (incl. avoiding use of op_seq)
Stephen McCamant [Mon, 3 Feb 2003 21:01:07 +0000]
B::Concise updates (incl. avoiding use of op_seq)
Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@18657

21 years agoBetter version of change #18648, by Enache Adrian
Rafael Garcia-Suarez [Tue, 4 Feb 2003 20:02:56 +0000]
Better version of change #18648, by Enache Adrian
Message-ID: <20030204101533.GA11817@ratsnest.hole>
p4raw-link: @18648 on //depot/perl: 7c2549db3c820cf72273bacc18a4e3d2b361563d

p4raw-id: //depot/perl@18656

21 years agoAdd the new test to MANIFEST.
Jarkko Hietaniemi [Tue, 4 Feb 2003 15:56:36 +0000]
Add the new test to MANIFEST.

p4raw-id: //depot/perl@18655

21 years agoSync with 1.10
Graham Barr [Tue, 4 Feb 2003 14:42:51 +0000]
Sync with 1.10

p4raw-id: //depot/perl@18654

21 years agoFix "[perl #20667] unicode regex vs non-unicode regex".
Jarkko Hietaniemi [Tue, 4 Feb 2003 11:04:25 +0000]
Fix "[perl #20667] unicode regex vs non-unicode regex".
The PL_regdata was not set up (S_cache_re()) before it
was needed (S_reginclass()).  The test put in fresh_perl.t
because we need a pristine state to start.

p4raw-id: //depot/perl@18653

21 years agoComment tweak.
Jarkko Hietaniemi [Tue, 4 Feb 2003 06:35:51 +0000]
Comment tweak.

p4raw-id: //depot/perl@18652

21 years agoSignedness issue.
Jarkko Hietaniemi [Tue, 4 Feb 2003 06:28:53 +0000]
Signedness issue.

p4raw-id: //depot/perl@18651

21 years agoForce the C locale in makedepend, to prevent gcc from
Rafael Garcia-Suarez [Mon, 3 Feb 2003 22:02:44 +0000]
Force the C locale in makedepend, to prevent gcc from
producing locale-dependent messages.

p4raw-id: //depot/perl@18650

21 years agoDocument the environment variable PERL_UTF8_LOCALE in perlrun.
Rafael Garcia-Suarez [Mon, 3 Feb 2003 22:00:21 +0000]
Document the environment variable PERL_UTF8_LOCALE in perlrun.

p4raw-id: //depot/perl@18649

21 years agoFix bug #8760 : cop_line isn't properly restored
Rafael Garcia-Suarez [Mon, 3 Feb 2003 19:32:57 +0000]
Fix bug #8760 : cop_line isn't properly restored
when a module is loaded at runtime behind the scenes.

p4raw-id: //depot/perl@18648

21 years agoRe: [perl #20606] [PATCH} openbsd hints
Abe Timmerman [Sun, 2 Feb 2003 18:27:57 +0000]
Re: [perl #20606] [PATCH} openbsd hints
Message-Id: <200302021827.57240.abe@ztreet.demon.nl>

p4raw-id: //depot/perl@18647

21 years agoDuh, test -e ENOPORTABLE, I should've remembered that.
Jarkko Hietaniemi [Mon, 3 Feb 2003 12:41:51 +0000]
Duh, test -e ENOPORTABLE, I should've remembered that.
(Made Solaris go boom.)

p4raw-id: //depot/perl@18644

21 years agoDetypo.
Jarkko Hietaniemi [Mon, 3 Feb 2003 10:36:15 +0000]
Detypo.

p4raw-id: //depot/perl@18643

21 years agoIntegrate MIME::Base64 2.16 from CPAN. (Do we really want the
Abhijit Menon-Sen [Mon, 3 Feb 2003 08:26:36 +0000]
Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
utility scripts?)

p4raw-id: //depot/perl@18642

21 years agoIn any case, never copy this but use the same SV since
Artur Bergman [Sun, 2 Feb 2003 23:46:24 +0000]
In any case, never copy this but use the same SV since
if we copy we loose the hash we so badly need.
For op_const we might still need to copy however.

p4raw-id: //depot/perl@18641

21 years agoMove SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
Artur Bergman [Sun, 2 Feb 2003 23:38:40 +0000]
Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
threading issue. Should perhaps be a PVOP to save memory, but then
we have nowhere to store the hash of the function!

p4raw-id: //depot/perl@18640

21 years agoPlan 9: Some time has passed.
Jarkko Hietaniemi [Sun, 2 Feb 2003 20:07:57 +0000]
Plan 9: Some time has passed.

p4raw-id: //depot/perl@18637

21 years agoRe: typo in checkin 18616
Nick Ing-Simmons [Sun, 2 Feb 2003 17:23:08 +0000]
Re: typo in checkin 18616
Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>

p4raw-id: //depot/perl@18636

21 years agoPlan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
Jarkko Hietaniemi [Sun, 2 Feb 2003 19:46:35 +0000]
Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.

p4raw-id: //depot/perl@18635

21 years agopod/perlfunc.pod
Abigail [Sun, 2 Feb 2003 16:59:48 +0000]
pod/perlfunc.pod
Message-Id: <20030202155948.7971.qmail@abigail.nl>

p4raw-id: //depot/perl@18634

21 years ago[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
Rafael Garcia-Suarez [Wed, 22 Jan 2003 22:35:56 +0000]
[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@18633

21 years agoAlso [perl #3547] has been fixed; add its test case.
Jarkko Hietaniemi [Sun, 2 Feb 2003 15:31:36 +0000]
Also [perl #3547] has been fixed; add its test case.

p4raw-id: //depot/perl@18632

21 years agoThe [perl #7471] seems to have been fixed; add its test.
Jarkko Hietaniemi [Sun, 2 Feb 2003 15:26:10 +0000]
The [perl #7471] seems to have been fixed; add its test.

p4raw-id: //depot/perl@18631

21 years ago[perl #15397] seems to have been fixed; add its test.
Jarkko Hietaniemi [Sun, 2 Feb 2003 15:21:23 +0000]
[perl #15397] seems to have been fixed; add its test.

p4raw-id: //depot/perl@18630

21 years agoPlan 9: Supply also Russ Cox' original config.h for 5.8.0.
Jarkko Hietaniemi [Sun, 2 Feb 2003 15:09:39 +0000]
Plan 9: Supply also Russ Cox' original config.h for 5.8.0.

p4raw-id: //depot/perl@18629

21 years agoPlan 9: Update config.plan9 based on Russ Cox' work.
Jarkko Hietaniemi [Sun, 2 Feb 2003 14:46:26 +0000]
Plan 9: Update config.plan9 based on Russ Cox' work.

p4raw-id: //depot/perl@18628

21 years agoPlan 9: Update the list of object files.
Jarkko Hietaniemi [Sun, 2 Feb 2003 14:24:00 +0000]
Plan 9: Update the list of object files.

p4raw-id: //depot/perl@18627

21 years agoPlan 9: No Configure.
Jarkko Hietaniemi [Sun, 2 Feb 2003 14:03:16 +0000]
Plan 9: No Configure.

p4raw-id: //depot/perl@18626

21 years agoPlan 9: doesn't really do Configure (undo #18585/#18586)
Jarkko Hietaniemi [Sun, 2 Feb 2003 13:29:02 +0000]
Plan 9: doesn't really do Configure (undo #18585/#18586)

p4raw-id: //depot/perl@18624

21 years agominitest wasn't working. (The $^X /miniperl/ test in
Jarkko Hietaniemi [Sun, 2 Feb 2003 12:49:13 +0000]
minitest wasn't working.  (The $^X /miniperl/ test in
io/crlf.t didn't work in Tru64, $^X was "./perl", used
the same 'eval q/use .../' trick everywhere.)

p4raw-id: //depot/perl@18622

21 years agoFix and test for [perl #15549 Empty \Q\E not permitted]
Jarkko Hietaniemi [Sun, 2 Feb 2003 12:23:28 +0000]
Fix and test for [perl #15549 Empty \Q\E not permitted]
(test.pl-ise quotemeta.t, too)

p4raw-id: //depot/perl@18621

21 years agoFix bug #15837, temporary from storable call hadn't gotten
Artur Bergman [Sat, 1 Feb 2003 21:04:36 +0000]
Fix bug #15837, temporary from storable call hadn't gotten
freed yet and was cloned but without a real (AvREAL)
reference to it. @_ doesn't refcount!

p4raw-id: //depot/perl@18618

21 years agoIntegrate from perlio:
Jarkko Hietaniemi [Sat, 1 Feb 2003 19:43:09 +0000]
Integrate from perlio:

[ 18591]
PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
correct XSUB.h

[ 18611]
Michael Schroeder's fix for re-try if stdio ops after
interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).

[ 18612]
PerlIO friendly version of speed up of $/ = undef case.

[ 18613]
fflush() before invalidating stdio's fileno.
p4raw-link: @18613 on //depot/perlio: bbfd922f5bb0c97d0accf18f588b887418c94e6b
p4raw-link: @18612 on //depot/perlio: e468d35bbed7491e8b221d65181da6200264b6a0
p4raw-link: @18611 on //depot/perlio: 4d94824190f1d3f4307c94794486b277afd6e971
p4raw-link: @18591 on //depot/perlio: f9415d2377705b4cde579db69c15a29f1b9bb9f6

p4raw-id: //depot/perl@18616

21 years agoDon't free thread before using it, breaks platforms that
Artur Bergman [Sat, 1 Feb 2003 12:01:01 +0000]
Don't free thread before using it, breaks platforms that
trust that I really want to free what I free, (like HPUX
and AIX).

p4raw-id: //depot/perl@18615

21 years agoRe: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
Nick Ing-Simmons [Sat, 1 Feb 2003 13:03:52 +0000]
Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>

p4raw-id: //depot/perl@18614

21 years agofflush() before invalidating stdio's fileno.
Nick Ing-Simmons [Sat, 1 Feb 2003 11:56:47 +0000]
fflush() before invalidating stdio's fileno.

p4raw-id: //depot/perlio@18613

21 years agoPerlIO friendly version of speed up of $/ = undef case.
Nick Ing-Simmons [Sat, 1 Feb 2003 11:37:30 +0000]
PerlIO friendly version of speed up of $/ = undef case.

p4raw-id: //depot/perlio@18612

21 years agoMichael Schroeder's fix for re-try if stdio ops after
Nick Ing-Simmons [Sat, 1 Feb 2003 09:26:31 +0000]
Michael Schroeder's fix for re-try if stdio ops after
interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).

p4raw-id: //depot/perlio@18611

21 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 1 Feb 2003 09:19:20 +0000]
Integrate mainline

p4raw-id: //depot/perlio@18610

21 years agoGo even further (back) than change #18608 and revert
Jarkko Hietaniemi [Fri, 31 Jan 2003 08:58:40 +0000]
Go even further (back) than change #18608 and revert
to the 5.8.0 code, since otherwise split.t #40 fails.
The four new tests of pat.t should keep us more honest.
p4raw-link: @18608 on //depot/perl: 5dec093fd414e8adffdf65a1d75b0b0d7a2938c3

p4raw-id: //depot/perl@18609

21 years ago[FIX] Re: UTF-8 failures (surprise!)
Adrian M. Enache [Fri, 31 Jan 2003 09:20:59 +0000]
[FIX] Re: UTF-8 failures (surprise!)
Message-ID: <20030131072059.GB6045@ratsnest.hole>

p4raw-id: //depot/perl@18608

21 years agoFix typo in version check ($[ to $]).
Abhijit Menon-Sen [Fri, 31 Jan 2003 02:29:56 +0000]
Fix typo in version check ($[ to $]).

p4raw-id: //depot/perl@18607

21 years agoUpper<->Lower case mistake in perlunicode.pod ?
Jose Auguste-Etienne [Thu, 30 Jan 2003 12:40:53 +0000]
Upper<->Lower case mistake in perlunicode.pod ?
Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>

p4raw-id: //depot/perl@18606

21 years ago[perl #20616] code example in the FAQ that isn't strict-friendly.
Beckett Richard-qswi266 [Thu, 30 Jan 2003 11:43:17 +0000]
[perl #20616] code example in the FAQ that isn't strict-friendly.
Subject: [perl #20616] Tie::IxHash doc error.
From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>

p4raw-id: //depot/perl@18605

21 years agoFAQ sync.
Rafael Garcia-Suarez [Thu, 30 Jan 2003 20:52:05 +0000]
FAQ sync.

p4raw-id: //depot/perl@18604

21 years ago[FIX] Re: UTF-8 failures (surprise!)
Adrian M. Enache [Thu, 30 Jan 2003 10:48:09 +0000]
[FIX] Re: UTF-8 failures (surprise!)
Message-ID: <20030130084809.GA16902@ratsnest.hole>

Fix for half of the failures, with an expanded test.

p4raw-id: //depot/perl@18603

21 years agoUpdates to the openbsd hints
Todd C. Miller [Wed, 29 Jan 2003 18:38:37 +0000]
Updates to the openbsd hints

Subject: [perl #20606] [no subject]
From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>

p4raw-id: //depot/perl@18602

21 years agoMore of the #18600.
Jarkko Hietaniemi [Wed, 29 Jan 2003 05:58:36 +0000]
More of the #18600.

p4raw-id: //depot/perl@18601

21 years agoRetract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
Jarkko Hietaniemi [Wed, 29 Jan 2003 05:37:12 +0000]
Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
dumping (but now use SvPV_nolen).  (This change made an empty
prototype to show up as "_" under -Uuseperlio.)

p4raw-id: //depot/perl@18600

21 years agoFix a very small memory leak in op_free, by reserving the
Paul Johnson [Tue, 28 Jan 2003 14:13:09 +0000]
Fix a very small memory leak in op_free, by reserving the
case op_seq == (U16)-1 for the compiler backend

Subject: Re: Freeing code
From: "Paul Johnson" <paul@pjcj.net>
Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>

p4raw-id: //depot/perl@18599

21 years agoIntegrate from maint-5.8:
Rafael Garcia-Suarez [Tue, 28 Jan 2003 20:43:02 +0000]
Integrate from maint-5.8:
Change 18450 :
  Tiny output tweak.
Change 18429 :
  AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
  things like drand48_data are undefined).
Change 18388 :
  List the PERL_MAGIC_utf8 ('w') flag.

p4raw-id: //depot/perl@18598
p4raw-integrated: from //depot/maint-5.8/perl@18597 'copy in'
hints/aix.sh (@18286..) t/op/pat.t (@18290..) pod/perlguts.pod
(@18387..)

21 years agoRe: [perl #20274] perlbug requires dynamic loading
Slaven Rezic [Tue, 14 Jan 2003 20:58:54 +0000]
Re: [perl #20274] perlbug requires dynamic loading
Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18597

21 years agoIntroduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
Dave Mitchell [Sun, 26 Jan 2003 17:42:42 +0000]
Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
without the lval context tweak. Used in OP_DBSTATE.
Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
Message-ID: <20030126174242.H16182@fdgroup.com>

p4raw-id: //depot/perl@18596

21 years agomake Copy On Write work once again
Nicholas Clark [Sat, 25 Jan 2003 00:25:50 +0000]
make Copy On Write work once again
Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18595

21 years agoUpdate the pod list for Plan 9.
Jarkko Hietaniemi [Mon, 27 Jan 2003 20:01:44 +0000]
Update the pod list for Plan 9.

p4raw-id: //depot/perl@18594

21 years agoWhen we copy things out of a hash and increment the
Artur Bergman [Sun, 26 Jan 2003 22:37:21 +0000]
When we copy things out of a hash and increment the
refcount of the shared scalar, we really must protect
that refcount increase with a lock, or else it might not
happen. Fixes segfault when objects would prematurely
be killed.

p4raw-id: //depot/perl@18593

21 years agoMissing (STRLEN)casts.
Jarkko Hietaniemi [Sun, 26 Jan 2003 21:54:36 +0000]
Missing (STRLEN)casts.

p4raw-id: //depot/perl@18592

21 years agoPERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
Nick Ing-Simmons [Sun, 26 Jan 2003 17:46:19 +0000]
PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
correct XSUB.h

p4raw-id: //depot/perlio@18591

21 years agoOPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
Dave Mitchell [Fri, 24 Jan 2003 18:44:19 +0000]
OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.

Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
Message-ID: <20030124184419.F11179@fdgroup.com>

p4raw-id: //depot/perl@18589

21 years agoLest people get worried about not having PerlIO.
Jarkko Hietaniemi [Sun, 26 Jan 2003 12:18:10 +0000]
Lest people get worried about not having PerlIO.

p4raw-id: //depot/perl@18588

21 years agoPlan 9 doesn't do nm, from Russ Cox.
Jarkko Hietaniemi [Sun, 26 Jan 2003 09:19:01 +0000]
Plan 9 doesn't do nm, from Russ Cox.

p4raw-id: //depot/perl@18586

21 years agoPlan 9 doesn't really have the symlink API, from Russ Cox.
Jarkko Hietaniemi [Sun, 26 Jan 2003 09:11:23 +0000]
Plan 9 doesn't really have the symlink API, from Russ Cox.

p4raw-id: //depot/perl@18584

21 years agoPlan 9 compiler can't return quads from the ?: (condop).
Jarkko Hietaniemi [Sun, 26 Jan 2003 09:08:36 +0000]
Plan 9 compiler can't return quads from the ?: (condop).
(There may be more spots like this, so a Configure test
maybe in order, but this works for now.)  From Russ Cox.

p4raw-id: //depot/perl@18583

21 years agoRe: truncate using a globref
Slaven Rezic [Thu, 23 Jan 2003 15:48:52 +0000]
Re: truncate using a globref
Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>

p4raw-id: //depot/perl@18581

21 years agopatch to speed up Perl's slurp mode
Adrian M. Enache [Fri, 24 Jan 2003 06:23:54 +0000]
patch to speed up Perl's slurp mode
Message-Id: <20030124042354.GA30362@ratsnest.hole>

p4raw-id: //depot/perl@18580

21 years agoRe: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
Adrian M. Enache [Sun, 26 Jan 2003 04:55:48 +0000]
Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
Message-Id: <20030126025548.GB812@ratsnest.hole>

p4raw-id: //depot/perl@18579

21 years agoconst declaration fixup
Craig A. Berry [Thu, 23 Jan 2003 16:24:46 +0000]
const declaration fixup
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <3E306BAE.4030807@mac.com>

p4raw-id: //depot/perl@18578

21 years agomove pad.c warnings to different test file
Dave Mitchell [Thu, 23 Jan 2003 20:56:47 +0000]
move pad.c warnings to different test file
Message-ID: <20030123205647.C8696@fdgroup.com>

p4raw-id: //depot/perl@18577

21 years agoFix Solaris 32-bit invalidate case.
Nick Ing-Simmons [Thu, 23 Jan 2003 07:26:43 +0000]
Fix Solaris 32-bit invalidate case.

p4raw-id: //depot/perl@18573

21 years agoIntegrate change 18448 from maint-5.8 :
Rafael Garcia-Suarez [Wed, 22 Jan 2003 21:40:21 +0000]
Integrate change 18448 from maint-5.8 :

Subject: Partial Data::Dumper patch
From: Richard Clamp <richardc@unixbeard.net>
Date: Sat, 4 Jan 2003 00:52:47 +0000
Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>

Subject: Re: Partial Data::Dumper patch
From: Slaven Rezic <slaven@rezic.de>
Date: 04 Jan 2003 02:48:08 +0100
Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18572
p4raw-integrated: from //depot/maint-5.8/perl@18571 'copy in'
ext/Data/Dumper/t/dumper.t (@17645..)
p4raw-integrated: from //depot/maint-5.8/perl@18448 'merge in'
ext/Data/Dumper/Dumper.xs (@17645..)

21 years agoRe: difference between my and our before introduction
Dave Mitchell [Thu, 16 Jan 2003 17:12:37 +0000]
Re: difference between my and our before introduction
Message-ID: <20030116171237.C420@fdgroup.com>
(with a small test tweak)

p4raw-id: //depot/perl@18571

21 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 22 Jan 2003 21:03:43 +0000]
Integrate mainline

p4raw-id: //depot/perlio@18570

21 years agoFix [perl #19860] by adding a POSIX::fsync() stub.
Rafael Garcia-Suarez [Wed, 22 Jan 2003 21:00:59 +0000]
Fix [perl #19860] by adding a POSIX::fsync() stub.

p4raw-id: //depot/perl@18569

21 years agoIntegrate from perlio:
Jarkko Hietaniemi [Wed, 22 Jan 2003 17:43:45 +0000]
Integrate from perlio:
[ 18560]
Fixes for open.pm which attempts to load layers:
 1. C equivalent of local $SIG{__WARN__} = sub {}
    while loading layers to supress warnings lib/open.t does
    not want.
 2. The loading scheme does not recurse now so look for
    new symptom of bad layer which is that a good module
    fails to load (as we cannot open any files).

NOTE: In my opinion open.pm should probably die on bad layer
spec rather than just (maybe) warning and then allowing opens
to fail.
p4raw-link: @18560 on //depot/perlio: c9bca74aca217023baf0f921dcffaaa072a83cf3

p4raw-id: //depot/perl@18561

21 years agoFixes for open.pm which attempts to load layers:
Nick Ing-Simmons [Wed, 22 Jan 2003 17:19:41 +0000]
Fixes for open.pm which attempts to load layers:
 1. C equivalent of local $SIG{__WARN__} = sub {}
    while loading layers to supress warnings lib/open.t does
    not want.
 2. The loading scheme does not recurse now so look for
    new symptom of bad layer which is that a good module
    fails to load (as we cannot open any files).

NOTE: In my opinion open.pm should probably die on bad layer
spec rather than just (maybe) warning and then allowing opens
to fail.

p4raw-id: //depot/perlio@18560

21 years agoUpgrade to Encode 1.86.
Jarkko Hietaniemi [Wed, 22 Jan 2003 13:19:31 +0000]
Upgrade to Encode 1.86.

p4raw-id: //depot/perl@18559

21 years agoRe: slight tweak to -DR flag - display whether on tmps stack
Dave Mitchell [Sun, 19 Jan 2003 17:22:05 +0000]
Re: slight tweak to -DR flag - display whether on tmps stack
Message-ID: <20030119172204.D24444@fdgroup.com>

p4raw-id: //depot/perl@18558

21 years agoRe: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead with...
Nicholas Clark [Tue, 21 Jan 2003 22:27:21 +0000]
Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18557

21 years ago(was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
Robin Barker [Mon, 20 Jan 2003 15:26:21 +0000]
(was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>

p4raw-id: //depot/perl@18556

21 years agoIntegrate from perlio:
Jarkko Hietaniemi [Wed, 22 Jan 2003 12:57:20 +0000]
Integrate from perlio:
[ 18539]
Try the invalidate_fileno() idea for non-leaky stdio sockets.

[ 18540]
stdio does NOT set errno==EBADF on invalidated fileno

[ 18547]
Tweak APItest for new semantics of printf.
Now printf() is always real printf() and not #define'd to
PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
back to original file does not affect stdout unless we are
using :stdio as implementation. So things printf()ed XS side
are not written to file (and turn up at end of test).
So add an XS function which does fflush(stdout), modify .pm
file to export it and .t file to call it.

[ 18548]
Add defined(__osf__) case to invalidate_fileno (for Tru64).

[ 18549]
Report layer name (without arg) on fail, and attempt to
autoload layer name. (Fix for [perl #20460]).

[ 18550]
#if defined(__irix__) (for stdio invalidate) from Jarkko.
p4raw-link: @18550 on //depot/perlio: 9837d3731bea1e0d3aaed58a46127574f76ffe53
p4raw-link: @18549 on //depot/perlio: c7732655732824f25d1659f5ebb5d4c3538d32e8
p4raw-link: @18548 on //depot/perlio: 9110aad070a9791bfefe4a0d1718537633723305
p4raw-link: @18547 on //depot/perlio: 9d9116831508c6c9cd81c32834701af14b7647a4
p4raw-link: @18540 on //depot/perlio: e85294730ea95da49196ebe8f63ce0db11ebd231
p4raw-link: @18539 on //depot/perlio: 0d7a53989a672378609205d638df0119542bcf7e

p4raw-id: //depot/perl@18555

21 years agoRe: [perl #15439] unreferenced scalar due to double DESTROY
Dave Mitchell [Sun, 19 Jan 2003 16:43:54 +0000]
Re: [perl #15439] unreferenced scalar due to double DESTROY
Message-ID: <20030119164353.B24444@fdgroup.com>

p4raw-id: //depot/perl@18554

21 years agoTerm::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
Martti Rahkila [Sat, 18 Jan 2003 00:25:39 +0000]
Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>

(chose the 'even safer' version)

p4raw-id: //depot/perl@18553

21 years agoassert PV isn't RV
Nicholas Clark [Fri, 17 Jan 2003 19:40:45 +0000]
assert PV isn't RV
Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18552

21 years agoIntegrate from maint-5.8:
Jarkko Hietaniemi [Wed, 22 Jan 2003 12:28:11 +0000]
Integrate from maint-5.8:
[ 18375]
Better version of change #18370; use the new 'E' flag
so that cxinc is exposed (as cpp) only to List::Util
(well, any extension) (well, anyone who does -DPERL_EXT),
no need to export it globally.
p4raw-link: @18375 on //depot/maint-5.8/perl: c8ec9884b4dd9ffdd0a7d1514952a74c55bfab3e
p4raw-link: @18370 on //depot/maint-5.8/perl: 94115b5677e78fbc3321ad88fedfaa3b6bc804bf

p4raw-id: //depot/perl@18551
p4raw-integrated: from //depot/maint-5.8/perl@18545 'copy in'
ext/List/Util/Makefile.PL (@17645..) 'merge in' embed.fnc
embed.h global.sym (@18370..)

21 years ago#if defined(__irix__) (for stdio invalidate) from Jarkko.
Nick Ing-Simmons [Wed, 22 Jan 2003 12:27:48 +0000]
#if defined(__irix__) (for stdio invalidate) from Jarkko.

p4raw-id: //depot/perlio@18550

21 years agoReport layer name (without arg) on fail, and attempt to
Nick Ing-Simmons [Wed, 22 Jan 2003 09:06:23 +0000]
Report layer name (without arg) on fail, and attempt to
autoload layer name. (Fix for [perl #20460]).

p4raw-id: //depot/perlio@18549

21 years agoAdd defined(__osf__) case to invalidate_fileno (for Tru64).
Nick Ing-Simmons [Wed, 22 Jan 2003 08:47:24 +0000]
Add defined(__osf__) case to invalidate_fileno (for Tru64).

p4raw-id: //depot/perlio@18548

21 years agoTweak APItest for new semantics of printf.
Nick Ing-Simmons [Wed, 22 Jan 2003 08:32:59 +0000]
Tweak APItest for new semantics of printf.
Now printf() is always real printf() and not #define'd to
PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
back to original file does not affect stdout unless we are
using :stdio as implementation. So things printf()ed XS side
are not written to file (and turn up at end of test).
So add an XS function which does fflush(stdout), modify .pm
file to export it and .t file to call it.

p4raw-id: //depot/perlio@18547

21 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 22 Jan 2003 08:26:14 +0000]
Integrate mainline

p4raw-id: //depot/perlio@18546

21 years agoAUTHORS correction
Richard Soderberg [Wed, 22 Jan 2003 02:08:13 +0000]
AUTHORS correction
Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>

p4raw-id: //depot/perl@18545

21 years agoContinuation of #18542.
Jarkko Hietaniemi [Wed, 22 Jan 2003 03:45:01 +0000]
Continuation of #18542.

p4raw-id: //depot/perl@18544

21 years agoUpdate the MD5 checksums.
Jarkko Hietaniemi [Wed, 22 Jan 2003 03:21:23 +0000]
Update the MD5 checksums.

p4raw-id: //depot/perl@18543

21 years ago#18530 misses a couple of pTHX definitions
Hugo van der Sanden [Wed, 22 Jan 2003 01:37:52 +0000]
#18530 misses a couple of pTHX definitions

p4raw-id: //depot/perl@18542

21 years agoTry to make including patchlevel.h a bit more
Jarkko Hietaniemi [Tue, 21 Jan 2003 22:08:51 +0000]
Try to make including patchlevel.h a bit more
robust (use <> instead of "") and in case of
failure (PERL_VERSION didn't get defined) try
to fail (by trying to #include an "obviously"
named file that should not exist) (didn't use
#error since IIRC older cpps do not have it)
(Tries to address [perl #20276].)

p4raw-id: //depot/perl@18541

21 years agostdio does NOT set errno==EBADF on invalidated fileno
Nick Ing-Simmons [Tue, 21 Jan 2003 20:53:00 +0000]
stdio does NOT set errno==EBADF on invalidated fileno

p4raw-id: //depot/perlio@18540

21 years agoTry the invalidate_fileno() idea for non-leaky stdio sockets.
Nick Ing-Simmons [Tue, 21 Jan 2003 20:22:55 +0000]
Try the invalidate_fileno() idea for non-leaky stdio sockets.

p4raw-id: //depot/perlio@18539

21 years agoRe: FreeBSD 5 hints patch
Yitzchak Scott-Thoennes [Mon, 30 Dec 2002 18:01:16 +0000]
Re: FreeBSD 5 hints patch
       Message-ID: <spPE+gzkg+6F092yn@efn.org>

p4raw-id: //depot/perl@18538

21 years agoAllow explicit -C enable/disable by -C:1/-C:0
Jarkko Hietaniemi [Tue, 21 Jan 2003 14:18:40 +0000]
Allow explicit -C enable/disable by -C:1/-C:0
(suggested by Peter Haworth).

p4raw-id: //depot/perl@18536

21 years agoPATCH: perldoc in MAINT branch (probably unstable too)
Chip Turner [Thu, 2 Jan 2003 11:35:57 +0000]
PATCH: perldoc in MAINT branch (probably unstable too)
Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>

p4raw-id: //depot/perl@18534

21 years agoRe: [perl #17757] s///g fails when using English & study in 5.8.0
Hugo van der Sanden [Thu, 2 Jan 2003 14:33:49 +0000]
Re: [perl #17757] s///g fails when using English & study in 5.8.0
Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>

p4raw-id: //depot/perl@18533