| Commit message (Expand) | Author | Age | Files | Lines |
* | pod: Suggest to use strict :encoding(UTF-8) PerlIO layer over not strict :enc... | Pali | 2017-02-06 | 1 | -6/+6 |
* | Document open fh, "<:" | Father Chrysostomos | 2011-09-23 | 1 | -2/+4 |
* | [perl #92728] open.pm without :std should leave std alone | Father Chrysostomos | 2011-09-15 | 1 | -5/+11 |
* | Bump $open::VERSION | Florian Ragwitz | 2010-09-15 | 1 | -1/+1 |
* | improve open.pm layer class error message | Aristotle Pagaltzis | 2010-09-13 | 1 | -1/+1 |
* | bump versions of non-dual-life modules that | David Mitchell | 2009-07-03 | 1 | -1/+1 |
* | Bump $open::VERSION | Rafael Garcia-Suarez | 2007-11-23 | 1 | -1/+1 |
* | [patch] :utf8 updates | Juerd Waalboer | 2007-11-23 | 1 | -15/+8 |
* | Remove the last traces of explicitly setting HINT_LOCALIZE_HH from | Nicholas Clark | 2006-04-20 | 1 | -2/+0 |
* | Re: [perl #38181] Default IO Layer is ignored in 3-argument open call | SADAHIRO Tomoyuki | 2006-01-08 | 1 | -4/+3 |
* | Fix [perl #37533] open pragma ignored for all 3-arg opens | Rafael Garcia-Suarez | 2005-10-31 | 1 | -4/+4 |
* | do just-in-time loading of Carp.pm in some modules | Tels | 2005-07-02 | 1 | -6/+7 |
* | Restore runtime loading of Encode and Encode-related modules, so that | Nicholas Clark | 2004-10-10 | 1 | -6/+5 |
* | Typo fix. | Rafael Garcia-Suarez | 2004-09-23 | 1 | -1/+1 |
* | [PATCH] encoding and open pragmas | Jarkko Hietaniemi | 2004-09-20 | 1 | -82/+56 |
* | open.pm: allow upper-cased EUC | Audrey Tang | 2004-03-19 | 1 | -4/+4 |
* | A swath of VERSION patches from Nicholas Clark. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | for Configure -Dnoextensions=Encode | Robin Barker | 2003-05-23 | 1 | -1/+1 |
* | Document that the open pragma does not affect | Jarkko Hietaniemi | 2003-04-17 | 1 | -3/+6 |
* | Report layer name (without arg) on fail, and attempt to | Nick Ing-Simmons | 2003-01-22 | 1 | -2/+2 |
* | Document the hint constants and where they're used. | Rafael Garcia-Suarez | 2002-11-29 | 1 | -1/+1 |
* | Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?) | Jarkko Hietaniemi | 2002-11-19 | 1 | -1/+2 |
* | Replace the word "discipline" by "layer" almost everywhere, | Rafael Garcia-Suarez | 2002-07-07 | 1 | -6/+3 |
* | [DOC PATCH] perliol.pod nit | Elizabeth Mattijsen | 2002-07-01 | 1 | -13/+13 |
* | Further discouraging of :raw. | Jarkko Hietaniemi | 2002-06-17 | 1 | -3/+3 |
* | Document once more the difference between :utf8 | Jarkko Hietaniemi | 2002-05-19 | 1 | -0/+7 |
* | 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 |