| Commit message (Expand) | Author | Age | Files | Lines |
* | ASCIIisms. | Jarkko Hietaniemi | 2002-01-27 | 1 | -5/+13 |
* | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 1 | -4/+4 |
* | Add pTHX to all vtable functions for future-proofing and | Nick Ing-Simmons | 2001-12-19 | 2 | -67/+46 |
* | Tweak the PUSHED documentation. | Jarkko Hietaniemi | 2001-11-24 | 1 | -3/+4 |
* | Small doc tweaks. | Jarkko Hietaniemi | 2001-11-21 | 1 | -11/+11 |
* | Give a simple example of writing PerlIO::Via handlers | Jarkko Hietaniemi | 2001-11-20 | 1 | -0/+52 |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 3 | -18/+52 |
* | Fix for "perlio bug in koi8-r encoding". The problem | Jarkko Hietaniemi | 2001-11-15 | 1 | -2/+26 |
* | [REPATCH] Re: PerlIOBuf_dup | Nicholas Clark | 2001-11-04 | 1 | -2/+18 |
* | PerlIOXxxx_dups for all but Win32 | Nick Ing-Simmons | 2001-10-16 | 2 | -7/+17 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 2 | -1/+15 |
* | avoid temp file littering in tests | Gurusamy Sarathy | 2001-08-05 | 1 | -2/+2 |
* | Add a test for PerlIO::Via. | Jarkko Hietaniemi | 2001-08-05 | 2 | -2/+40 |
* | Error in lib/PerlIO/Via.pm ? | Mark-Jason Dominus | 2001-07-13 | 1 | -2/+2 |
* | Test the encoding transform only iff we have PerlIO, | Jarkko Hietaniemi | 2001-07-13 | 1 | -0/+11 |
* | Telling the number of tests helps. | Jarkko Hietaniemi | 2001-07-10 | 1 | -0/+2 |
* | Add a test for for PerlIO ":encoding(...)" layer. | Jarkko Hietaniemi | 2001-07-10 | 1 | -0/+49 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -2/+1 |
* | Do not test PerlIO if PerlIO not used. | Jarkko Hietaniemi | 2001-06-23 | 1 | -2/+2 |
* | Unnecessary pod2man calls in new extensions | Andy Dougherty | 2001-06-21 | 2 | -0/+2 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 2 | -0/+191 |
* | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 2 | -6/+2 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -1/+0 |
* | Test offset when reading from a PerlIO::Scalar | Benjamin Sugars | 2001-05-09 | 1 | -1/+4 |
* | Allow clobbering of a PerlIO::Scalar and more tests | Benjamin Sugars | 2001-05-03 | 1 | -0/+2 |
* | Re: [PATCH] Allow appending on a PerlIO::Scalar | Benjamin Sugars | 2001-05-02 | 1 | -4/+31 |
* | Allow appending on a PerlIO::Scalar | Benjamin Sugars | 2001-05-01 | 1 | -1/+4 |
* | Multiple consecutive writes on PerlIO::Scalar | Benjamin Sugars | 2001-05-01 | 1 | -1/+1 |
* | PerlIO and Encode doc cleanup and tweaks. | Jarkko Hietaniemi | 2001-04-21 | 2 | -17/+15 |
* | Missing prototype behaviour | Abigail | 2001-04-17 | 1 | -0/+2 |
* | Fix core dump on binmode($fh,'Scalar') | Nick Ing-Simmons | 2001-04-13 | 1 | -15/+30 |
* | Cleanup correction for failed :Via() layer, also set an error code. | Nick Ing-Simmons | 2001-04-07 | 1 | -2/+12 |
* | Win32 has name conflict with ERROR | Nick Ing-Simmons | 2001-03-29 | 1 | -8/+8 |
* | Outline docs for PerlIO and PerlIO::Scalar | Nick Ing-Simmons | 2001-03-27 | 1 | -0/+20 |
* | PerlIO::Via layer (alpha-ish). | Nick Ing-Simmons | 2001-03-27 | 3 | -0/+655 |
* | Missing return value. | Nick Ing-Simmons | 2001-03-25 | 1 | -0/+1 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 3 | -0/+243 |