summaryrefslogtreecommitdiff
path: root/lib/open.pm
Commit message (Expand)AuthorAgeFilesLines
* warnings for perlio + othersPaul Marquess2002-03-251-2/+3
* Tweaks from Autrijus Tang: should use euc-tw for Taiwan,Jarkko Hietaniemi2002-03-201-2/+5
* If it looks like UTF-8 (either nl_langinfo or locale variables),Jarkko Hietaniemi2002-03-201-0/+5
* Pod tweak.Jarkko Hietaniemi2002-03-131-1/+1
* Implement :std subpragma of the open pragmaJarkko Hietaniemi2002-03-101-2/+36
* Document the logic of :locale better.Jarkko Hietaniemi2002-03-101-0/+25
* The patch does the following:Jarkko Hietaniemi2002-03-101-6/+8
* open.pm minor cleanupRafael Garcia-Suarez2002-01-311-2/+2
* lib/open.pm Jeffrey Friedl2001-12-161-1/+1
* RE: Exporter fixes reversed in 13540?Ben Tilly2001-12-101-2/+6
* Make the eval runtime.Jarkko Hietaniemi2001-12-041-5/+2
* Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x.Jarkko Hietaniemi2001-11-101-2/+2
* The KOI8-R example wasn't quite right.Jarkko Hietaniemi2001-11-101-2/+3
* Enhance the open pragma to support :utf8, :locale,Jarkko Hietaniemi2001-11-101-11/+63
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-311-1/+2
* Avoid testing for (non-)existance of "encoding(xxxx)"Nick Ing-Simmons2001-08-091-3/+4
* The problem seems to be in PerlIO::Layer::->find() notJarkko Hietaniemi2001-07-121-4/+2
* Tell where the nice Estonian database is.Jarkko Hietaniemi2001-07-121-2/+2
* fix for failing fork.t#12 on windows (win32_execvp() tweak inGurusamy Sarathy2001-07-121-5/+7
* Now the :locale pseudolayer *almost* works...Jarkko Hietaniemi2001-07-121-1/+4
* Locale encoding tweaks.Jarkko Hietaniemi2001-07-121-3/+2
* Require I18N::Langinfo, not use.Jarkko Hietaniemi2001-07-101-4/+5
* Add INOUT to control both ways at the same time.Jarkko Hietaniemi2001-07-091-5/+11
* More encoding mapping magic.Jarkko Hietaniemi2001-07-091-5/+23
* Add a pseudolayer ":locale" to the open pragma whichJarkko Hietaniemi2001-07-091-0/+35
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-37/+10
* Linerewrapping.Jarkko Hietaniemi2001-05-281-27/+31
* PerlIO.pm / perlio.pm conflict.Nick Ing-Simmons2001-03-281-25/+45
* Make "real" layers of ":utf8" and ":raw".Nick Ing-Simmons2001-01-211-7/+10
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+2
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-6/+26
* s/:def/:DEFAULT/Gurusamy Sarathy2000-03-171-2/+2
* perldelta update, typos and whitespace adjustmentsGurusamy Sarathy2000-03-111-1/+1
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-15/+55
* update Todo-5.6, add stub open.pmGurusamy Sarathy2000-03-011-0/+36