| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
after eval or require
p4raw-id: //depot/perl@23528
|
|
|
|
|
|
| |
From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
p4raw-id: //depot/perl@23235
|
|
|
| |
p4raw-id: //depot/perl@23225
|
|
|
|
|
| |
Message-ID: <20040812163103.GA26687@petdance.com>
p4raw-id: //depot/perl@23215
|
|
|
|
|
| |
Message-ID: <411048BD.3080700@rowman.com>
p4raw-id: //depot/perl@23190
|
|
|
|
|
|
| |
The parser was incorrectly accepting <> as a subroutine prototype and
newATTRSUB didn't validate the proto argument before accessing op_sv.
p4raw-id: //depot/perl@22990
|
|
|
| |
p4raw-id: //depot/perl@22928
|
|
|
| |
p4raw-id: //depot/perl@22866
|
|
|
|
|
| |
Message-ID: <40A4F4CD.2000003@uk.radan.com>
p4raw-id: //depot/perl@22827
|
|
|
|
|
|
| |
Message-ID: <40A26D75.8080406@iki.fi>
Date: Wed, 12 May 2004 21:31:17 +0300
p4raw-id: //depot/perl@22818
|
|
|
|
|
| |
Message-ID: <407C8B13.9020104@rowman.com>
p4raw-id: //depot/perl@22692
|
|
|
|
|
| |
Message-ID: <40735FC3.5010305@rowman.com>
p4raw-id: //depot/perl@22668
|
|
|
|
|
|
| |
find it!
p4raw-link: @22594 on //depot/perl: dfa41748806263fb8b5d5fcb051bd36be96fe93c
p4raw-id: //depot/perl@22596
|
|
|
| |
p4raw-id: //depot/perl@22594
|
|
|
|
|
| |
the redefined subroutine didn't have any prototype.
p4raw-id: //depot/perl@22474
|
|
|
| |
p4raw-id: //depot/perl@22372
|
|
|
| |
p4raw-id: //depot/perl@22371
|
|
|
|
|
| |
sub x { shift; @a = @b; eval +{ use } }
p4raw-id: //depot/perl@22306
|
|
|
|
|
| |
Message-ID: <401DB17F.5060808@rowman.com>
p4raw-id: //depot/perl@22264
|
|
|
| |
p4raw-id: //depot/perl@22003
|
|
|
|
|
| |
Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
p4raw-id: //depot/perl@21938
|
|
|
|
|
| |
Message-ID: <20031027135024.GA12666@abigail.nl>
p4raw-id: //depot/perl@21565
|
|
|
|
|
| |
tokenizer after an unknown filetest operator.
p4raw-id: //depot/perl@21452
|
|
|
|
|
| |
Message-Id: <20031008224155.A14638@biff.bort.ca>
p4raw-id: //depot/perl@21427
|
|
|
|
|
| |
Message-ID: <20030923121452.G18845@biff.bort.ca>
p4raw-id: //depot/perl@21415
|
|
|
| |
p4raw-id: //depot/perl@19869
|
|
|
|
|
|
| |
require() should always be called in scalar context,
even when it's the last statement in an eval("").
p4raw-id: //depot/perl@19851
|
|
|
|
|
|
|
|
|
|
|
| |
The test for #21742 is marked as TODO.
Plus new regression tests from :
Subject: [perl #22708] void context in string eval is broken
From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
p4raw-link: @19126 on //depot/perl: a89be09a10c36299e755a956d356eb7f1f643437
p4raw-id: //depot/perl@19801
|
|
|
|
|
|
| |
Message-Id: <1051872303.26203.104.camel@supox>
(plus perldiag nit)
p4raw-id: //depot/perl@19505
|
|
|
| |
p4raw-id: //depot/perl@19469
|
|
|
|
|
| |
Message-ID: <20030418224107.GA2751@ratsnest.hole>
p4raw-id: //depot/perl@19367
|
|
|
|
|
| |
Message-ID: <20030419190651.GD13333@fdgroup.com>
p4raw-id: //depot/perl@19276
|
|
|
|
|
|
|
|
|
| |
scalar context. This wasn't the case when called from
an eval(""), because the void context doesn't propagate
through the leaveeval op. Instead of making scalarvoid()
handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
a workaround in doeval().
p4raw-id: //depot/perl@19126
|
|
|
|
|
|
| |
Message-ID: <20030314210242.GA1159@ratsnest.hole>
(with an added test)
p4raw-id: //depot/perl@18986
|
|
|
|
|
|
|
| |
Message-ID: <20030213025221.GA1215@ratsnest.hole>
(better version of change #18687)
p4raw-link: @18687 on //depot/perl: 437fd2104756c25dedf68c6e31cd29ecbf0e2569
p4raw-id: //depot/perl@18753
|
|
|
|
|
|
| |
Subject: Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3E52885D.5060903@yahoo.com>
p4raw-id: //depot/perl@18750
|
|
|
|
|
| |
Message-ID: <3E51725D.5060303@yahoo.com>
p4raw-id: //depot/perl@18739
|
|
|
|
|
| |
Message-id: <20030210174858.GA872@ratsnest.hole>
p4raw-id: //depot/perl@18687
|
|
|
|
|
|
| |
Message-ID: <20030116171237.C420@fdgroup.com>
(with a small test tweak)
p4raw-id: //depot/perl@18571
|
|
|
| |
p4raw-id: //depot/perl@18251
|
|
|
|
|
|
|
| |
by any character may corrupt memory due to reading past the
end of the input buffer. Add a new error message corresponding
to this case.
p4raw-id: //depot/perl@18233
|
|
|
|
|
|
| |
to the new t/comp/parser.t. The goal being to
get rid of fresh_perl.t at some point.
p4raw-id: //depot/perl@18170
|
|
|
| |
p4raw-id: //depot/perl@18169
|
|
|
|
|
| |
Message-ID: <3D9E593E.1060605@rowman.com>
p4raw-id: //depot/perl@17990
|
|
|
|
|
| |
Message-ID: <GNdm9gzkgWOS092yn@efn.org>
p4raw-id: //depot/perl@17963
|
|
|
|
|
|
| |
Subject: Re: [perl #17376] Bug Report - our(%)
Message-ID: <JNri9gzkgSBB092yn@efn.org>
p4raw-id: //depot/perl@17921
|
|
|
|
|
| |
Add a TODO test for eval "" preserving %^H.
p4raw-id: //depot/perl@17686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Big MacPerl Testing Patch No. 2
Big MacPerl Testing Patch No. 3
p4raw-id: //depot/perl@16942
p4raw-integrated: from //depot/macperl@16937 'copy in'
lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t
lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
lib/File/Temp.pm lib/FindBin.t lib/Tie/File/t/09_gen_rs.t
lib/lib.t t/comp/use.t utils/dprofpp.PL utils/splain.PL
(@16123..) t/lib/MakeMaker/Test/Utils.pm (@16230..)
lib/diagnostics.t (@16646..) lib/ExtUtils/t/00setup_dummy.t
lib/ExtUtils/t/Command.t (@16730..) lib/lib_pm.PL (@16926..)
lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/Straps.pm
lib/Test/Harness/t/callback.t
lib/Test/Harness/t/strap-analyze.t
lib/Test/Harness/t/test-harness.t (@16929..)
p4raw-integrated: from //depot/macperl@16926 'merge in' lib/English.t
(@16123..) ext/DynaLoader/DynaLoader_pm.PL (@16868..)
|
|
|
|
|
|
|
| |
Add a regression test for %^H.
Change the sort pragma implementation to use a
global variable instead of %^H.
p4raw-id: //depot/perl@16286
|
|
|
|
|
| |
Fix most tests on MacOS (not yet ext/ or /lib)
p4raw-id: //depot/perl@16257
|