| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ext/PerlIO/via to ext/PerlIO-via | Nicholas Clark | 2009-02-09 | 5 | -988/+0 |
* | Rename ext/PerlIO/scalar to ext/PerlIO-scalar | Nicholas Clark | 2009-02-09 | 5 | -629/+0 |
* | Rename ext/PerlIO/encoding to ext/PerlIO-encoding | Nicholas Clark | 2009-02-09 | 7 | -1011/+0 |
* | Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find is | Nicholas Clark | 2009-02-09 | 4 | -252/+0 |
* | Move 3 tests from ext/PerlIO/t to their relevant PerlIO::* module directories. | Nicholas Clark | 2009-02-09 | 4 | -0/+0 |
* | Bump version of PerlIO::via after previous change | Rafael Garcia-Suarez | 2009-02-02 | 1 | -1/+1 |
* | When loading a PerlIO::via layer, first look in the PerlIO::via namespace | Rafael Garcia-Suarez | 2009-02-02 | 1 | -6/+6 |
* | Some POD patches for PerlIO and PerlIO::var | Lanning, Scott | 2009-01-25 | 1 | -34/+33 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t | Michael G. Schwern | 2008-11-09 | 1 | -36/+36 |
* | Make sure PerlIO::via doesn't leave its old GV's hanging | Marcus Holland-Moritz | 2008-11-08 | 2 | -1/+5 |
* | From change #34775, reverting perlio.c change for now. Also, | Steve Peters | 2008-11-08 | 1 | -7/+10 |
* | Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ... | Goro Fuji | 2008-11-08 | 1 | -0/+23 |
* | Re: [perl #57322] perlbug AutoReply: ungetc() to :scalar might cause problems | Goro Fuji | 2008-11-08 | 3 | -13/+38 |
* | Silence one more format warning | Rafael Garcia-Suarez | 2008-11-03 | 1 | -1/+1 |
* | Small typo fix. | Rafael Garcia-Suarez | 2008-06-08 | 1 | -2/+2 |
* | Fix for bug [perl #54934] Attempt to free unreferenced scalar fiddling with t... | Rafael Garcia-Suarez | 2008-06-08 | 2 | -2/+2 |
* | $VERSION++ for all the non-dual life modules in ext/ that | Nicholas Clark | 2008-03-31 | 3 | -3/+3 |
* | Re: Unwanted warnings from "PerlIO::scalar" | Ben Morrow | 2008-02-11 | 2 | -3/+45 |
* | Purge all use of Nullch in non-dual life modules. | Nicholas Clark | 2008-01-23 | 3 | -6/+6 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -2/+2 |
* | Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu) | Abe Timmerman | 2007-03-15 | 1 | -1/+5 |
* | Skip test when Encode isn't built | Rafael Garcia-Suarez | 2007-02-20 | 1 | -0/+8 |
* | Skip this test if "use open" fails due to an unknown encoding | Rafael Garcia-Suarez | 2007-02-12 | 1 | -2/+8 |
* | Explicitly load PerlIO::encoding when testing it. | Rafael Garcia-Suarez | 2007-02-11 | 1 | -0/+1 |
* | Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print... | Slaven Rezic | 2007-02-11 | 3 | -2/+21 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -2/+2 |
* | Fix bug #40407: after a seek on a PerlIO::scalar filehandle, | Rafael Garcia-Suarez | 2007-01-11 | 1 | -0/+4 |
* | Bump version of PerlIO::via after last change | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | ext/PerlIO/via/via.xs freeing the wrong thing | Bo Lindbergh | 2007-01-05 | 1 | -2/+2 |
* | Doc clarification for PerlIO::encoding | Rafael Garcia-Suarez | 2006-10-31 | 1 | -6/+8 |
* | PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to... | Jarkko Hietaniemi | 2006-09-29 | 2 | -100/+112 |
* | Bump version of PerlIO::scalar | Rafael Garcia-Suarez | 2006-09-07 | 1 | -1/+1 |
* | Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness | Rafael Garcia-Suarez | 2006-09-07 | 2 | -1/+34 |
* | Fix PerlIO::scalar fileno() documentation as suggested in: | Shawn Boyette | 2006-08-28 | 1 | -1/+1 |
* | z/OS: an easy test nit | Jarkko Hietaniemi | 2006-07-28 | 1 | -2/+10 |
* | More $VERSION bumps. | Nicholas Clark | 2006-01-13 | 1 | -1/+1 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -1/+1 |
* | Clarify docs | Rafael Garcia-Suarez | 2005-08-06 | 1 | -3/+3 |
* | Upgrade to Encode 2.11, plus a patch to PerlIO::encoding | Rafael Garcia-Suarez | 2005-08-06 | 1 | -2/+3 |
* | Add a define PERL_POISON which tries to trip up anything accessing | Nicholas Clark | 2005-06-23 | 1 | -1/+1 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 2 | -3/+3 |
* | Fix [perl #35929] : PerlIO::scalar didn't understand $/ = "" | Rafael Garcia-Suarez | 2005-05-23 | 3 | -4/+17 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -2/+2 |
* | This seems to be the right thing to do to iterate over layers | Rafael Garcia-Suarez | 2005-05-16 | 1 | -2/+2 |
* | Minor tweak to via | Andy Lester | 2005-05-15 | 1 | -4/+4 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 2 | -4/+4 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 4 | -5/+5 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -2/+2 |
* | :encoding(utf8) broken in perl-5.8.6 | Gisle Aas | 2004-12-09 | 1 | -1/+12 |