summaryrefslogtreecommitdiff
path: root/dist/IO
Commit message (Expand)AuthorAgeFilesLines
* dist/IO: replace "define\t" with "define "Yves Orton2023-04-2913-22/+25
* Update Changes and bump version in Maintainers for IO,FindBin,ExporterTodd Rinaldo2023-02-061-0/+11
* bump dist/IO to v1.51, due to PR 19663sisyphus2022-09-0811-11/+11
* [doc] Update IO::Handle synopsisElvin Aslanov2022-08-301-4/+4
* Update IO::File synopsisElvin Aslanov2022-08-301-6/+6
* Update IO::Dir synopsisElvin Aslanov2022-08-301-3/+3
* IO::Socket::UNIX: Add proper hyperlink in podKarl Williamson2022-05-271-2/+2
* IO::Socket::INET: Use proper hyperlink in podKarl Williamson2022-05-271-2/+2
* IO::Pipe: Use proper hyperlink in podKarl Williamson2022-05-271-2/+2
* IO::Handle: Use proper hyperlink in podKarl Williamson2022-05-271-2/+2
* Fix dist/IO/poll.h for mingw-w64 runtimes 9.0 and latersisyphus2022-05-271-1/+8
* Bump IO to 1.50 after production release to CPANTodd Rinaldo2022-05-032-1/+4
* Update IO.xs to conform to ppport.h 3.68 recommendationsTodd Rinaldo2022-04-183-4/+10
* dist/IO/IO.xs: Rmv defns that ppport.h suppliesKarl Williamson2021-12-182-35/+1
* We're Perl 5 PortersJames E Keenan2021-10-091-1/+1
* Retain original whitespace, per rjbs reviewJames E Keenan2021-10-091-1/+1
* Send bug reports to GitHubJames E Keenan2021-10-097-15/+15
* Fix for undefined warning in IOTodd Rinaldo2021-09-0112-12/+23
* Add missing quotes to IO::Socket::INET exampleDave Lambley2021-06-101-1/+1
* IO: add a test for sync()Tomasz Konojacki2021-05-211-1/+10
* IO: implement sync() for win32Tomasz Konojacki2021-05-2112-12/+16
* Bump $VERSION in all dist/IO .pm filesJames E Keenan2021-02-1911-11/+11
* Update search.cpan.org URLsJames E Keenan2021-02-191-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-42/+42
* Add ChangeLog entry for IO version 1.45Paul "LeoNerd" Evans2021-01-041-0/+4
* Bump VERSION of every file in dist/IO to 1.45 consistentlyPaul "LeoNerd" Evans2021-01-0410-10/+10
* Add a unit test that IO::Socket constructor uses error variables as specifiedPaul "LeoNerd" Evans2021-01-041-0/+34
* Actually document the IO::Socket constructor's behaviour on failure, pointing...Paul "LeoNerd" Evans2021-01-043-0/+36
* Remote note from IO::Socket::INET's docs about a change that predates even pe...Paul "LeoNerd" Evans2021-01-041-7/+0
* Update IO::Socket unit test for $IO::Socket::errstrPaul "LeoNerd" Evans2021-01-041-2/+2
* Bump IO::Socket version numberPaul "LeoNerd" Evans2021-01-042-2/+2
* Have IO's socket code write errors also into $IO::Socket::errstrPaul "LeoNerd" Evans2021-01-042-11/+13
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* dist/IO: use PERL_VERSION compare macroNicolas R2020-08-171-3/+3
* IO::Handle: Fix a spurious error reported for regular file handlesPetr Písař2020-08-102-3/+11
* IO::Socket::UNIX: synchronize behavior with module documentation (#17787)vividsnow2020-07-301-1/+5
* bump IO to 1.44Tony Cook2020-07-301-0/+13
* IO::Handle: clear the error on both input and output streamsTony Cook2020-07-302-6/+16
* make $fh->error report errors from both input and outputTony Cook2020-07-302-5/+26
* GNU/Hurd doesn't support SO_PROTOCOLSamuel Thibault2020-07-301-2/+2
* dist/IO no indirect, strict & warningsNicolas R2020-07-1718-73/+79
* dist/IO/t/cachepropagate-unix.t: Add os390 to TODO listKarl Williamson2020-05-271-2/+2
* io_unix.t: make tests run on Windows builds if threads + AF_UNIXRichard Leach2020-05-211-6/+18
* DragonFly BSD doesn't support SO_PROTOCOL for AF_UNIX socketsTomasz Konojacki2020-04-031-2/+2
* apparently HP-UX and solaris also don't support SO_PROTOCOL for AF_UNIXTony Cook2020-03-271-2/+2
* Make it possible to remove a closed IO::Socket handle from IO::Select.Todd Rinaldo2020-02-042-2/+45
* bump $IO::VERSIONTony Cook2020-01-292-2/+2
* NetBSD, Darwin, Cygwin don't appear to support SO_PROTOCOLTony Cook2020-01-291-2/+19
* Only cache io_socket_proto if protocol is truthyAndrew Hewus Fresh2020-01-291-1/+6
* Update dist/IO after release to CPANTodd Rinaldo2020-01-203-26/+42