Don't display debug data.
[p5sagit/p5-mst-13.2.git] / ext / PerlIO /
2001-10-16 Nick Ing-Simmons PerlIOXxxx_dups for all but Win32
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-08-05 Gurusamy Sarathy avoid temp file littering in tests
2001-08-05 Jarkko Hietaniemi Add a test for PerlIO::Via.
2001-07-13 Mark-Jason Dominus Error in lib/PerlIO/Via.pm ?
2001-07-13 Jarkko Hietaniemi Test the encoding transform only iff we have PerlIO,
2001-07-10 Jarkko Hietaniemi Telling the number of tests helps.
2001-07-10 Jarkko Hietaniemi Add a test for for PerlIO ":encoding(...)" layer.
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-23 Jarkko Hietaniemi Do not test PerlIO if PerlIO not used.
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Andy Dougherty Unnecessary pod2man calls in new extensions
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-13 Nick Ing-Simmons Avoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-06-12 Gurusamy Sarathy As suggested in
2001-06-12 Doug MacEachern ext/ + -Wall
2001-06-12 Jarkko Hietaniemi gcc -Wall nits picked out by a non-UNIX system
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-05-09 Benjamin Sugars Test offset when reading from a PerlIO::Scalar
2001-05-03 Benjamin Sugars Allow clobbering of a PerlIO::Scalar and more tests
2001-05-02 Benjamin Sugars Re: [PATCH] Allow appending on a PerlIO::Scalar
2001-05-01 Benjamin Sugars Allow appending on a PerlIO::Scalar
2001-05-01 Benjamin Sugars Multiple consecutive writes on PerlIO::Scalar
2001-04-21 Jarkko Hietaniemi PerlIO and Encode doc cleanup and tweaks.
2001-04-17 Abigail Missing prototype behaviour
2001-04-13 Nick Ing-Simmons Fix core dump on binmode($fh,'Scalar')
2001-04-07 Nick Ing-Simmons Cleanup correction for failed :Via() layer, also set...
2001-03-29 Nick Ing-Simmons Win32 has name conflict with ERROR
2001-03-27 Nick Ing-Simmons Outline docs for PerlIO and PerlIO::Scalar
2001-03-27 Nick Ing-Simmons PerlIO::Via layer (alpha-ish).
2001-03-25 Nick Ing-Simmons Missing return value.
2001-03-24 Nick Ing-Simmons Implement: