| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
implemented in perlio.c
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Previously an open "via(Foo)" was first looking for the Foo namespace,
then for PerlIO::via::Foo. That could cause loading problems if both Foo
and PerlIO::via::Foo namespaces existed, and when the latter was
required. The workaround of loading "via(PerlIO::via::Foo)" being rather
ugly, it's preferable to look first for the fully qualified namespace
in order to avoid side-effects depending of what namespaces are
instanciated in the interpreter.
|
|
|
|
| |
Mostly just grammar.
|
|
|
|
| |
use it where possible.
|
|
|
|
|
|
|
|
| |
Message-ID: <49168FCE.8020105@pobox.com>
Plus converting the whole file from DOS to UNIX format
and adding a newline at the end.
p4raw-id: //depot/perl@34782
|
|
|
|
|
|
|
|
| |
in the stash they were created in. Steal the idea from
IO::File to just delete the stash entry after creating
the GV.
This fixes perl #59268.
p4raw-id: //depot/perl@34779
|
|
|
|
|
|
| |
setting the tests to TODO.
p4raw-link: @34775 on //depot/perl: 2556f95e0f4f5e8e95c9766374614ab52edefe3d
p4raw-id: //depot/perl@34778
|
|
|
|
|
|
|
|
| |
:stdio
From: "Goro Fuji" <gfuji@cpan.org>
Message-ID: <efb9c59b0807061604q476025e9n85893f131a6bf23e@mail.gmail.com>
p4raw-id: //depot/perl@34775
|
|
|
|
|
|
| |
From: "Goro Fuji" <gfuji@cpan.org>
Message-ID: <efb9c59b0807262237r62497f36g4f6d6881bb684a53@mail.gmail.com>
p4raw-id: //depot/perl@34773
|
|
|
| |
p4raw-id: //depot/perl@34700
|
|
|
| |
p4raw-id: //depot/perl@34026
|
|
|
|
|
|
|
| |
the symbol table
Keep the refcount of the globs generated by PerlIO::via balanced.
p4raw-id: //depot/perl@34025
|
|
|
|
|
| |
Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
p4raw-id: //depot/perl@33621
|
|
|
|
|
| |
Message-ID: <20080208135008.GA3885@osiris.mauzo.dyndns.org>
p4raw-id: //depot/perl@33280
|
|
|
|
|
| |
Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@33052
|
|
|
|
|
|
|
| |
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399D@exchsvr2.npl.ad.local>
Date: Sat, 22 Dec 2007 00:39:47 -0000
p4raw-id: //depot/perl@32703
|
|
|
|
|
|
|
| |
Message-ID: <45F97D11.2080009@ztreet.demon.nl>
skips some tests when perl is built without useperlio
p4raw-id: //depot/perl@30600
|
|
|
|
|
| |
(noticed by Jerry D. Hedden)
p4raw-id: //depot/perl@30370
|
|
|
| |
p4raw-id: //depot/perl@30233
|
|
|
|
|
| |
(so we know what we're testing)
p4raw-id: //depot/perl@30214
|
|
|
|
|
|
|
| |
print STDERR
Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
p4raw-id: //depot/perl@30213
|
|
|
|
|
| |
of flags, not a boolean, so correct the documenation and callers.
p4raw-id: //depot/perl@29977
|
|
|
|
|
| |
ensure there's a string buffer in the scalar
p4raw-id: //depot/perl@29751
|
|
|
| |
p4raw-id: //depot/perl@29702
|
|
|
|
|
| |
Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
p4raw-id: //depot/perl@29701
|
|
|
|
|
| |
(thanks to Steve Hay)
p4raw-id: //depot/perl@29173
|
|
|
|
|
|
|
| |
to negative strangers
Message-ID: <451D3098.1000305@iki.fi>
p4raw-id: //depot/perl@28903
|
|
|
| |
p4raw-id: //depot/perl@28799
|
|
|
| |
p4raw-id: //depot/perl@28798
|
|
|
|
|
|
|
| |
Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8
From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
p4raw-id: //depot/perl@28766
|
|
|
|
|
| |
Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
p4raw-id: //depot/perl@28629
|
|
|
| |
p4raw-id: //depot/perl@26817
|
|
|
| |
p4raw-id: //depot/perl@26175
|
|
|
| |
p4raw-id: //depot/perl@25272
|
|
|
|
|
|
| |
by Dan Kogai to fix encoding(utf-8-strict) with partial
characters.
p4raw-id: //depot/perl@25271
|
|
|
|
|
|
| |
freed or uninitialised memory. Currently only Poison()s freed
pointers.
p4raw-id: //depot/perl@24959
|
|
|
|
|
| |
Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@24670
|
|
|
|
|
|
| |
because PerlIOScalar_unread was broken.
Bump version number of PerlIO::scalar to 0.04.
p4raw-id: //depot/perl@24543
|
|
|
|
|
|
| |
Provide (more efficient) _get and _set macros.
Adjust the core to use them.
p4raw-id: //depot/perl@24526
|
|
|
| |
p4raw-id: //depot/perl@24476
|
|
|
|
|
|
|
| |
Message-ID: <20050513163952.GA20167@petdance.com>
from a bug report and patch by Matt Lawrence
p4raw-id: //depot/perl@24471
|
|
|
|
|
| |
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@24271
|
|
|
|
|
|
| |
Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
Date: Mon, 18 Apr 2005 19:09:25 -0500
p4raw-id: //depot/perl@24248
|
|
|
|
|
|
|
| |
Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
p4raw-id: //depot/perl@24239
|
|
|
|
|
| |
Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@23631
|