| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | [PERLIO] In line-buffered mode, flush on the *last* newline, | Chip Salzenberg | 2004-03-09 | 1 | -21/+16 |
* | rescue PerlIO_getname for VMS | Craig A. Berry | 2004-01-19 | 1 | -1/+8 |
* | OS/2 build | Ilya Zakharevich | 2003-11-02 | 1 | -0/+4 |
* | Two OS/2 portability patches from Ilya. | Ilya Zakharevich | 2003-10-21 | 1 | -1/+1 |
* | Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1 | Slaven Rezic | 2003-10-20 | 1 | -2/+4 |
* | [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS | Olli Savia | 2003-09-24 | 1 | -0/+5 |
* | PerlIO_tmpfile clean-up for VMS | Craig A. Berry | 2003-09-14 | 1 | -1/+1 |
* | The "perlio: " prefix looks a little odd | Jarkko Hietaniemi | 2003-09-13 | 1 | -3/+3 |
* | Layer names were recognized by their prefixes | Jarkko Hietaniemi | 2003-09-13 | 1 | -1/+1 |
* | Fewer naked char constants. | Jarkko Hietaniemi | 2003-08-30 | 1 | -8/+8 |
* | This is probably a wrong fix for | Jarkko Hietaniemi | 2003-08-30 | 1 | -22/+24 |
* | A new try at | Gerrit P. Haase | 2003-08-30 | 1 | -5/+13 |
* | Something went wrong in change #20929; | Jarkko Hietaniemi | 2003-08-30 | 1 | -22/+19 |
* | maint / blead tweaks in perlio.c for Cygwin | Gerrit P. Haase | 2003-08-29 | 1 | -19/+22 |
* | Make (hopefully) the Windows CR CR LF bug go away | Jarkko Hietaniemi | 2003-08-13 | 1 | -0/+17 |
* | Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} d... | Chip Salzenberg | 2003-08-05 | 1 | -0/+2 |
* | tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c | Vadim Konovalov | 2003-07-30 | 1 | -1/+1 |
* | Retract #20260. | Jarkko Hietaniemi | 2003-07-28 | 1 | -6/+6 |
* | (Retracted by #20267) | Jarkko Hietaniemi | 2003-07-28 | 1 | -6/+6 |
* | Retract #20056, #20055, #20052, #20050, #20048: the changes | Jarkko Hietaniemi | 2003-07-07 | 1 | -31/+15 |
* | Try making PerlIO errors more consistent. | Jarkko Hietaniemi | 2003-07-07 | 1 | -15/+31 |
* | Make a read from a write-only fh to set errno | Jarkko Hietaniemi | 2003-07-05 | 1 | -1/+4 |
* | More perlio ->Open paranoia. Set errno to EINVAL if there's | Jarkko Hietaniemi | 2003-06-12 | 1 | -9/+11 |
* | Slightly amended version of the proposed patch for | Jarkko Hietaniemi | 2003-06-12 | 1 | -2/+6 |
* | Prevent a potential null pointer dereference. | Rafael Garcia-Suarez | 2003-06-04 | 1 | -2/+3 |
* | Salvage parts of #19667. | Jarkko Hietaniemi | 2003-06-03 | 1 | -29/+37 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -7/+37 |
* | I thought I tried building threaded. Never think. Try. | Jarkko Hietaniemi | 2003-06-02 | 1 | -1/+2 |
* | Since pulling in File::Temp for tempfiles would pull in | Jarkko Hietaniemi | 2003-06-02 | 1 | -43/+3 |
* | A pointless test, noticed by Craig Berry. | Jarkko Hietaniemi | 2003-06-02 | 1 | -7/+2 |
* | RE: [PATCH] RE: maint snapshot @ 19525 | Robin Barker | 2003-05-23 | 1 | -4/+1 |
* | EINTR retry should exit on count >= 0 not !=0 | Nick Ing-Simmons | 2003-05-18 | 1 | -4/+4 |
* | Fix ticket 18265 | Nick Ing-Simmons | 2003-05-18 | 1 | -5/+13 |
* | Spotted a bare close() where PerlLIO_close() seems correct. | Nick Ing-Simmons | 2003-05-17 | 1 | -2/+2 |
* | RE: maint snapshot @ 19525 | Robin Barker | 2003-05-16 | 1 | -2/+7 |
* | Unused variable | Nick Ing-Simmons | 2003-05-11 | 1 | -3/+2 |
* | Better but still unproven fix for lseek() on pipes. | Nick Ing-Simmons | 2003-05-10 | 1 | -15/+22 |
* | Fix for bugs 21717 and 22140. | Nick Ing-Simmons | 2003-05-10 | 1 | -3/+25 |
* | Tweaks to Jarkko's NULL deref checks in perlio.c | Nick Ing-Simmons | 2003-05-10 | 1 | -79/+105 |
|\ |
|
| * | Try to plug more potential PerlIO NULL method | Jarkko Hietaniemi | 2003-05-10 | 1 | -17/+30 |
|/ |
|
* | UseNicerNames instead of SHOUTING_LIKE_THIS. | Jarkko Hietaniemi | 2003-05-10 | 1 | -21/+21 |
* | Try to comprehensively have a plan B if a PerlIO | Jarkko Hietaniemi | 2003-05-09 | 1 | -118/+122 |
* | Switch the new perlio way of opening anonymous temporary files | Jarkko Hietaniemi | 2003-05-05 | 1 | -29/+43 |
* | Argh, cut-and-pasto. | Jarkko Hietaniemi | 2003-04-22 | 1 | -1/+1 |
* | Introduce two new Configure symbols: | Jarkko Hietaniemi | 2003-04-21 | 1 | -8/+8 |
* | Unused variables. | Jarkko Hietaniemi | 2003-04-18 | 1 | -1/+0 |
* | Introduce PerlIO::get_layers() to allow people to peek | Jarkko Hietaniemi | 2003-04-14 | 1 | -0/+30 |
* | Integrate: | Ilya Zakharevich | 2003-04-01 | 1 | -1/+1 |
* | WinCE tweaks from Vadim Konovalov. | Jarkko Hietaniemi | 2003-03-11 | 1 | -0/+4 |