summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Feeding illegal QP (like \x80) to thisJarkko Hietaniemi2003-03-281-0/+2
* Integrate:Jarkko Hietaniemi2003-03-201-3/+4
* Make whichsig() to work also if some system definesJarkko Hietaniemi2003-03-141-2/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: utime undef, undef, "/tmp/test" and warningsStas Bekman2003-02-091-11/+12
* Integrate #18405 from maint-5.8 which fixes whitespacNick Ing-Simmons2003-01-201-4/+2
* Fix 'use encoding' I/O for code points 0x80..0xFF;Jarkko Hietaniemi2003-01-161-1/+2
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-6/+6
* Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?Gurusamy Sarathy2002-11-071-2/+2
* Re: [perl #17830] open FH, "<&", $fdSteve Grazzini2002-10-171-0/+1
* Re: perlio bug?Rafael Garcia-Suarez2002-10-021-3/+5
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-11/+11
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-3/+3
* Re: autom4te and perl 5.8.0Andy Dougherty2002-07-041-1/+1
* Fix segv on IO::File->open("/dev/null").Nick Ing-Simmons2002-06-201-1/+4
* doio.c tweaksNick Ing-Simmons2002-06-061-5/+16
* Address the second half ofJohan Vromans2002-06-051-0/+4
* [Patch] Inplace editing on Cygwin and others?Gerrit P. Haase2002-06-011-1/+1
* Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)Nick Ing-Simmons2002-05-091-0/+1
* perl -i clobbers files on CygwinGerrit P. Haase2002-05-031-1/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-1/+1
* warn on ref open without perlioRafael Garcia-Suarez2002-04-191-0/+9
* EPOC update from Olaf Flebbe.Jarkko Hietaniemi2002-03-261-1/+1
* Fix [ID 20020318.003] cannot open STDOUT into in memory variableNick Ing-Simmons2002-03-221-1/+1
* more warnings tidyupPaul Marquess2002-03-111-21/+21
* Forward port #14704 from maint-5.6.Abhijit Menon-Sen2002-02-181-16/+27
* Absorb #14701 by Sarathy from maint-5.6.Abhijit Menon-Sen2002-02-161-2/+9
* Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandleRafael Garcia-Suarez2002-02-081-1/+1
* lstat FH and -l FH warningsRafael Garcia-Suarez2002-02-031-1/+10
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-1/+1
* O_RDONLY/O_WRONLY/O_RDWR portability.Jarkko Hietaniemi2002-01-271-8/+34
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)Nicholas Clark2001-12-261-15/+1
* doio fatal on cygwin for 13651H.Merijn Brand2001-12-121-1/+1
* Detypo and rename.Jarkko Hietaniemi2001-12-121-1/+1
* Try to handle platforms that have O_TEXT != O_BINARY butJarkko Hietaniemi2001-12-111-1/+5
* Allow multi-arg open() if opening layer declares this legal.Nick Ing-Simmons2001-12-081-6/+6
* Various small nits found by DJGPP build.Jarkko Hietaniemi2001-12-021-4/+4
* Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do notNick Ing-Simmons2001-12-011-20/+28
* doio slightly smallerNicholas Clark2001-11-271-5/+4
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-13/+24
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-1/+1
* open(FH, $file) should strip leading and trailing whitespace.Abhijit Menon-Sen2001-11-081-5/+7
* microperl sync.Jarkko Hietaniemi2001-11-021-0/+2
* Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()Nick Ing-Simmons2001-10-201-40/+2
* Unix and VMS agree on "*" as a "match any number of any chars"Jarkko Hietaniemi2001-10-101-0/+2
* Warning incorrectly reported without -wRafael Garcia-Suarez2001-08-151-1/+3
* Integrate change #11051 from macperl; O_RDONLY is not zeroJarkko Hietaniemi2001-07-301-1/+1