summaryrefslogtreecommitdiff
path: root/lib/open.pm
Commit message (Expand)AuthorAgeFilesLines
* Bump version for open.pm for documentation changeLeon Timmermans2020-04-191-1/+1
* Rework open.pm documentationDan Book2020-04-191-72/+70
* pod: Suggest to use strict :encoding(UTF-8) PerlIO layer over not strict :enc...Pali2017-02-061-6/+6
* Document open fh, "<:"Father Chrysostomos2011-09-231-2/+4
* [perl #92728] open.pm without :std should leave std aloneFather Chrysostomos2011-09-151-5/+11
* Bump $open::VERSIONFlorian Ragwitz2010-09-151-1/+1
* improve open.pm layer class error messageAristotle Pagaltzis2010-09-131-1/+1
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* Bump $open::VERSIONRafael Garcia-Suarez2007-11-231-1/+1
* [patch] :utf8 updatesJuerd Waalboer2007-11-231-15/+8
* Remove the last traces of explicitly setting HINT_LOCALIZE_HH fromNicholas Clark2006-04-201-2/+0
* Re: [perl #38181] Default IO Layer is ignored in 3-argument open call SADAHIRO Tomoyuki2006-01-081-4/+3
* Fix [perl #37533] open pragma ignored for all 3-arg opensRafael Garcia-Suarez2005-10-311-4/+4
* do just-in-time loading of Carp.pm in some modulesTels2005-07-021-6/+7
* Restore runtime loading of Encode and Encode-related modules, so thatNicholas Clark2004-10-101-6/+5
* Typo fix.Rafael Garcia-Suarez2004-09-231-1/+1
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-82/+56
* open.pm: allow upper-cased EUCAudrey Tang2004-03-191-4/+4
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
* for Configure -Dnoextensions=EncodeRobin Barker2003-05-231-1/+1
* Document that the open pragma does not affectJarkko Hietaniemi2003-04-171-3/+6
* Report layer name (without arg) on fail, and attempt to Nick Ing-Simmons2003-01-221-2/+2
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-1/+1
* Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)Jarkko Hietaniemi2002-11-191-1/+2
* Replace the word "discipline" by "layer" almost everywhere,Rafael Garcia-Suarez2002-07-071-6/+3
* [DOC PATCH] perliol.pod nitElizabeth Mattijsen2002-07-011-13/+13
* Further discouraging of :raw.Jarkko Hietaniemi2002-06-171-3/+3
* Document once more the difference between :utf8Jarkko Hietaniemi2002-05-191-0/+7
* 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