summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
* Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)Abe Timmerman2007-03-151-1/+5
* Skip test when Encode isn't builtRafael Garcia-Suarez2007-02-201-0/+8
* Skip this test if "use open" fails due to an unknown encodingRafael Garcia-Suarez2007-02-121-2/+8
* Explicitly load PerlIO::encoding when testing it.Rafael Garcia-Suarez2007-02-111-0/+1
* Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print...Slaven Rezic2007-02-113-2/+21
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-2/+2
* Fix bug #40407: after a seek on a PerlIO::scalar filehandle,Rafael Garcia-Suarez2007-01-111-0/+4
* Bump version of PerlIO::via after last changeRafael Garcia-Suarez2007-01-051-1/+1
* ext/PerlIO/via/via.xs freeing the wrong thingBo Lindbergh2007-01-051-2/+2
* Doc clarification for PerlIO::encodingRafael Garcia-Suarez2006-10-311-6/+8
* PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to...Jarkko Hietaniemi2006-09-292-100/+112
* Bump version of PerlIO::scalarRafael Garcia-Suarez2006-09-071-1/+1
* Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-nessRafael Garcia-Suarez2006-09-072-1/+34
* Fix PerlIO::scalar fileno() documentation as suggested in:Shawn Boyette2006-08-281-1/+1
* z/OS: an easy test nitJarkko Hietaniemi2006-07-281-2/+10
* More $VERSION bumps.Nicholas Clark2006-01-131-1/+1
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-1/+1
* Clarify docsRafael Garcia-Suarez2005-08-061-3/+3
* Upgrade to Encode 2.11, plus a patch to PerlIO::encodingRafael Garcia-Suarez2005-08-061-2/+3
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-1/+1
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-022-3/+3
* Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""Rafael Garcia-Suarez2005-05-233-4/+17
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-2/+2
* This seems to be the right thing to do to iterate over layersRafael Garcia-Suarez2005-05-161-2/+2
* Minor tweak to viaAndy Lester2005-05-151-4/+4
* Symbian port of PerlJarkko Hietaniemi2005-04-212-4/+4
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-194-5/+5
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-2/+2
* :encoding(utf8) broken in perl-5.8.6Gisle Aas2004-12-091-1/+12
* A fix for [perl #31692] : as PerlIO::scalar accesses directly theRafael Garcia-Suarez2004-09-302-2/+8
* Correct detection of absent modules. Based onAndy Dougherty2004-06-252-2/+2
* Skip tests when PerlIO::scalar and PerlIO::via aren't builtNicholas Clark2004-06-182-3/+13
* The compilation of PerlIO::via may hang on AIX whenRafael Garcia-Suarez2003-10-171-0/+2
* More PerlIO warnings changes.Jarkko Hietaniemi2003-09-131-2/+2
* A version of change #21073 that works.Rafael Garcia-Suarez2003-09-082-2/+14
* The #21073 broke ext/B/t/o.t, retracting the #21073.Jarkko Hietaniemi2003-09-082-14/+2
* Re: one nit to fix [PATCH]Rafael Garcia-Suarez2003-09-082-2/+14
* Cleanup PerlIO::scalar documentation a bit.Jarkko Hietaniemi2003-09-081-11/+20
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* Allow via layer to affect the PERLIO_F_UTF8 flag.Nick Ing-Simmons2003-08-112-10/+34
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* Re: [PATCH] test clean-up for VMSCraig A. Berry2003-07-211-1/+1
* for Configure -Dnoextensions=EncodeRobin Barker2003-05-232-2/+9
* Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]Dan Kogai2003-05-231-1/+1
* Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]Dan Kogai2003-05-231-4/+4
* Switch the new perlio way of opening anonymous temporary filesJarkko Hietaniemi2003-05-051-0/+42
* Re: [perl #21950] 5.8.x -- :scalar and magic stringsAdrian M. Enache2003-04-172-2/+8
* typos and other minor thingsTodd C. Miller2003-03-112-3/+3
* to silence compiler warningRobin Barker2003-02-121-1/+1
* [perl #20785] glitches with $PerlIO::encoding::fallbackautrijus@ossf.iis.sinica.edu.tw2003-02-091-2/+2