summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* un-TODO pl_check.t and remove io/handle.tTony Cook2019-12-121-26/+0
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-0/+26
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-263-5/+5
* Change bug URL from http://rt.perl.org to https://rt.perl.orgMax Maischein2019-10-112-4/+4
* (perl #134221) support append mode for open .. undefTony Cook2019-07-161-2/+12
* (perl #122112) make sure SIGPIPE is delivered if we test itTony Cook2019-06-261-0/+12
* (perl #122112) remove some interfering debug outputTony Cook2019-06-111-1/+0
* Android can pass eintr_print.tRichard Leach2019-06-031-1/+1
* (perl #122112) a simpler fix for pclose() aborted by a signalTony Cook2019-05-301-2/+0
* (perl #122112) test for signal handler death in pcloseTony Cook2019-05-301-1/+22
* remove leftovers from [perl #127663]Tomasz Konojacki2019-04-261-52/+44
* t/io/perlio.t: skips tests if no /tmpRichard Leach2019-04-191-4/+9
* (perl #133951) add Internals::getcwdTony Cook2019-04-151-0/+22
* test for error set on socket() failureTony Cook2019-02-201-0/+12
* don't leak temp filesTony Cook2019-01-281-1/+1
* First "eof" should return trueHauke D2019-01-021-1/+0
* [perl #133721] TODO test for eof with no ${^LAST_FH}Tony Cook2019-01-021-1/+9
* Correct spelling error.James E Keenan2018-12-291-1/+1
* Thoroughly test paragraph modeJames E Keenan2018-12-191-0/+504
* t/io/eintr.t: Skip some tests on pre-16 Darwin.Abigail2018-12-151-55/+62
* (perl #133659) make an in-place edit successful if the exit status is zeroTony Cook2018-11-261-1/+1
* (perl #133659) tests for global destruction handling of inplace editingTony Cook2018-11-261-1/+27
* Handle OSes where filesystems can be mounted with 'noatime' optionJames E Keenan2018-10-311-4/+5
* Move subroutine definition to end of file.James E Keenan2018-10-301-59/+58
* Regularize indents within subroutine definition.James E Keenan2018-10-301-53/+52
* Fully encapsulate check_utime_result()James E Keenan2018-10-301-2/+3
* Remove code commented out since March 2002.James E Keenan2018-10-301-8/+4
* Repeatedly hard-coding an integer is a mistake.James E Keenan2018-10-301-9/+11
* Make descriptions more self-documentingJames E Keenan2018-10-301-6/+6
* Add notes so it's easier to see where we are in test file.James E Keenan2018-10-301-2/+4
* Use t/test.pl's note() functionJames E Keenan2018-10-301-5/+5
* (perl #133604) fix binmode on Win32 :crlf layersTony Cook2018-10-222-3/+0
* (perl #133604) test for binmode removing :utf8Tony Cook2018-10-221-1/+17
* (perl #133604) skip a new test on Win32 that fails only on Win32Tony Cook2018-10-221-0/+2
* (perl #125760) add fatal :utf8 tests for recv and sendTony Cook2018-10-181-0/+90
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-8/+6
* (perl #133314) test for handle leaks from in-place editingTony Cook2018-08-011-1/+45
* t/test.pl: Add $|=1;Karl Williamson2018-06-251-0/+2
* No list open on VMS as yet.Craig A. Berry2018-02-161-4/+18
* [perl #121028] avoid creating a shell processTony Cook2018-02-151-5/+15
* [perl #115814] skip layer test under miniperlHugo van der Sanden2018-02-031-0/+1
* test for IO handle in localised globZefram2018-01-161-1/+17
* VMS does have fchmod and fchown.Craig A. Berry2018-01-151-0/+1
* test that open()ed filehandles are close-on-execZefram2017-12-221-1/+35
* set FD_CLOEXEC atomically in easy casesZefram2017-12-223-6/+86
* stop gensyming when vivifying IO handlesZefram2017-12-101-3/+26
* fix naming of some test temp filesZefram2017-11-141-26/+26
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-3/+3
* the unopened test should use a file handle distinct from "OTHER"Tony Cook2017-10-171-1/+2