summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixes for open.pm which attempts to load layers:Nick Ing-Simmons2003-01-221-1/+18
* | Integrate from perlio:Jarkko Hietaniemi2003-01-221-29/+132
|\ \ | |/
| * #if defined(__irix__) (for stdio invalidate) from Jarkko.Nick Ing-Simmons2003-01-221-4/+5
| * Add defined(__osf__) case to invalidate_fileno (for Tru64).Nick Ing-Simmons2003-01-221-1/+5
| * Integrate mainlineNick Ing-Simmons2003-01-221-0/+1
| |\ | |/ |/|
| * stdio does NOT set errno==EBADF on invalidated filenoNick Ing-Simmons2003-01-211-2/+4
| * Try the invalidate_fileno() idea for non-leaky stdio sockets.Nick Ing-Simmons2003-01-211-38/+125
* | Retract #18154 (integrate of perlio #18507), not enoughJarkko Hietaniemi2003-01-201-10/+1
|/
* Thread-protection for dup/fclose/dup2 scheme of stdio leakNick Ing-Simmons2003-01-171-1/+10
* Fix #18711 and add test for it (and indeed tell on writeNick Ing-Simmons2003-01-121-0/+18
* Fix #16306 and #16880Nick Ing-Simmons2003-01-121-9/+33
* Re: [perl #18203] Recursive call in PerlIO_find_layerSlaven Rezic2002-11-271-9/+17
* Integrate mainlineNick Ing-Simmons2002-10-201-25/+25
|\
| * enable -ansi -pedanticJarkko Hietaniemi2002-09-261-25/+25
* | Fix for [perl #15986] tell/seek misbehave for :crlfNick Ing-Simmons2002-08-111-1/+4
|/
* Document better the PerlIO_{export,release,import}FILE()Jarkko Hietaniemi2002-07-111-0/+4
* (Re-)instate :pop as a "back door" to perl level layer stackNick Ing-Simmons2002-07-111-12/+42
* Various core-dump preventions for cases Craig found on VMS.Nick Ing-Simmons2002-07-111-36/+51
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-2/+2
* Fix open(FH,"Via(Foo)","NonExistant") and other cases when Nick Ing-Simmons2002-07-091-1/+5
* Special case :stdio pushed method so that "-|:stdio" does Nick Ing-Simmons2002-07-091-18/+26
* Core-dump prevention for Nick Ing-Simmons2002-07-091-1/+11
* Fix bug in optimized pseudo-layers.Nick Ing-Simmons2002-06-211-1/+3
* PerlIO Layer implementation future proofing.Nick Ing-Simmons2002-06-201-33/+54
* Fix segv on IO::File->open("/dev/null").Nick Ing-Simmons2002-06-201-31/+32
* "Clean" implementation of binmode(FH)/":raw" identity.Nick Ing-Simmons2002-06-191-58/+79
* Last minute tinkering with PerlIO abstraction API.Nick Ing-Simmons2002-06-161-44/+58
* Spurious empty statements.Jarkko Hietaniemi2002-06-151-1/+1
* binmode(FH); to act like binmode(FH,":bytes") as well asNick Ing-Simmons2002-06-101-2/+12
* Don't discard read data on flush if seek fails.Nick Ing-Simmons2002-06-071-0/+3
* Play safe and avoid writes to stdio's buffer (for glibc2.3)Nick Ing-Simmons2002-05-301-2/+17
* Fix VMS ungetc fix for platforms like NetBSD.Nick Ing-Simmons2002-05-251-5/+34