2007-03-15 |
Abe Timmerman |
Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386... |
tree | commitdiff |
2007-02-20 |
Rafael Garcia-Suarez |
Skip test when Encode isn't built |
tree | commitdiff |
2007-02-12 |
Rafael Garcia-Suarez |
Skip this test if "use open" fails due to an unknown... |
tree | commitdiff |
2007-02-11 |
Rafael Garcia-Suarez |
Explicitly load PerlIO::encoding when testing it. |
tree | commitdiff |
2007-02-11 |
Slaven Rezic |
Re: [perl #41442] segfault (dead loop) with Encoding... |
tree | commitdiff |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
tree | commitdiff |
2007-01-11 |
Rafael Garcia-Suarez |
Fix bug #40407: after a seek on a PerlIO::scalar fileha... |
tree | commitdiff |
2007-01-05 |
Rafael Garcia-Suarez |
Bump version of PerlIO::via after last change |
tree | commitdiff |
2007-01-05 |
Bo Lindbergh |
ext/PerlIO/via/via.xs freeing the wrong thing |
tree | commitdiff |
2006-10-31 |
Rafael Garcia-Suarez |
Doc clarification for PerlIO::encoding |
tree | commitdiff |
2006-09-29 |
Jarkko Hietaniemi |
PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling... |
tree | commitdiff |
2006-09-07 |
Rafael Garcia-Suarez |
Bump version of PerlIO::scalar |
tree | commitdiff |
2006-09-07 |
Rafael Garcia-Suarez |
Fix for [perl #40267] PerlIO::scalar doesn't respect... |
tree | commitdiff |
2006-08-28 |
Shawn Boyette |
Fix PerlIO::scalar fileno() documentation as suggested in: |
tree | commitdiff |
2006-07-28 |
Jarkko Hietaniemi |
z/OS: an easy test nit |
tree | commitdiff |
2006-01-13 |
Nicholas Clark |
More $VERSION bumps. |
tree | commitdiff |
2005-11-19 |
Steve Peters |
Cleaning up some warnings generated by "gcc -W" |
tree | commitdiff |
2005-08-06 |
Rafael Garcia-Suarez |
Clarify docs |
tree | commitdiff |
2005-08-06 |
Rafael Garcia-Suarez |
Upgrade to Encode 2.11, plus a patch to PerlIO::encoding |
tree | commitdiff |
2005-06-23 |
Nicholas Clark |
Add a define PERL_POISON which tries to trip up anythin... |
tree | commitdiff |
2005-06-02 |
Steve Peters |
SvPVX_const() - part 3 ... and const'ing Storable |
tree | commitdiff |
2005-05-23 |
Rafael Garcia-Suarez |
Fix [perl #35929] : PerlIO::scalar didn't understand... |
tree | commitdiff |
2005-05-21 |
Nicholas Clark |
Move hv_name, hv_eiter and hv_riter into a new aux... |
tree | commitdiff |
2005-05-16 |
Rafael Garcia-Suarez |
This seems to be the right thing to do to iterate over... |
tree | commitdiff |
2005-05-15 |
Andy Lester |
Minor tweak to via |
tree | commitdiff |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
tree | commitdiff |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
tree | commitdiff |
2005-04-18 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #4 |
tree | commitdiff |
2004-12-09 |
Gisle Aas |
:encoding(utf8) broken in perl-5.8.6 |
tree | commitdiff |
2004-09-30 |
Rafael Garcia-Suarez |
A fix for [perl #31692] : as PerlIO::scalar accesses... |
tree | commitdiff |
2004-06-25 |
Andy Dougherty |
Correct detection of absent modules. Based on |
tree | commitdiff |
2004-06-18 |
Nicholas Clark |
Skip tests when PerlIO::scalar and PerlIO::via aren... |
tree | commitdiff |
2003-10-17 |
Rafael Garcia-Suarez |
The compilation of PerlIO::via may hang on AIX when |
tree | commitdiff |
2003-09-13 |
Jarkko Hietaniemi |
More PerlIO warnings changes. |
tree | commitdiff |
2003-09-08 |
Rafael Garcia-Suarez |
A version of change #21073 that works. |
tree | commitdiff |
2003-09-08 |
Jarkko Hietaniemi |
The #21073 broke ext/B/t/o.t, retracting the #21073. |
tree | commitdiff |
2003-09-08 |
Rafael Garcia-Suarez |
Re: one nit to fix [PATCH] |
tree | commitdiff |
2003-09-08 |
Jarkko Hietaniemi |
Cleanup PerlIO::scalar documentation a bit. |
tree | commitdiff |
2003-08-14 |
Jarkko Hietaniemi |
XS contents changes versus VERSION non-changes. |
tree | commitdiff |
2003-08-11 |
Nick Ing-Simmons |
Allow via layer to affect the PERLIO_F_UTF8 flag. |
tree | commitdiff |
2003-07-28 |
Jarkko Hietaniemi |
No more ext/*/*.t, move them all to ext/*/t. |
tree | commitdiff |
2003-07-21 |
Craig A. Berry |
Re: [PATCH] test clean-up for VMS |
tree | commitdiff |
2003-05-23 |
Robin Barker |
for Configure -Dnoextensions=Encode |
tree | commitdiff |
2003-05-23 |
Dan Kogai |
Re: Stateful PerlIO implemented [Was: [perl #22261... |
tree | commitdiff |
2003-05-23 |
Dan Kogai |
Stateful PerlIO implemented [Was: [perl #22261] Was... |
tree | commitdiff |
2003-05-05 |
Jarkko Hietaniemi |
Switch the new perlio way of opening anonymous temporar... |
tree | commitdiff |
2003-04-17 |
Adrian M. Enache |
Re: [perl #21950] 5.8.x -- :scalar and magic strings |
tree | commitdiff |
2003-03-11 |
Todd C. Miller |
typos and other minor things |
tree | commitdiff |
2003-02-12 |
Robin Barker |
to silence compiler warning |
tree | commitdiff |
2003-02-09 |
autrijus@ossf.iis... |
[perl #20785] glitches with $PerlIO::encoding::fallback |
tree | commitdiff |
2003-02-05 |
Peter Prymmer |
fix for PerlIO/Via compilation on VMS |
tree | commitdiff |
2003-01-26 |
Jarkko Hietaniemi |
Plan 9 compiler can't return quads from the ?: (condop). |
tree | commitdiff |
2002-12-18 |
Gurusamy Sarathy |
windows: support for large files |
tree | commitdiff |
2002-10-20 |
Nick Ing-Simmons |
Encode::utf8 encode/decode methods as XS that obeys |
tree | commitdiff |
2002-08-27 |
Richard Clamp |
Re: PerlIO::via silent failure |
tree | commitdiff |
2002-08-11 |
Nick Ing-Simmons |
Integrate mainline. |
tree | commitdiff |
2002-08-06 |
Rafael Garcia-Suarez |
PerlIO::scalar wasn't able to read from non-string |
tree | commitdiff |
2002-07-23 |
Nick Ing-Simmons |
Fix #15283 - binmode() was not passing mode |
tree | commitdiff |
2002-07-17 |
Nick Ing-Simmons |
Fix :scalar layer to allow it to exist under other... |
tree | commitdiff |
2002-07-15 |
Rafael Garcia-Suarez |
Clarify the PerlIO::scalar docs (suggested by Elizabeth |
tree | commitdiff |
2002-07-13 |
Rafael Garcia-Suarez |
Minor doc changes for PerlIO::via. |
tree | commitdiff |
2002-07-10 |
Elizabeth Mattijsen |
[DOC PATCH] some doc nits after 17463 |
tree | commitdiff |
2002-07-09 |
Jarkko Hietaniemi |
Change PerlIO::Scalar and Via to scalar and via. |
tree | commitdiff |
2002-07-09 |
Elizabeth Mattijsen |
[PATCH] Removing example layers from MIME::QuotedPrint |
tree | commitdiff |
2002-07-09 |
Nick Ing-Simmons |
Tidy PerlIO::Via |
tree | commitdiff |
2002-07-09 |
Nick Ing-Simmons |
Indentation normalize via |
tree | commitdiff |
2002-07-01 |
Rafael Garcia-Suarez |
Allow PerlIO::Via to look for modules in the default |
tree | commitdiff |
2002-06-20 |
Jarkko Hietaniemi |
Retract #17331, something broke (e.g. t/io/utf8.t becam... |
tree | commitdiff |
2002-06-20 |
Nick Ing-Simmons |
PerlIO Layer implementation future proofing. |
tree | commitdiff |
2002-06-19 |
Nick Ing-Simmons |
"Clean" implementation of binmode(FH)/":raw" identity. |
tree | commitdiff |
2002-06-10 |
Jarkko Hietaniemi |
Now that binmode(FH) does implicit ":bytes" revisit |
tree | commitdiff |
2002-06-10 |
Nick Ing-Simmons |
Tune test to run in UTF-8 locales |
tree | commitdiff |
2002-06-09 |
H.Merijn Brand |
cleanup's |
tree | commitdiff |
2002-06-05 |
Nicholas Clark |
[Encode PATCH] spurious warning |
tree | commitdiff |
2002-05-30 |
Jarkko Hietaniemi |
Integrate macperl patch #16868. |
tree | commitdiff |
2002-05-22 |
Jarkko Hietaniemi |
More -Mutf8 cleanup. |
tree | commitdiff |
2002-05-22 |
Nick Ing-Simmons |
Flag the VMS-problem-causing part of :encoding |
tree | commitdiff |
2002-05-16 |
Jarkko Hietaniemi |
Don't test $! with like() since one may have |
tree | commitdiff |
2002-05-15 |
Nick Ing-Simmons |
Make open fail when layer string does not parse. |
tree | commitdiff |
2002-05-08 |
Nick Ing-Simmons |
Avoid pointless re-encode of data in :encoding's read... |
tree | commitdiff |
2002-05-03 |
Jarkko Hietaniemi |
The EBCDIC remapping of the low 256 bites again. |
tree | commitdiff |
2002-05-01 |
Dan Kogai |
[Patch] ext/PerlIO/t/fallback.t gets haircut |
tree | commitdiff |
2002-04-29 |
Nick Ing-Simmons |
Adding Encode::* to .pm creates stash at compile time |
tree | commitdiff |
2002-04-28 |
Jarkko Hietaniemi |
Be tidy. |
tree | commitdiff |
2002-04-28 |
Nick Ing-Simmons |
Have :encoding() default to perlqq style fallbacks. |
tree | commitdiff |
2002-04-28 |
Nick Ing-Simmons |
Use (file PerlIO::Layer 'perlio') rather than $Config... |
tree | commitdiff |
2002-04-28 |
Nick Ing-Simmons |
Builds under -Uuseperlio |
tree | commitdiff |
2002-04-27 |
Nick Ing-Simmons |
Correct which var is nulled, stack movement protection. |
tree | commitdiff |
2002-04-27 |
Nick Ing-Simmons |
Re-instate $PerlIO::encoding::check at boot. |
tree | commitdiff |
2002-04-27 |
Nick Ing-Simmons |
Fix fd leak on Via(bogus). |
tree | commitdiff |
2002-04-26 |
Gurusamy Sarathy |
various signed/unsigned mismatch nits |
tree | commitdiff |
2002-04-25 |
Dan Kogai |
Re: [Encode] Patch to fix Encod-XML::SAX conflicts |
tree | commitdiff |
2002-04-22 |
Jarkko Hietaniemi |
Signedness nit. |
tree | commitdiff |
2002-04-22 |
Jarkko Hietaniemi |
Upgrade to PerlIO::encoding 0.04, from Dan Kogai. |
tree | commitdiff |
2002-04-22 |
Nick Ing-Simmons |
Integrate //depot/perlio into mainline |
tree | commitdiff |
2002-04-22 |
Nick Ing-Simmons |
Integrate mainline into perlio |
tree | commitdiff |
2002-04-21 |
Gurusamy Sarathy |
squelch some more type mismatch warnings |
tree | commitdiff |
2002-04-20 |
Nick Ing-Simmons |
Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests, |
tree | commitdiff |
2002-04-20 |
Nick Ing-Simmons |
Some tweaks for encodings which need lines. |
tree | commitdiff |
2002-04-19 |
Jarkko Hietaniemi |
Upgrade to PerlIO::encoding 0.02, from Dan Kogai. |
tree | commitdiff |
next |