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 |
2002-04-19 |
Jarkko Hietaniemi |
The previous change on this was *ahem* slightly off... |
tree | commitdiff |
2002-04-17 |
Jarkko Hietaniemi |
Add just a little bit more explanation to PerlIO::encoding. |
tree | commitdiff |
2002-04-17 |
Jarkko Hietaniemi |
PerlIO::encoding 0.01 from Dan Kogai. |
tree | commitdiff |
2002-03-27 |
Jarkko Hietaniemi |
binmode(FH, ":bytes") is the right way, methinks. |
tree | commitdiff |
2002-03-27 |
Jarkko Hietaniemi |
UTF-8 locale: need to open explicitly for bytes. |
tree | commitdiff |
2002-03-26 |
Stas Bekman |
Re: Cygwin PerlIO.t failing |
tree | commitdiff |
2002-03-26 |
Jarkko Hietaniemi |
Stas setting things right. |
tree | commitdiff |
2002-03-25 |
Jarkko Hietaniemi |
I don't understand what is going on what these |
tree | commitdiff |
2002-03-25 |
Jarkko Hietaniemi |
Noise with -w. |
tree | commitdiff |
2002-03-25 |
Jarkko Hietaniemi |
...and put some of the new perlio tests here. |
tree | commitdiff |
2002-03-25 |
Paul Marquess |
warnings for perlio + others |
tree | commitdiff |
2002-01-27 |
Jarkko Hietaniemi |
ASCIIisms. |
tree | commitdiff |
2001-12-29 |
Andreas König |
cleaner close on tests, take 2 |
tree | commitdiff |
2001-12-19 |
Nick Ing-Simmons |
Add pTHX to all vtable functions for future-proofing and |
tree | commitdiff |
2001-11-24 |
Jarkko Hietaniemi |
Tweak the PUSHED documentation. |
tree | commitdiff |
2001-11-21 |
Jarkko Hietaniemi |
Small doc tweaks. |
tree | commitdiff |
2001-11-20 |
Jarkko Hietaniemi |
Give a simple example of writing PerlIO::Via handlers |
tree | commitdiff |
2001-11-18 |
Nick Ing-Simmons |
Allow dup'ing of PerlIO::Scalar etc. |
tree | commitdiff |
2001-11-15 |
Jarkko Hietaniemi |
Fix for "perlio bug in koi8-r encoding". The problem |
tree | commitdiff |
2001-11-04 |
Nicholas Clark |
[REPATCH] Re: PerlIOBuf_dup |
tree | commitdiff |
2001-10-16 |
Nick Ing-Simmons |
PerlIOXxxx_dups for all but Win32 |
tree | commitdiff |
2001-10-16 |
Nick Ing-Simmons |
Skeleton of "PerlIO_dup" coded. |
tree | commitdiff |
2001-08-05 |
Gurusamy Sarathy |
avoid temp file littering in tests |
tree | commitdiff |
2001-08-05 |
Jarkko Hietaniemi |
Add a test for PerlIO::Via. |
tree | commitdiff |
2001-07-13 |
Mark-Jason Dominus |
Error in lib/PerlIO/Via.pm ? |
tree | commitdiff |
2001-07-13 |
Jarkko Hietaniemi |
Test the encoding transform only iff we have PerlIO, |
tree | commitdiff |
2001-07-10 |
Jarkko Hietaniemi |
Telling the number of tests helps. |
tree | commitdiff |
2001-07-10 |
Jarkko Hietaniemi |
Add a test for for PerlIO ":encoding(...)" layer. |
tree | commitdiff |
2001-06-30 |
Jarkko Hietaniemi |
Code cleanup based on turning off the -woffs in IRIX. |
tree | commitdiff |
2001-06-23 |
Jarkko Hietaniemi |
Do not test PerlIO if PerlIO not used. |
tree | commitdiff |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2001-06-21 |
Andy Dougherty |
Unnecessary pod2man calls in new extensions |
tree | commitdiff |
2001-06-18 |
Jarkko Hietaniemi |
The Grand Trek: move the *.t files from t/ to lib/... |
tree | commitdiff |
2001-06-13 |
Nick Ing-Simmons |
Avoid AV and HV in perlio.c by inventing PerlIO_list_t... |
tree | commitdiff |
2001-06-12 |
Gurusamy Sarathy |
As suggested in |
tree | commitdiff |
2001-06-12 |
Doug MacEachern |
ext/ + -Wall |
tree | commitdiff |
2001-06-12 |
Jarkko Hietaniemi |
gcc -Wall nits picked out by a non-UNIX system |
tree | commitdiff |
2001-06-02 |
Jarkko Hietaniemi |
-Wall cleanup continues. |
tree | commitdiff |
2001-05-09 |
Benjamin Sugars |
Test offset when reading from a PerlIO::Scalar |
tree | commitdiff |
2001-05-03 |
Benjamin Sugars |
Allow clobbering of a PerlIO::Scalar and more tests |
tree | commitdiff |
2001-05-02 |
Benjamin Sugars |
Re: [PATCH] Allow appending on a PerlIO::Scalar |
tree | commitdiff |
2001-05-01 |
Benjamin Sugars |
Allow appending on a PerlIO::Scalar |
tree | commitdiff |
2001-05-01 |
Benjamin Sugars |
Multiple consecutive writes on PerlIO::Scalar |
tree | commitdiff |
2001-04-21 |
Jarkko Hietaniemi |
PerlIO and Encode doc cleanup and tweaks. |
tree | commitdiff |
2001-04-17 |
Abigail |
Missing prototype behaviour |
tree | commitdiff |
2001-04-13 |
Nick Ing-Simmons |
Fix core dump on binmode($fh,'Scalar') |
tree | commitdiff |
2001-04-07 |
Nick Ing-Simmons |
Cleanup correction for failed :Via() layer, also set... |
tree | commitdiff |
2001-03-29 |
Nick Ing-Simmons |
Win32 has name conflict with ERROR |
tree | commitdiff |
2001-03-27 |
Nick Ing-Simmons |
Outline docs for PerlIO and PerlIO::Scalar |
tree | commitdiff |
2001-03-27 |
Nick Ing-Simmons |
PerlIO::Via layer (alpha-ish). |
tree | commitdiff |
2001-03-25 |
Nick Ing-Simmons |
Missing return value. |
tree | commitdiff |
2001-03-24 |
Nick Ing-Simmons |
Implement: |
tree | commitdiff |
|