summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn about a directory being closed in the DESTROY forSteve Peters2006-01-161-0/+1
| | | | | IO::Dir. p4raw-id: //depot/perl@26868
* Given that IO::Socket is documented as exporting all of Socket'sNicholas Clark2005-12-242-4/+2
| | | | | | | exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to use both. (And re-exporting removes some of the efficiency of the new constants implementation) p4raw-id: //depot/perl@26481
* Attempt at making IO::Handle backwards compatible againRafael Garcia-Suarez2005-12-191-5/+10
| | | p4raw-id: //depot/perl@26405
* latest switch/say/~~Robin Houston2005-12-191-1/+10
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Fixup the setsockopt usage message; missing OPTVAL.Gisle Aas2005-12-081-1/+1
| | | p4raw-id: //depot/perl@26300
* Re: IO::File performace issueGisle Aas2005-10-271-8/+4
| | | | | | | Message-ID: <lrvezjv17c.fsf@caliper.activestate.com> Also includes a version bump for IO::File. p4raw-id: //depot/perl@25861
* Correct precedence from and to && in an expression with assignment.Nicholas Clark2005-10-171-1/+1
| | | p4raw-id: //depot/perl@25781
* proposal [perl #34301]: IO::Socket calls getpeername far too oftenPeter Dintelmann2005-10-052-6/+12
| | | | | Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz> p4raw-id: //depot/perl@25697
* Revert Makefile.PL change from #25355Rafael Garcia-Suarez2005-09-061-41/+1
| | | p4raw-id: //depot/perl@25359
* Upgrade to IO 1.22 from gbarrRafael Garcia-Suarez2005-09-0622-49/+161
| | | | | | | | - Adjust the regression tests to use t/test.pl from bleadperl when $ENV{PERL_CORE} is defined - Add can_ok and isa_ok to t/test.pl from the implementation found in the IO CPAN distribution p4raw-id: //depot/perl@25355
* Typos in *.p[lm]Piotr Fusik2005-08-023-3/+3
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Re: Documentation error in IO::SocketMichael G. Schwern2005-07-131-1/+1
| | | | | Message-ID: <20050712201834.GA29275@windhund.schwern.org> p4raw-id: //depot/perl@25131
* Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an ↵Steve Peters2005-06-301-1/+3
| | | | | | | important difference from <$io> Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25016
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2
| | | | | | | | From: "Alexander Foken" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org> and bump version number p4raw-id: //depot/perl@24869
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
| | | | | | (Fix compilation error following change #24702) p4raw-link: @24702 on //depot/perl: 7698c435fea241ff5aec7932afdb5f821dde55f3 p4raw-id: //depot/perl@24713
* Consting IO and Devel::PeekAndy Lester2005-06-031-7/+7
| | | | | | Reply-To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <20050531212621.GA12117@petdance.com> p4raw-id: //depot/perl@24702
* Bump version numbersNicholas Clark2005-05-052-2/+2
| | | p4raw-id: //depot/perl@24398
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Re: Bug in Socket::IO::INET Version 1.27Gisle Aas2005-02-181-1/+1
| | | | | Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com> p4raw-id: //depot/perl@23981
* [perl #31730] [PATCH] IO::File reads garbage from directory filehandles Steve Peters2005-02-171-2/+10
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org> p4raw-id: //depot/perl@23974
* Adjust test count for non-windows machinesRafael Garcia-Suarez2004-11-091-1/+1
| | | p4raw-id: //depot/perl@23490
* fix IO::File to support binmodeJos I. Boumans2004-11-092-0/+71
| | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org> p4raw-id: //depot/perl@23489
* ext/IO/IO.xs: fix blocking on sparc linuxBrendan O'Dea2004-10-231-52/+20
| | | | | | Message-ID: <20041022033033.GA12362@londo.c47.org> Date: Fri, 22 Oct 2004 13:30:33 +1000 p4raw-id: //depot/perl@23416
* AW: [perl #31864] IO::Poll - undef fd not checked in mask()Peter Dintelmann2004-10-141-0/+1
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net> p4raw-id: //depot/perl@23366
* Bug report #30132 was resolved before it was finished!Steve Hay2004-07-301-1/+1
| | | | | Here's the last piece in the puzzle. p4raw-id: //depot/perl@23170
* Case insensitive file systems are bad, m'kayNicholas Clark2004-06-181-1/+1
| | | p4raw-id: //depot/perl@22959
* Not ideal, but skip all of IO's tests if Socket is not built.Nicholas Clark2004-06-181-0/+5
| | | p4raw-id: //depot/perl@22955
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-042-2/+2
| | | p4raw-id: //depot/perl@22642
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-172-9/+17
| | | p4raw-id: //depot/perl@22322
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-2/+2
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Various tweaks for getting Perl to compile on SunOS 4.x.Jarkko Hietaniemi2003-08-241-0/+9
| | | | | Doesn't work well yet, something broken in DynaLoader/XSLoader? p4raw-id: //depot/perl@20867
* PATCH RC4 IO::DirMark-Jason Dominus2003-08-141-12/+14
| | | | | Message-ID: <20030814160259.27586.qmail@plover.com> p4raw-id: //depot/perl@20710
* Alpha version numbers noticed by Schwern.Jarkko Hietaniemi2003-08-134-5/+4
| | | | | | (These hacks are no more needed since the PAUSE indexer no more indexes the insides of Perl distributions, says Andreas.) p4raw-id: //depot/perl@20687
* Re: script wantedNicholas Clark2003-08-136-6/+6
| | | | | Message-ID: <20030813204609.G20130@plum.flirble.org> p4raw-id: //depot/perl@20686
* rmdir t/lib/IO.Jarkko Hietaniemi2003-07-301-0/+1
| | | p4raw-id: //depot/perl@20345
* MPE/iX fix from Mark Bixby: fcntl() on sockets on works.Jarkko Hietaniemi2003-07-291-23/+15
| | | p4raw-id: //depot/perl@20327
* Move the ext/IO tests to a more standard location so thatJarkko Hietaniemi2003-07-2816-0/+0
| | | | | the *.t do not get copied to the build tree (lib/IO/). p4raw-id: //depot/perl@20268
* [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning ilya@juil.nonet2003-07-242-4/+4
| | | | | | From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org> p4raw-id: //depot/perl@20194
* [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 Hrunting Johnson2003-07-241-2/+2
| | | | | | From: Hrunting Johnson (via RT) <perlbug-followup@perl.org> Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org> p4raw-id: //depot/perl@20193
* No fancy binmode() if no perlio.Jarkko Hietaniemi2003-07-031-1/+1
| | | p4raw-id: //depot/perl@19949
* Even more :utf8 socket testing, now in both directions.Jarkko Hietaniemi2003-07-011-10/+31
| | | p4raw-id: //depot/perl@19913
* One more test (does binmode()ing a socket succeed)Jarkko Hietaniemi2003-07-011-13/+17
| | | | | and add -w. p4raw-id: //depot/perl@19912
* Tweak an existing IO test to test also the change #19910.Jarkko Hietaniemi2003-07-011-11/+31
| | | | | p4raw-link: @19910 on //depot/perl: 38af81ff258ecdcd67c7b6fdf4b602a68c7fd75f p4raw-id: //depot/perl@19911
* io_dir.t tweak from Craig Berry.Jarkko Hietaniemi2003-06-171-12/+18
| | | p4raw-id: //depot/perl@19806
* [patch] IO::File->open() with encodingPradeep Hodigere2003-05-292-0/+41
| | | | | Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com> p4raw-id: //depot/perl@19634
* Document that setvbuf() is not probably any more available.Jarkko Hietaniemi2003-05-291-0/+5
| | | | | | Many reports, most recently by mjd in [perl #22339] IO::Handle::setvbuf not defined properly p4raw-id: //depot/perl@19631
* Worth a try for [perl #17146]Jarkko Hietaniemi2003-05-061-1/+1
| | | p4raw-id: //depot/perl@19435
* [perl #21672] IO::New and undefined filename behaviourmike@exegenix.com2003-03-261-3/+5
| | | | | | | From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org> Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org> plus a regression test p4raw-id: //depot/perl@19072
* poll() help for VMSCraig A. Berry2003-03-181-0/+5
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E76C652.30205@mac.com> p4raw-id: //depot/perl@19023
* io_sock.tNorton T. Allen2003-03-111-5/+11
| | | | | Message-Id: <200303111837.NAA30438@bottesini.harvard.edu> p4raw-id: //depot/perl@18918