Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
[p5sagit/p5-mst-13.2.git] / ext / PerlIO / encoding / encoding.xs
2007-02-11 Slaven Rezic Re: [perl #41442] segfault (dead loop) with Encoding...
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2003-05-23 Dan Kogai Stateful PerlIO implemented [Was: [perl #22261] Was...
2003-03-11 Todd C. Miller typos and other minor things
2002-06-20 Jarkko Hietaniemi Retract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-Simmons PerlIO Layer implementation future proofing.
2002-06-19 Nick Ing-Simmons "Clean" implementation of binmode(FH)/":raw" identity.
2002-05-22 Nick Ing-Simmons Flag the VMS-problem-causing part of :encoding
2002-05-08 Nick Ing-Simmons Avoid pointless re-encode of data in :encoding's read...
2002-04-29 Nick Ing-Simmons Adding Encode::* to .pm creates stash at compile time
2002-04-28 Nick Ing-Simmons Have :encoding() default to perlqq style fallbacks.
2002-04-28 Nick Ing-Simmons Builds under -Uuseperlio
2002-04-27 Nick Ing-Simmons Correct which var is nulled, stack movement protection.
2002-04-27 Nick Ing-Simmons Re-instate $PerlIO::encoding::check at boot.
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-25 Dan Kogai Re: [Encode] Patch to fix Encod-XML::SAX conflicts
2002-04-22 Jarkko Hietaniemi Signedness nit.
2002-04-22 Jarkko Hietaniemi Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
2002-04-22 Nick Ing-Simmons Integrate //depot/perlio into mainline
2002-04-22 Nick Ing-Simmons Integrate mainline into perlio
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-04-20 Nick Ing-Simmons Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
2002-04-20 Nick Ing-Simmons Some tweaks for encodings which need lines.
2002-04-19 Jarkko Hietaniemi Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
2002-04-17 Jarkko Hietaniemi PerlIO::encoding 0.01 from Dan Kogai.