summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Patch] Re: ./perl harness on Cygwin today failuresLupe Christoph2002-05-251-2/+6
* #ifdef VMS code was not ported right from sv.c - s/fp/stdio/Nick Ing-Simmons2002-05-221-2/+2
* Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.Nick Ing-Simmons2002-05-221-26/+81
* Fix the crlf.t buffer leakNick Ing-Simmons2002-05-171-6/+20
* Make open fail when layer string does not parse.Nick Ing-Simmons2002-05-151-2/+11
* Portability and doc tweaks to PerlIO/XS stuff.Nick Ing-Simmons2002-05-081-106/+136
* PerlIO/XS interface routine and doc updates fromNick Ing-Simmons2002-05-081-3/+8
* Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.Nick Ing-Simmons2002-05-021-0/+4
* Use PerlSIO_fdupopen() if not using PerlIONick Ing-Simmons2002-05-021-1/+7
* Fix the "PerlIO require leak". Snag was that clean_objsNick Ing-Simmons2002-05-021-5/+12
* Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-271-16/+22
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-5/+5
* Re: [ID 20020416.001] 'close' does not report failure when buffer flush failsMark-Jason Dominus2002-04-161-2/+1
* Disable test code (assertions) in CRLF layer.Nick Ing-Simmons2002-04-141-2/+2
* ASCII vs BINARY on OS/2 in perlioIlya Zakharevich2002-04-021-6/+11
* Fix [ID 20020326.001] - cr/lf spanning buffer boundaryNick Ing-Simmons2002-03-261-3/+3
* warnings for perlio + othersPaul Marquess2002-03-251-4/+10
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+5
* Workaround for DJGPP broken F_GETFL from Laszlo.Jarkko Hietaniemi2002-01-281-0/+3
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Experimental binmode() re-coding (UNIX okay - but it would be...)Nick Ing-Simmons2001-12-311-13/+67
* perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)Nick Ing-Simmons2001-12-311-70/+76
* Re: bleadperl doesn't compileGerrit P. Haase2001-12-261-0/+1
* Add at least the "important" PerlIO_xxxx functions to embed.plNick Ing-Simmons2001-12-221-113/+61
* The CR at EOF fix earlier broke CR at end-of-buffer.Nick Ing-Simmons2001-12-221-5/+15
* Correct checking code which Ilya spotted was tripped by CR at EOF.Nick Ing-Simmons2001-12-221-9/+1
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-191-160/+145
* Silence compiler worries found by Schwern/Digital cc.Jarkko Hietaniemi2001-12-141-3/+3
* Fixes for casting problems detected on a SuSE 7.2 Itanium,Jarkko Hietaniemi2001-12-121-13/+14
* Detypo and rename.Jarkko Hietaniemi2001-12-121-5/+5
* We need DWIM cpps.Jarkko Hietaniemi2001-12-111-2/+2
* Try to handle platforms that have O_TEXT != O_BINARY butJarkko Hietaniemi2001-12-111-14/+14
* [patch perlio.c] test for NULL before derefencingStas Bekman2001-12-111-2/+2