| Commit message (Expand) | Author | Age | Files | Lines |
* | warnings for perlio + others | Paul Marquess | 2002-03-25 | 1 | -2/+3 |
* | Tweaks from Autrijus Tang: should use euc-tw for Taiwan, | Jarkko Hietaniemi | 2002-03-20 | 1 | -2/+5 |
* | If it looks like UTF-8 (either nl_langinfo or locale variables), | Jarkko Hietaniemi | 2002-03-20 | 1 | -0/+5 |
* | Pod tweak. | Jarkko Hietaniemi | 2002-03-13 | 1 | -1/+1 |
* | Implement :std subpragma of the open pragma | Jarkko Hietaniemi | 2002-03-10 | 1 | -2/+36 |
* | Document the logic of :locale better. | Jarkko Hietaniemi | 2002-03-10 | 1 | -0/+25 |
* | The patch does the following: | Jarkko Hietaniemi | 2002-03-10 | 1 | -6/+8 |
* | open.pm minor cleanup | Rafael Garcia-Suarez | 2002-01-31 | 1 | -2/+2 |
* | lib/open.pm | Jeffrey Friedl | 2001-12-16 | 1 | -1/+1 |
* | RE: Exporter fixes reversed in 13540? | Ben Tilly | 2001-12-10 | 1 | -2/+6 |
* | Make the eval runtime. | Jarkko Hietaniemi | 2001-12-04 | 1 | -5/+2 |
* | Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x. | Jarkko Hietaniemi | 2001-11-10 | 1 | -2/+2 |
* | The KOI8-R example wasn't quite right. | Jarkko Hietaniemi | 2001-11-10 | 1 | -2/+3 |
* | Enhance the open pragma to support :utf8, :locale, | Jarkko Hietaniemi | 2001-11-10 | 1 | -11/+63 |
* | More documentation for the encode pragma. | Jarkko Hietaniemi | 2001-10-31 | 1 | -1/+2 |
* | Avoid testing for (non-)existance of "encoding(xxxx)" | Nick Ing-Simmons | 2001-08-09 | 1 | -3/+4 |
* | The problem seems to be in PerlIO::Layer::->find() not | Jarkko Hietaniemi | 2001-07-12 | 1 | -4/+2 |
* | Tell where the nice Estonian database is. | Jarkko Hietaniemi | 2001-07-12 | 1 | -2/+2 |
* | fix for failing fork.t#12 on windows (win32_execvp() tweak in | Gurusamy Sarathy | 2001-07-12 | 1 | -5/+7 |
* | Now the :locale pseudolayer *almost* works... | Jarkko Hietaniemi | 2001-07-12 | 1 | -1/+4 |
* | Locale encoding tweaks. | Jarkko Hietaniemi | 2001-07-12 | 1 | -3/+2 |
* | Require I18N::Langinfo, not use. | Jarkko Hietaniemi | 2001-07-10 | 1 | -4/+5 |
* | Add INOUT to control both ways at the same time. | Jarkko Hietaniemi | 2001-07-09 | 1 | -5/+11 |
* | More encoding mapping magic. | Jarkko Hietaniemi | 2001-07-09 | 1 | -5/+23 |
* | Add a pseudolayer ":locale" to the open pragma which | Jarkko Hietaniemi | 2001-07-09 | 1 | -0/+35 |
* | Fix open.pm to work via XS-implemented method calls rather | Nick Ing-Simmons | 2001-06-15 | 1 | -37/+10 |
* | Linerewrapping. | Jarkko Hietaniemi | 2001-05-28 | 1 | -27/+31 |
* | PerlIO.pm / perlio.pm conflict. | Nick Ing-Simmons | 2001-03-28 | 1 | -25/+45 |
* | Make "real" layers of ":utf8" and ":raw". | Nick Ing-Simmons | 2001-01-21 | 1 | -7/+10 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 1 | -0/+2 |
* | Lexical use open ... support: | Nick Ing-Simmons | 2000-11-18 | 1 | -6/+26 |
* | s/:def/:DEFAULT/ | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+2 |
* | perldelta update, typos and whitespace adjustments | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+1 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -15/+55 |
* | update Todo-5.6, add stub open.pm | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+36 |