summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Two OS/2 portability patches from Ilya.Ilya Zakharevich2003-10-211-1/+1
* Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1Slaven Rezic2003-10-201-2/+4
* [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS Olli Savia2003-09-241-0/+5
* PerlIO_tmpfile clean-up for VMSCraig A. Berry2003-09-141-1/+1
* The "perlio: " prefix looks a little oddJarkko Hietaniemi2003-09-131-3/+3
* Layer names were recognized by their prefixesJarkko Hietaniemi2003-09-131-1/+1
* Fewer naked char constants.Jarkko Hietaniemi2003-08-301-8/+8
* This is probably a wrong fix forJarkko Hietaniemi2003-08-301-22/+24
* A new try atGerrit P. Haase2003-08-301-5/+13
* Something went wrong in change #20929;Jarkko Hietaniemi2003-08-301-22/+19
* maint / blead tweaks in perlio.c for CygwinGerrit P. Haase2003-08-291-19/+22
* Make (hopefully) the Windows CR CR LF bug go awayJarkko Hietaniemi2003-08-131-0/+17
* Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} d...Chip Salzenberg2003-08-051-0/+2
* tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.cVadim Konovalov2003-07-301-1/+1
* Retract #20260.Jarkko Hietaniemi2003-07-281-6/+6
* (Retracted by #20267)Jarkko Hietaniemi2003-07-281-6/+6
* Retract #20056, #20055, #20052, #20050, #20048: the changesJarkko Hietaniemi2003-07-071-31/+15
* Try making PerlIO errors more consistent.Jarkko Hietaniemi2003-07-071-15/+31
* Make a read from a write-only fh to set errnoJarkko Hietaniemi2003-07-051-1/+4
* More perlio ->Open paranoia. Set errno to EINVAL if there'sJarkko Hietaniemi2003-06-121-9/+11
* Slightly amended version of the proposed patch forJarkko Hietaniemi2003-06-121-2/+6
* Prevent a potential null pointer dereference.Rafael Garcia-Suarez2003-06-041-2/+3
* Salvage parts of #19667.Jarkko Hietaniemi2003-06-031-29/+37
* Retract #19667, #19660, #19659, #19658, #19657, #19656,Jarkko Hietaniemi2003-06-031-7/+37
* I thought I tried building threaded. Never think. Try.Jarkko Hietaniemi2003-06-021-1/+2
* Since pulling in File::Temp for tempfiles would pull inJarkko Hietaniemi2003-06-021-43/+3
* A pointless test, noticed by Craig Berry.Jarkko Hietaniemi2003-06-021-7/+2
* RE: [PATCH] RE: maint snapshot @ 19525Robin Barker2003-05-231-4/+1
* EINTR retry should exit on count >= 0 not !=0Nick Ing-Simmons2003-05-181-4/+4
* Fix ticket 18265Nick Ing-Simmons2003-05-181-5/+13
* Spotted a bare close() where PerlLIO_close() seems correct.Nick Ing-Simmons2003-05-171-2/+2
* RE: maint snapshot @ 19525Robin Barker2003-05-161-2/+7
* Unused variableNick Ing-Simmons2003-05-111-3/+2
* Better but still unproven fix for lseek() on pipes.Nick Ing-Simmons2003-05-101-15/+22
* Fix for bugs 21717 and 22140.Nick Ing-Simmons2003-05-101-3/+25
* Tweaks to Jarkko's NULL deref checks in perlio.cNick Ing-Simmons2003-05-101-79/+105
|\
| * Try to plug more potential PerlIO NULL methodJarkko Hietaniemi2003-05-101-17/+30
|/
* UseNicerNames instead of SHOUTING_LIKE_THIS.Jarkko Hietaniemi2003-05-101-21/+21
* Try to comprehensively have a plan B if a PerlIOJarkko Hietaniemi2003-05-091-118/+122
* Switch the new perlio way of opening anonymous temporary filesJarkko Hietaniemi2003-05-051-29/+43
* Argh, cut-and-pasto.Jarkko Hietaniemi2003-04-221-1/+1
* Introduce two new Configure symbols:Jarkko Hietaniemi2003-04-211-8/+8
* Unused variables.Jarkko Hietaniemi2003-04-181-1/+0
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-141-0/+30
* Integrate:Ilya Zakharevich2003-04-011-1/+1
* WinCE tweaks from Vadim Konovalov.Jarkko Hietaniemi2003-03-111-0/+4
* fflush() before invalidating stdio's fileno.Nick Ing-Simmons2003-02-011-1/+2
* Michael Schroeder's fix for re-try if stdio ops after Nick Ing-Simmons2003-02-011-14/+28
* Fix Solaris 32-bit invalidate case.Nick Ing-Simmons2003-01-231-1/+1
* Integrate from perlio:Jarkko Hietaniemi2003-01-221-1/+18
|\