summaryrefslogtreecommitdiff
path: root/ext/IO
Commit message (Collapse)AuthorAgeFilesLines
* 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
* typos and other minor thingsTodd C. Miller2003-03-111-2/+2
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* Re: [perl #20551] Documentation error for IO::SelectRichard Soderberg2003-03-081-8/+8
| | | | | Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net> p4raw-id: //depot/perl@18853
* Blocking option ignoredDave Mitchell2003-02-192-5/+18
| | | | | | | | | | | Date: Tue, 18 Feb 2003 21:45:45 +0000 Message-ID: <20030218214545.C18547@fdgroup.com> and tests for the same: From: Dave Mitchell <davem@fdgroup.com> Date: Wed, 19 Feb 2003 00:42:01 +0000 Message-ID: <20030219004201.F18547@fdgroup.com> p4raw-id: //depot/perl@18748
* RE: [PATCH] Warning on pararameterless 'use IO' and doc updatePaul Marquess2002-10-282-8/+49
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@18071
* Add tests for IO.pmchromatic2002-10-251-0/+81
| | | | | Message-ID: <20021022033253.57952.qmail@onion.perl.org> p4raw-id: //depot/perl@18061
* 2 lines of change #18039 had several problemsHugo van der Sanden2002-10-241-2/+5
| | | | | p4raw-link: @18039 on //depot/perl: 40a3dda160f7716cf8fb3c9068ec08ae7f6c681e p4raw-id: //depot/perl@18060
* Re: [PATCH] Warning on pararameterless 'use IO' and doc updateStéphane Payrard2002-10-201-3/+20
| | | | | Message-ID: <20021015001703.GG7914@stefp.dyndns.org> p4raw-id: //depot/perl@18039
* Modification to Perl 5.6.1 source: ext/IO needs a hintAndrew Hamm2002-06-071-0/+2
| | | | | Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au> p4raw-id: //depot/perl@17057
* Integrate maintperl change #16988;Jarkko Hietaniemi2002-06-051-2/+5
| | | | | | | | make IO::Pipe work on windows p4raw-link: @16988 on //depot/maint-5.6/perl: f7319d51d4524198950d828d33371d7b83ca3019 p4raw-id: //depot/perl@16990 p4raw-integrated: from //depot/maint-5.6/perl@16989 'merge in' ext/IO/lib/IO/Pipe.pm (@5902..)
* Integrate #16971 from maint-5.6;Jarkko Hietaniemi2002-06-011-0/+2
| | | | | | | | | IO::Poll wasn't working on windows since poll.c wasn't using the same abstractions as perl; for test case, see: http://bugs.activestate.com/show_bug.cgi?id=19624 p4raw-id: //depot/perl@16973 p4raw-integrated: from //depot/maint-5.6/perl@16972 'merge in' ext/IO/poll.c (@5902..) XSUB.h (@7887..)
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-3/+5
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-274-0/+4
| | | | | Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
* typo in Socket.pmH.Merijn Brand2002-05-141-1/+1
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16596
* Integrate #16510 from macperl;Jarkko Hietaniemi2002-05-091-1/+1
| | | | | | | Tell IO.xs that MacOS sometimes doesn't need extra help p4raw-id: //depot/perl@16522 p4raw-integrated: from //depot/macperl@16521 'copy in' ext/IO/IO.xs (@16230..)
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+1
| | | p4raw-id: //depot/perl@16173
* {PATCH docs] sockatmarkMark-Jason Dominus2002-04-221-1/+2
| | | | | Message-Id: <20020422064342.24646.qmail@plover.com> p4raw-id: //depot/perl@16079
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-212-4/+4
| | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055
* small typo in IO::Pipe podSlaven Rezic2002-04-161-4/+4
| | | | | Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de> p4raw-id: //depot/perl@15946
* ext/IO/lib/IO/t/io_unix.tPaul Green2002-03-261-1/+1
| | | | | Message-Id: <200203260457.XAA19233@mailhub2.stratus.com> p4raw-id: //depot/perl@15509
* Re: [patch] IO::Socket::INET Broadcast patchMax Baker2002-03-111-0/+12
| | | | | Message-Id: <20020308105619.A15039@warped.org> p4raw-id: //depot/perl@15153
* Re: IO::Poll: Removing HandlesMatthew Sachs2002-02-181-1/+9
| | | | | Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com> p4raw-id: //depot/perl@14750
* IO::Poll: Removing HandlesMatthew Sachs2002-02-181-4/+8
| | | | | Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com> p4raw-id: //depot/perl@14743
* Integrate change #14062 from macperl;Jarkko Hietaniemi2002-01-041-0/+7
| | | | | | | | | Define setbuf, setvbuf for Mac OS p4raw-link: @14062 on //depot/maint-5.6/macperl: d2831b2dc1da27449e9029c3ee480940d54b287d p4raw-id: //depot/perl@14081 p4raw-integrated: from //depot/maint-5.6/macperl@14078 'merge in' ext/IO/IO.xs (@11007..)
* typo in IO::Socket::INET.pmMark-Jason Dominus2001-12-311-1/+1
| | | | | Message-ID: <20011231143110.4989.qmail@plover.com> p4raw-id: //depot/perl@13977
* [PATCH] check return of closeAndreas König2001-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Date: 27 Dec 2001 09:47:30 +0100 Message-ID: <m3ellhgicd.fsf@anima.de> Subject: [PATCH] improve error reporting From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:54:55 +0100 Message-ID: <m3adw5gi00.fsf@anima.de> Subject: [PATCH] check return value of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:03:55 +0100 Message-ID: <m3666tghl0.fsf@anima.de> Subject: [PATCH] return of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:22:15 +0100 Message-ID: <m31yhhggqg.fsf@anima.de> p4raw-id: //depot/perl@13904
* Add at least the "important" PerlIO_xxxx functions to embed.plNick Ing-Simmons2001-12-221-2/+2
| | | | | so that they get implicit pTHX_ and we can avoid slow dTHX. p4raw-id: //depot/perlio@13852
* BeOS still has no good sockets.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13647
* BeOS sockets are not true sockets.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13646