| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@31404
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>
p4raw-id: //depot/perl@31348
|
|
|
|
|
| |
Message-ID: <465119DE.6040208@iki.fi>
p4raw-id: //depot/perl@31248
|
|
|
| |
p4raw-id: //depot/perl@31112
|
|
|
|
|
|
|
|
|
| |
SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
Document that the non-x variants are preferable whenever the expression
has no side effects. (Compilers perform common subexression
elimination). Likewise SvREFCNT_inc simple variants are valid for all
cases apart from expressions with side effects.
p4raw-id: //depot/perl@31010
|
|
|
|
|
|
| |
Opening dirhandle %s also as a file
Opening filehandle %s also as a directory
p4raw-id: //depot/perl@30780
|
|
|
|
|
|
| |
to chdir() and the typeglob has both a dirhandle and a
filehandle assigned to it.
p4raw-id: //depot/perl@30527
|
|
|
|
|
| |
an argument (this fixes bug #41716)
p4raw-id: //depot/perl@30513
|
|
|
| |
p4raw-id: //depot/perl@30447
|
|
|
|
|
| |
of flags, not a boolean, so correct the documenation and callers.
p4raw-id: //depot/perl@29977
|
|
|
|
|
| |
Message-ID: <877ivs1dt3.fsf@ask.g.aas.no>
p4raw-id: //depot/perl@29784
|
|
|
| |
p4raw-id: //depot/perl@29696
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] Cleanup SVf arguments (2nd try)
Message-ID: <20070101201613.4120d9ef@r2d2>
Introduce an SVfARG() macro for %SVf (%-p here) arguments to
perl's printf
p4raw-id: //depot/perl@29687
|
|
|
|
|
| |
opened only for input.
p4raw-id: //depot/perl@29614
|
|
|
| |
p4raw-id: //depot/perl@29408
|
|
|
| |
p4raw-id: //depot/perl@29225
|
|
|
| |
p4raw-id: //depot/perl@29068
|
|
|
| |
p4raw-id: //depot/perl@28910
|
|
|
|
|
| |
Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
p4raw-id: //depot/perl@28741
|
|
|
|
|
| |
(noticed by Andrew Dougherty)
p4raw-id: //depot/perl@28690
|
|
|
|
|
| |
Message-ID: <44DACB8C.1080708@iki.fi>
p4raw-id: //depot/perl@28689
|
|
|
|
|
| |
Message-ID: <44D2E203.5050201@iki.fi>
p4raw-id: //depot/perl@28662
|
|
|
|
|
| |
Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
p4raw-id: //depot/perl@28655
|
|
|
|
|
| |
Message-ID: <44D191FD.9030902@iki.fi>
p4raw-id: //depot/perl@28654
|
|
|
|
|
| |
filehandles like *FILE filehandles. This resolves RT #8244.
p4raw-id: //depot/perl@28628
|
|
|
|
|
| |
Message-ID: <44C24994.6020008@iki.fi>
p4raw-id: //depot/perl@28607
|
|
|
|
|
| |
Message-ID: <44B8C008.4030300@iki.fi>
p4raw-id: //depot/perl@28578
|
|
|
| |
p4raw-id: //depot/perl@28533
|
|
|
| |
p4raw-id: //depot/perl@28473
|
|
|
|
|
| |
Message-ID: <20060520212020.GA30688@petdance.com>
p4raw-id: //depot/perl@28279
|
|
|
|
|
|
| |
Todo - store the in and out values under 2 keys, and avoid the need to
create a temporary mortal SV while checking it.
p4raw-id: //depot/perl@28258
|
|
|
|
|
| |
Message-ID: <20060509172730.GA5272@petdance.com>
p4raw-id: //depot/perl@28179
|
|
|
|
|
| |
Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
p4raw-id: //depot/perl@28076
|
|
|
| |
p4raw-id: //depot/perl@28034
|
|
|
|
|
|
| |
As part of fixing this, syswrite now tries to take advantage of the
UTF-8 cache logic for lengths and offsets on regular scalars.
p4raw-id: //depot/perl@28019
|
|
|
|
|
| |
Message-ID: <44527402.8000506@gmail.com>
p4raw-id: //depot/perl@28008
|
|
|
|
|
| |
Message-ID: <20060424232038.7550f9b6@r2d2>
p4raw-id: //depot/perl@27962
|
|
|
|
|
|
| |
it's not NULL. In fact, the code ordering meant that one "if (fgv)"
would always be true. So fix this.
p4raw-id: //depot/perl@27837
|
|
|
|
|
|
| |
Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
p4raw-id: //depot/perl@27829
|
|
|
|
|
|
| |
Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
Date: Sat, 8 Apr 2006 18:55:41 +0300 (EEST)
p4raw-id: //depot/perl@27756
|
|
|
|
|
|
| |
Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
Date: Sat, 8 Apr 2006 18:52:32 +0300 (EEST)
p4raw-id: //depot/perl@27755
|
|
|
|
|
|
| |
Message-ID: <44375F23.6030900@gmail.com>
Date: Sat, 08 Apr 2006 09:58:43 +0300
p4raw-id: //depot/perl@27754
|
|
|
|
|
|
| |
sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
allocation of a copy of "".
p4raw-id: //depot/perl@27612
|
|
|
|
|
| |
replacing 5 instances of the same code.
p4raw-id: //depot/perl@27608
|
|
|
|
|
| |
Message-ID: <20060224205434.GA17867@petdance.com>
p4raw-id: //depot/perl@27334
|
|
|
| |
p4raw-id: //depot/perl@27238
|
|
|
|
|
|
|
|
| |
From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
Plus a regression test.
p4raw-id: //depot/perl@27130
|
|
|
|
|
| |
Message-ID: <20060207223656.GA5177@petdance.com>
p4raw-id: //depot/perl@27129
|
|
|
|
|
|
| |
This copies the mechanism used by truncate().
Fixes bug #38457.
p4raw-id: //depot/perl@27125
|
|
|
|
|
|
| |
Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
Date: Fri, 3 Feb 2006 16:24:49 +0100
p4raw-id: //depot/perl@27065
|