summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-022-3/+1
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-025-13/+4
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-084-13/+13
* Only expose Internals::getcwd() in miniperlNicholas Clark2021-10-041-8/+5
* fix magic and upgraded SV handling for setsockopt()'s OPTVALTony Cook2021-06-231-0/+28
* fix utime() to set $!/errno when called on a closed handleTony Cook2021-05-241-0/+1
* io/shm.t: make runnable as ./perl io/shm.tTony Cook2020-11-241-2/+3
* shmwrite: treat the string as bytesTony Cook2020-11-241-1/+17
* msgrcv: properly downgrade the receive bufferTony Cook2020-11-241-0/+7
* msgsnd: handle an upgraded MSG parameter correctlyTony Cook2020-11-241-0/+69
* fix UTF-8 handling for semop()Tony Cook2020-11-241-1/+23
* io/sem.t: eliminate warningsTony Cook2020-11-241-8/+22
* *ctl: test that we throw on a code point above 0xffTony Cook2020-11-241-0/+6
* *ctl: test we handle the buffer as bytesTony Cook2020-11-241-0/+11
* *ctl: ensure the ARG parameter's UTF-8 flag is resetTony Cook2020-11-241-2/+10
* dragonfly BSD's default filesystem is mounted noatime by defaultTony Cook2020-11-051-1/+1
* In tests, fix @INC before loading more stuffHugo van der Sanden2020-10-034-4/+5
* 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