| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fflush() before invalidating stdio's fileno. | Nick Ing-Simmons | 2003-02-01 | 1 | -1/+2 |
* | Michael Schroeder's fix for re-try if stdio ops after | Nick Ing-Simmons | 2003-02-01 | 1 | -14/+28 |
* | Fix Solaris 32-bit invalidate case. | Nick Ing-Simmons | 2003-01-23 | 1 | -1/+1 |
* | Integrate from perlio: | Jarkko Hietaniemi | 2003-01-22 | 1 | -1/+18 |
|\ |
|
| * | Fixes for open.pm which attempts to load layers: | Nick Ing-Simmons | 2003-01-22 | 1 | -1/+18 |
* | | Integrate from perlio: | Jarkko Hietaniemi | 2003-01-22 | 1 | -29/+132 |
|\ \
| |/ |
|
| * | #if defined(__irix__) (for stdio invalidate) from Jarkko. | Nick Ing-Simmons | 2003-01-22 | 1 | -4/+5 |
| * | Add defined(__osf__) case to invalidate_fileno (for Tru64). | Nick Ing-Simmons | 2003-01-22 | 1 | -1/+5 |
| * | Integrate mainline | Nick Ing-Simmons | 2003-01-22 | 1 | -0/+1 |
| |\
| |/
|/| |
|
| * | stdio does NOT set errno==EBADF on invalidated fileno | Nick Ing-Simmons | 2003-01-21 | 1 | -2/+4 |
| * | Try the invalidate_fileno() idea for non-leaky stdio sockets. | Nick Ing-Simmons | 2003-01-21 | 1 | -38/+125 |
* | | Retract #18154 (integrate of perlio #18507), not enough | Jarkko Hietaniemi | 2003-01-20 | 1 | -10/+1 |
|/ |
|
* | Thread-protection for dup/fclose/dup2 scheme of stdio leak | Nick Ing-Simmons | 2003-01-17 | 1 | -1/+10 |
* | Fix #18711 and add test for it (and indeed tell on write | Nick Ing-Simmons | 2003-01-12 | 1 | -0/+18 |
* | Fix #16306 and #16880 | Nick Ing-Simmons | 2003-01-12 | 1 | -9/+33 |
* | Re: [perl #18203] Recursive call in PerlIO_find_layer | Slaven Rezic | 2002-11-27 | 1 | -9/+17 |
* | Integrate mainline | Nick Ing-Simmons | 2002-10-20 | 1 | -25/+25 |
|\ |
|