summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
...
* Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}Nick Ing-Simmons2002-04-281-1/+1
* Builds under -UuseperlioNick Ing-Simmons2002-04-282-5/+30
* Correct which var is nulled, stack movement protection.Nick Ing-Simmons2002-04-271-1/+7
* Re-instate $PerlIO::encoding::check at boot.Nick Ing-Simmons2002-04-272-27/+30
* Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-272-5/+76
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-4/+4
* Re: [Encode] Patch to fix Encod-XML::SAX conflictsDan Kogai2002-04-251-1/+1
* Signedness nit.Jarkko Hietaniemi2002-04-221-1/+1
* Upgrade to PerlIO::encoding 0.04, from Dan Kogai.Jarkko Hietaniemi2002-04-222-37/+49
* Integrate //depot/perlio into mainlineNick Ing-Simmons2002-04-222-24/+150
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-212-5/+5
* Upgrade to PerlIO::encoding 0.02, from Dan Kogai.Jarkko Hietaniemi2002-04-192-9/+30
* The previous change on this was *ahem* slightly off-topic.Jarkko Hietaniemi2002-04-191-9/+12
* Add just a little bit more explanation to PerlIO::encoding.Jarkko Hietaniemi2002-04-171-1/+10
* PerlIO::encoding 0.01 from Dan Kogai.Jarkko Hietaniemi2002-04-174-0/+502
* binmode(FH, ":bytes") is the right way, methinks.Jarkko Hietaniemi2002-03-271-3/+6
* UTF-8 locale: need to open explicitly for bytes.Jarkko Hietaniemi2002-03-271-3/+3
* Re: Cygwin PerlIO.t failingStas Bekman2002-03-261-0/+1
* Stas setting things right.Jarkko Hietaniemi2002-03-261-40/+85
* I don't understand what is going on what theseJarkko Hietaniemi2002-03-251-64/+39
* Noise with -w.Jarkko Hietaniemi2002-03-251-0/+1
* ...and put some of the new perlio tests here.Jarkko Hietaniemi2002-03-251-39/+63
* warnings for perlio + othersPaul Marquess2002-03-252-13/+34
* ASCIIisms.Jarkko Hietaniemi2002-01-271-5/+13
* cleaner close on tests, take 2 Andreas König2001-12-291-4/+4
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-192-67/+46
* Tweak the PUSHED documentation.Jarkko Hietaniemi2001-11-241-3/+4
* Small doc tweaks.Jarkko Hietaniemi2001-11-211-11/+11
* Give a simple example of writing PerlIO::Via handlersJarkko Hietaniemi2001-11-201-0/+52
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-183-18/+52
* Fix for "perlio bug in koi8-r encoding". The problemJarkko Hietaniemi2001-11-151-2/+26
* [REPATCH] Re: PerlIOBuf_dupNicholas Clark2001-11-041-2/+18
* PerlIOXxxx_dups for all but Win32Nick Ing-Simmons2001-10-162-7/+17
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-162-1/+15
* avoid temp file littering in testsGurusamy Sarathy2001-08-051-2/+2
* Add a test for PerlIO::Via.Jarkko Hietaniemi2001-08-052-2/+40
* Error in lib/PerlIO/Via.pm ?Mark-Jason Dominus2001-07-131-2/+2
* Test the encoding transform only iff we have PerlIO,Jarkko Hietaniemi2001-07-131-0/+11
* Telling the number of tests helps.Jarkko Hietaniemi2001-07-101-0/+2
* Add a test for for PerlIO ":encoding(...)" layer.Jarkko Hietaniemi2001-07-101-0/+49
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-2/+1
* Do not test PerlIO if PerlIO not used.Jarkko Hietaniemi2001-06-231-2/+2
* Unnecessary pod2man calls in new extensionsAndy Dougherty2001-06-212-0/+2
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+191
* Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-132-6/+2
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-1/+0
* Test offset when reading from a PerlIO::ScalarBenjamin Sugars2001-05-091-1/+4
* Allow clobbering of a PerlIO::Scalar and more testsBenjamin Sugars2001-05-031-0/+2
* Re: [PATCH] Allow appending on a PerlIO::ScalarBenjamin Sugars2001-05-021-4/+31
* Allow appending on a PerlIO::ScalarBenjamin Sugars2001-05-011-1/+4