summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/PerlIO/via to ext/PerlIO-viaNicholas Clark2009-02-095-988/+0
* Rename ext/PerlIO/scalar to ext/PerlIO-scalarNicholas Clark2009-02-095-629/+0
* Rename ext/PerlIO/encoding to ext/PerlIO-encodingNicholas Clark2009-02-097-1011/+0
* Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find isNicholas Clark2009-02-094-252/+0
* Move 3 tests from ext/PerlIO/t to their relevant PerlIO::* module directories.Nicholas Clark2009-02-094-0/+0
* Bump version of PerlIO::via after previous changeRafael Garcia-Suarez2009-02-021-1/+1
* When loading a PerlIO::via layer, first look in the PerlIO::via namespaceRafael Garcia-Suarez2009-02-021-6/+6
* Some POD patches for PerlIO and PerlIO::varLanning, Scott2009-01-251-34/+33
* Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), andNicholas Clark2009-01-211-1/+1
* diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.tMichael G. Schwern2008-11-091-36/+36
* Make sure PerlIO::via doesn't leave its old GV's hangingMarcus Holland-Moritz2008-11-082-1/+5
* From change #34775, reverting perlio.c change for now. Also,Steve Peters2008-11-081-7/+10
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ...Goro Fuji2008-11-081-0/+23
* Re: [perl #57322] perlbug AutoReply: ungetc() to :scalar might cause problemsGoro Fuji2008-11-083-13/+38
* Silence one more format warningRafael Garcia-Suarez2008-11-031-1/+1
* Small typo fix.Rafael Garcia-Suarez2008-06-081-2/+2
* Fix for bug [perl #54934] Attempt to free unreferenced scalar fiddling with t...Rafael Garcia-Suarez2008-06-082-2/+2
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-313-3/+3
* Re: Unwanted warnings from "PerlIO::scalar"Ben Morrow2008-02-112-3/+45
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-233-6/+6
* ext/ constingRobin Barker2007-12-221-2/+2
* 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