summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* The core part of :Andy Lester2005-03-291-0/+1
* Consting part 4Andy Lester2005-03-251-2/+4
* Third consting batchAndy Lester2005-03-241-2/+1
* More const parmsAndy Lester2005-03-181-1/+1
* Really fix the bug [perl #33990].Rafael Garcia-Suarez2005-01-311-3/+1
* Avoid a buffer overflow with threads and PERLIO_DEBUGRafael Garcia-Suarez2005-01-311-1/+1
* Don't write to $PERLIO_DEBUG when setuid ([perl #33990])Rafael Garcia-Suarez2005-01-311-0/+2
* [Patch] [perl #32446] close leaves fd openSteffen Ullrich2005-01-211-0/+7
* Update copyright years.Nicholas Clark2005-01-041-1/+1
* Integrate a patch from Gentoo for uclibc support.Alexey Tourbin2005-01-031-1/+5
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* [PERLIO] In line-buffered mode, flush on the *last* newline,Chip Salzenberg2004-03-091-21/+16
* rescue PerlIO_getname for VMSCraig A. Berry2004-01-191-1/+8
* OS/2 buildIlya Zakharevich2003-11-021-0/+4
* 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