summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Collapse)AuthorAgeFilesLines
* Don't use utf8.pm in the test (avoiding embedding utf8 in the testRafael Garcia-Suarez2007-03-311-3/+2
| | | | | | file), and use greek to test for something out of 8-bit latin, as Jarkko suggested. Everything flows. p4raw-id: //depot/perl@30805
* When dup'ing a filehandle, retain the :utf8 layerRafael Garcia-Suarez2007-03-301-1/+21
| | | p4raw-id: //depot/perl@30781
* Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lotCraig A. Berry2007-03-112-64/+42
| | | | | of OS-specific shenanigans. p4raw-id: //depot/perl@30543
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-1/+1
| | | | | Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29578
* Text mode wrongly set on pipe file descriptorsIlya Zakharevich2006-12-131-2/+45
| | | | | Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29550
* Re: $, and sayGisle Aas2006-11-021-1/+7
| | | | | | | | Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com> with tweaks so "say;" continues to default to $_ plus a regression test p4raw-id: //depot/perl@29187
* Re: Off by one in the trie code?Yves Orton2006-10-192-5/+5
| | | | | | | | Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> change test files that do a require "./test.pl"; without a BEGIN block to ensure prototypes are seen, plus fix any breakage this reveals. p4raw-id: //depot/perl@29056
* The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}Nicholas Clark2006-06-071-3/+1
| | | p4raw-id: //depot/perl@28369
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-0/+1
| | | | | Message-ID: <43F92CE6.5040704@qsl.net> p4raw-id: //depot/perl@27239
* Give up on through.t on VMS for now -- no can do with current Craig A. Berry2006-01-141-0/+4
| | | | | pipe implementation. p4raw-id: //depot/perl@26857
* latest switch/say/~~Robin Houston2005-12-191-0/+49
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Pulling ancient RCS commentsAndy Lester2005-11-203-6/+0
| | | | | Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178
* I/O is UTF-8, not "UNICODE"Nicholas Clark2005-11-091-7/+7
| | | p4raw-id: //depot/perl@26066
* As using -C to turn on utf8 IO is equivalent to the open pragma,Nicholas Clark2005-11-091-2/+8
| | | | | | change 25925 had the side effect of breaking t/io/utf8.t Fixed by adding the missing binmode()s. p4raw-id: //depot/perl@26065
* Better diagnostics from io/utf8.tNicholas Clark2005-11-091-31/+36
| | | p4raw-id: //depot/perl@26064
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-082-2/+25
| | | | | Message-Id: <20051108233535.735D.BQW10602@nifty.com> p4raw-id: //depot/perl@26045
* Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.Steve Peters2005-11-031-2/+8
| | | p4raw-id: //depot/perl@25974
* More core test cleanups. Mainly fixes to remove code that caused Steve Peters2005-11-036-18/+30
| | | | | | warnings, but there were a few bug fixes that were hidden by no using warnings. p4raw-id: //depot/perl@25973
* Clean up some test files.Steve Peters2005-11-035-6/+18
| | | p4raw-id: //depot/perl@25967
* Test case should not execute /no_such_process if it does exist.Steve Peters2005-11-021-1/+2
| | | p4raw-id: //depot/perl@25965
* Re: futimes [PATCH]Gisle Aas2005-11-021-47/+52
| | | | | Message-ID: <lrbr1494o2.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25951
* Lowercase barewords considered harmful to your health.Steve Peters2005-11-021-6/+6
| | | p4raw-id: //depot/perl@25949
* futimes [PATCH]Gisle Aas2005-10-311-2/+27
| | | | | Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@25941
* Comment nit by Vadim KonovalovRafael Garcia-Suarez2005-09-271-58/+58
| | | | | And while we're at it, reindent consistently. p4raw-id: //depot/perl@25625
* Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns offRafael Garcia-Suarez2005-09-271-1/+1
| | | | | too many warnings. p4raw-id: //depot/perl@25619
* Re: [BUG 5.8.7] Another major bug in PerlIO layerIlya Zakharevich2005-09-272-0/+148
| | | | | Message-ID: <20050927090734.GB3687@math.berkeley.edu> p4raw-id: //depot/perl@25618
* Re: fchmod, fchown, fchdirGisle Aas2005-07-161-1/+32
| | | | | | | Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com> + Schwern's ok -> like changes p4raw-id: //depot/perl@25157
* Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)Steve Peters2005-07-132-2/+2
| | | | | Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25139
* Cygwin fails to open $^X on many occasion hereH.Merijn Brand2005-06-081-1/+1
| | | | | afile is still available from the previous test p4raw-id: //depot/perl@24764
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-061-1/+8
| | | | | | that other code assigning to $SIG{__WARN__} doesn't cause a premature free. p4raw-id: //depot/perl@24410
* assorted tempfile clean-up in the test suiteCraig A. Berry2005-01-242-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41F407B5.7020106@mac.com> p4raw-id: //depot/perl@23874
* [perl #33892] Add Interix support Todd Vierling2005-01-211-0/+1
| | | | | | | | | From: Todd Vierling (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) p4raw-id: //depot/perl@23849
* Use the new ${^UTF8LOCALE} to make the test reliable.Nicholas Clark2005-01-041-9/+16
| | | p4raw-id: //depot/perl@23743
* Change 23714 accidentally broke t/io/layers.t when testing withNicholas Clark2005-01-011-3/+9
| | | | | | | UTF8 locales and the -C flag. When UTF8 is flagged as enabled based on the locale, we have no perl space access to PL_utf8locale so assume for the moment that UTF8 is never conditionally enabled. p4raw-id: //depot/perl@23723
* Bug in t/io/layers.t spotted by Ignasi Roca CarrióNicholas Clark2004-12-311-1/+1
| | | p4raw-id: //depot/perl@23714
* Replace a skip by a todo.Yitzchak Scott-Thoennes2004-11-101-3/+3
| | | | | | Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) Message-ID: <20041110093014.GA1676@efn.org> p4raw-id: //depot/perl@23492
* Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on ↵Yitzchak Scott-Thoennes2004-11-101-1/+7
| | | | | | | cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) Message-ID: <20041110014012.GA2796@efn.org> p4raw-id: //depot/perl@23491
* [perl #31767] open $1, "file" doesn't raise an exceptionDave Mitchell2004-09-301-1/+7
| | | p4raw-id: //depot/perl@23342
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-0/+2
| | | | | | | | | | | Date: Mon, 16 Aug 2004 22:27:00 +0300 Message-ID: <41210A84.6060506@iki.fi> Subject: Re: [PATCH] encoding and open pragmas From: Jarkko Hietaniemi <jhi@iki.fi> Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST) Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi> p4raw-id: //depot/perl@23326
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
| | | | | | | | Subject: [PATCH] Config{extensions} uses filesystem names as extensions Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu> with improvements from Marcus Holland-Moritz p4raw-id: //depot/perl@22998
* Need to skip test 7 if perl built without the PerlIO::scalar extensionNicholas Clark2004-06-181-1/+2
| | | p4raw-id: //depot/perl@22947
* add test for change #22746 ([perl #29102] Crash on assign to lex fh)Dave Mitchell2004-05-031-1/+5
| | | | | p4raw-link: @22746 on //depot/perl: 8f3c2c0cb1ce993e7d37b84cf6256c76fd3a298a p4raw-id: //depot/perl@22778
* add test for change #22776 ("open m" crashes Perl)Dave Mitchell2004-05-031-1/+6
| | | | | p4raw-link: @22776 on //depot/perl: e2ab214b14c9284fa9074628aa22936a93dab84f p4raw-id: //depot/perl@22777
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-026-9/+21
| | | | | | | | make minitest passes a -minitest flag to t/TEST t/TEST sees this and sets $ENV{PERL_CORE_MINITEST} Tests can choose to skip based on this. (Other tactic is to make loading of Errno by %! happen at run time.) p4raw-id: //depot/perl@22423
* Perl 5.8.3 patches from the BS2000 port - part 2Dorner Thomas2004-01-011-4/+9
| | | | | | Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de> Date: Fri, 19 Dec 2003 07:16:47 +0100 p4raw-id: //depot/perl@22033
* For-non-perlio places we need STDOUT back.Jarkko Hietaniemi2003-09-141-0/+3
| | | p4raw-id: //depot/perl@21228
* More portable reading.Jarkko Hietaniemi2003-09-141-3/+7
| | | p4raw-id: //depot/perl@21224
* More dup testing.Jarkko Hietaniemi2003-09-141-2/+46
| | | p4raw-id: //depot/perl@21222
* The "perlio: " prefix looks a little oddJarkko Hietaniemi2003-09-131-6/+6
| | | | | | in the few warning/error messages, since no other 'subsystems' have prefixes. p4raw-id: //depot/perl@21208
* Layer names were recognized by their prefixesJarkko Hietaniemi2003-09-131-4/+14
| | | | | (e.g. open(F, ":u", "file") worked...) p4raw-id: //depot/perl@21207