This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
[perl5.git] / lib / open.t
2002-03-11 Jarkko HietaniemiThe test needs perlio.
2001-12-10 Jarkko HietaniemiClearing locale environment simply doesn't seem to
2001-12-04 Jarkko HietaniemiLC_ALL might trump LANG.
2001-12-01 Jarkko HietaniemiNeed to hide behind an eval to avoid a warning
2001-11-20 Jarkko HietaniemiNeed to skip more tests if not perlio.
2001-11-19 Jarkko HietaniemiMove the sysio tests from io/utf8 to lib/open.
2001-11-13 Jarkko Hietaniemi:utf8 works only with perlio.
2001-11-10 Jarkko HietaniemiBah. %X doesn't mean 0xC1, it means 0XC1. So let...
2001-11-10 Jarkko HietaniemiThe KOI8-R example wasn't quite right.
2001-11-10 Jarkko HietaniemiEnhance the open pragma to support :utf8, :locale,
2001-10-02 Nick Ing-SimmonsIntegrate mainline + lib/open.t patch from Chromatic
2001-10-01 chromaticBetter Locale Flutzigation (was Re: lib/open.t and...
2001-10-01 Jarkko HietaniemiNuke also the LANG because of glibc.
2001-09-28 chromaticAdd tests for open.pm