| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Incidentally, this fixes bug #22354, about unwanted
action-at-distance of the /m regexp modifier.
Add a new warning to advertise this fact.
p4raw-id: //depot/perl@19769
|
|
|
|
|
|
|
|
|
| |
to be issued if the string to be left-justified by s?printf contains
a newline.
Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
p4raw-id: //depot/perl@19752
|
|
|
|
|
| |
Message-ID: <20030606054259.GA30249@grazzini.net>
p4raw-id: //depot/perl@19729
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EE3AF77.7060302@mac.com>
p4raw-id: //depot/perl@19714
|
|
|
|
|
| |
Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
p4raw-id: //depot/perl@19695
|
|
|
| |
p4raw-id: //depot/perl@19693
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Sat, 31 May 2003 14:12:07 +0200
Message-ID: <179860591535.20030531141207@familiehaase.de>
Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
Date: Sat, 31 May 2003 13:57:49 +0200
Message-ID: <11859733881.20030531135749@familiehaase.de>
p4raw-id: //depot/perl@19654
|
|
|
|
|
| |
it ignore non-GV values in stashes.
p4raw-id: //depot/perl@19652
|
|
|
|
|
|
| |
Message-ID: <20030531185448.GA6055@fdgroup.com>
Plus restore the original test script for bug #22372
p4raw-id: //depot/perl@19649
|
|
|
|
|
| |
Message-ID: <20030531111811.GA1240@ratsnest.hole>
p4raw-id: //depot/perl@19647
|
|
|
|
|
| |
Message-ID: <20030530155228.GA872@ratsnest.hole>
p4raw-id: //depot/perl@19645
|
|
|
| |
p4raw-id: //depot/perl@19642
|
|
|
| |
p4raw-id: //depot/perl@19640
|
|
|
|
|
| |
[perl #22351] perl bug with 'e' substitution modifier
p4raw-id: //depot/perl@19639
|
|
|
|
|
| |
Message-ID: <20030226144947.A14444@fdgroup.com>
p4raw-id: //depot/perl@19637
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sat, 24 May 2003 12:25:17 +0100
Message-ID: <20030524112517.GA11761@fdgroup.com>
Subject: [PATCH] Re: [perl #22299] goto doesn't find label
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 26 May 2003 13:47:11 +0100
Message-ID: <20030526124710.GA17670@fdgroup.com>
p4raw-id: //depot/perl@19625
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Thu, 22 May 2003 10:13:19 +0100
Message-ID: <20030522091319.GA4568@fdgroup.com>
Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 23 May 2003 17:09:44 +0100
Message-ID: <20030523160944.GC9194@fdgroup.com>
p4raw-id: //depot/perl@19610
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] new warning "Useless localization of %s is deprecated"
Message-ID: <20030430201738.GA22054@fdgroup.com>
The proposed patch added this warning in the 'deprecated' category ;
I think this category is for things that exist and will be removed,
rather than for things that don't exist and that will maybe be added.
p4raw-id: //depot/perl@19588
|
|
|
| |
p4raw-id: //depot/perl@19585
|
|
|
| |
p4raw-id: //depot/perl@19581
|
|
|
|
|
|
| |
Message-Id: <1051872303.26203.104.camel@supox>
(plus perldiag nit)
p4raw-id: //depot/perl@19505
|
|
|
|
|
|
| |
'Parentheses missing around "%s" list'. This fixes bug #22147.
Also, the warning is now produced for C<local *a,*b;>.
p4raw-id: //depot/perl@19503
|
|
|
| |
p4raw-id: //depot/perl@19502
|
|
|
| |
p4raw-id: //depot/perl@19491
|
|
|
| |
p4raw-id: //depot/perl@19490
|
|
|
|
|
| |
runperl() into its own function, _create_runperl().
p4raw-id: //depot/perl@19489
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 19474]
Tweaks to Jarkko's NULL deref checks in perlio.c
[ 19475]
Fix for bugs 21717 and 22140.
Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
and derived layers. So have :unix's "pushed" method stat() the fd and
cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
UNIX behaviour.
[ 19479]
Better but still unproven fix for lseek() on pipes.
[ 19483]
Unused variable
[ 19485]
Tests to prove Ticket 9468 is fixed.
[ 19486]
add test for change#19475,19479 (bugs#21717,22140)
p4raw-link: @19486 on //depot/perlio: a6dd04483cb30505dd31342b8e0d790b3545179d
p4raw-link: @19485 on //depot/perlio: 317758861cdb698a2ee0bd53db0677ccd65a9eb2
p4raw-link: @19483 on //depot/perlio: acbd16bfa8cc0ce2f8cf72ca650c798b69c28dcc
p4raw-link: @19479 on //depot/perlio: aa063c351bd93493dd45b11fa59e0e5a90b4b421
p4raw-link: @19475 on //depot/perlio: 6caa5a9cfe39f91bc44bba937a0b491f754fe9cd
p4raw-link: @19474 on //depot/perlio: 37725cdcc38b517ef70773e843427b086c3d89e1
p4raw-id: //depot/perl@19487
|
| |
| |
| |
| |
| |
| | |
p4raw-link: @19479 on //depot/perlio: aa063c351bd93493dd45b11fa59e0e5a90b4b421
p4raw-link: @19475 on //depot/perlio: 6caa5a9cfe39f91bc44bba937a0b491f754fe9cd
p4raw-id: //depot/perlio@19486
|
| |
| |
| | |
p4raw-id: //depot/perlio@19485
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@19473
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@19434
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/perlio@19379
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/perlio@19352
|
| |\ \ \ \
| | | | | |
| | | | | | |
p4raw-id: //depot/perlio@19246
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perlio@19112
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
p4raw-id: //depot/perlio@19046
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
p4raw-id: //depot/perlio@18849
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
p4raw-id: //depot/perlio@18713
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
p4raw-id: //depot/perlio@18610
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
p4raw-id: //depot/perlio@18570
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
p4raw-id: //depot/perlio@18546
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
p4raw-id: //depot/perlio@18518
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
p4raw-id: //depot/perlio@18506
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
p4raw-id: //depot/perl@19469
|
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Message-ID: <7gYu+gzkgaFU092yn@efn.org>
p4raw-id: //depot/perl@19452
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Message-ID: <20030501200657.GA25456@fdgroup.com>
p4raw-id: //depot/perl@19424
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
p4raw-id: //depot/perl@19398
|
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
| | | | | | | | | | | | |
p4raw-id: //depot/perl@19381
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
by change #18589 (it was broken by change #9754); add test case.
p4raw-link: @18589 on //depot/perl: 5df8de69806210bf48dc2e451e3db37c6f274c6e
p4raw-link: @9754 on //depot/perl: 9d43a7557743d779c74d69ffc6df7fc17711f3ec
p4raw-id: //depot/perl@19378
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
p4raw-id: //depot/perl@19372
|