This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] for Stratus VOS
[perl5.git] / perlio.c
2003-03-11 Jarkko HietaniemiWinCE tweaks from Vadim Konovalov.
2003-02-01 Nick Ing-SimmonsRe: bleadperl: PerlIOStdio_invalidate_fileno breaks...
2003-02-01 Nick Ing-Simmonsfflush() before invalidating stdio's fileno.
2003-02-01 Nick Ing-SimmonsMichael Schroeder's fix for re-try if stdio ops after
2003-01-23 Nick Ing-SimmonsFix Solaris 32-bit invalidate case.
2003-01-22 Nick Ing-SimmonsIntegrate mainline
2003-01-22 Jarkko HietaniemiIntegrate from perlio:
2003-01-22 Nick Ing-SimmonsFixes for open.pm which attempts to load layers:
2003-01-22 Jarkko HietaniemiIntegrate from perlio:
2003-01-22 Nick Ing-Simmons#if defined(__irix__) (for stdio invalidate) from Jarkko.
2003-01-22 Nick Ing-SimmonsAdd defined(__osf__) case to invalidate_fileno (for...
2003-01-22 Nick Ing-SimmonsIntegrate mainline
2003-01-21 Nick Ing-Simmonsstdio does NOT set errno==EBADF on invalidated fileno
2003-01-21 Nick Ing-SimmonsTry the invalidate_fileno() idea for non-leaky stdio...
2003-01-20 Jarkko HietaniemiRetract #18154 (integrate of perlio #18507), not enough
2003-01-17 Nick Ing-SimmonsThread-protection for dup/fclose/dup2 scheme of stdio...
2003-01-12 Nick Ing-SimmonsFix #18711 and add test for it (and indeed tell on...
2003-01-12 Nick Ing-SimmonsFix #16306 and #16880
2002-11-27 Slaven RezicRe: [perl #18203] Recursive call in PerlIO_find_layer
2002-10-20 Nick Ing-SimmonsIntegrate mainline
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-08-11 Nick Ing-SimmonsFix for [perl #15986] tell/seek misbehave for :crlf
2002-07-11 Jarkko HietaniemiDocument better the PerlIO_{export,release,import}FILE()
2002-07-11 Nick Ing-Simmons(Re-)instate :pop as a "back door" to perl level layer...
2002-07-11 Nick Ing-SimmonsVarious core-dump preventions for cases Craig found...
2002-07-09 Jarkko HietaniemiChange PerlIO::Scalar and Via to scalar and via.
2002-07-09 Nick Ing-SimmonsFix open(FH,"Via(Foo)","NonExistant") and other cases...
2002-07-09 Nick Ing-SimmonsSpecial case :stdio pushed method so that "-|:stdio...
2002-07-09 Nick Ing-SimmonsCore-dump prevention for
2002-06-21 Nick Ing-SimmonsFix bug in optimized pseudo-layers.
2002-06-20 Jarkko HietaniemiRetract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-SimmonsPerlIO Layer implementation future proofing.
2002-06-20 Nick Ing-SimmonsFix segv on IO::File->open("/dev/null").
2002-06-19 Nick Ing-Simmons"Clean" implementation of binmode(FH)/":raw" identity.
2002-06-16 Nick Ing-SimmonsLast minute tinkering with PerlIO abstraction API.
2002-06-15 Jarkko HietaniemiSpurious empty statements.
2002-06-10 Nick Ing-Simmonsbinmode(FH); to act like binmode(FH,":bytes") as well as
2002-06-07 Nick Ing-SimmonsDon't discard read data on flush if seek fails.
2002-05-30 Nick Ing-SimmonsPlay safe and avoid writes to stdio's buffer (for glibc2.3)
2002-05-25 Nick Ing-SimmonsFix VMS ungetc fix for platforms like NetBSD.
2002-05-25 Lupe Christoph[Patch] Re: ./perl harness on Cygwin today failures
2002-05-22 Nick Ing-Simmons#ifdef VMS code was not ported right from sv.c - s...
2002-05-22 Nick Ing-SimmonsFix for ungetc() issues flagged by ext/Encode/t/perlio...
2002-05-17 Nick Ing-SimmonsFix the crlf.t buffer leak
2002-05-15 Nick Ing-SimmonsMake open fail when layer string does not parse.
2002-05-08 Nick Ing-SimmonsPortability and doc tweaks to PerlIO/XS stuff.
2002-05-08 Nick Ing-SimmonsPerlIO/XS interface routine and doc updates from
2002-05-02 Nick Ing-SimmonsWin32 builds and mostly works for non-USE_PERLIO non...
2002-05-02 Nick Ing-SimmonsUse PerlSIO_fdupopen() if not using PerlIO
2002-05-02 Nick Ing-SimmonsFix the "PerlIO require leak". Snag was that clean_objs
2002-04-27 Nick Ing-SimmonsFix fd leak on Via(bogus).
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-16 Mark-Jason DominusRe: [ID 20020416.001] 'close' does not report failure...
2002-04-14 Nick Ing-SimmonsDisable test code (assertions) in CRLF layer.
2002-04-02 Ilya ZakharevichASCII vs BINARY on OS/2 in perlio
2002-03-26 Nick Ing-SimmonsFix [ID 20020326.001] - cr/lf spanning buffer boundary
2002-03-25 Paul Marquesswarnings for perlio + others
2002-02-20 Audrey TangAdd missing Tolkien quotes to *.c
2002-01-29 Nick Ing-SimmonsIntegrate mainline
2002-01-28 Jarkko HietaniemiWorkaround for DJGPP broken F_GETFL from Laszlo.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2001-12-31 Nick Ing-SimmonsExperimental binmode() re-coding (UNIX okay - but it...
2001-12-31 Nick Ing-Simmonsperlio.c cleanup - in particular avoid accidental PerlI...
2001-12-26 Gerrit P. HaaseRe: bleadperl doesn't compile
2001-12-22 Nick Ing-SimmonsAdd at least the "important" PerlIO_xxxx functions...
2001-12-22 Nick Ing-SimmonsThe CR at EOF fix earlier broke CR at end-of-buffer.
2001-12-22 Nick Ing-SimmonsCorrect checking code which Ilya spotted was tripped...
2001-12-19 Nick Ing-SimmonsAdd pTHX to all vtable functions for future-proofing and
2001-12-14 Jarkko HietaniemiSilence compiler worries found by Schwern/Digital cc.
2001-12-12 Jarkko HietaniemiFixes for casting problems detected on a SuSE 7.2 Itanium,
2001-12-12 Jarkko HietaniemiDetypo and rename.
2001-12-11 Jarkko HietaniemiWe need DWIM cpps.
2001-12-11 Jarkko HietaniemiTry to handle platforms that have O_TEXT != O_BINARY but
2001-12-11 Stas Bekman[patch perlio.c] test for NULL before derefencing
2001-12-08 Nick Ing-SimmonsTweak multi-arg open error messages
2001-12-08 Nick Ing-SimmonsAllow multi-arg open() if opening layer declares this...
2001-11-18 Nick Ing-SimmonsWrong way to get stdio mode used.
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-11-15 Jarkko HietaniemiFix for "perlio bug in koi8-r encoding". The problem
2001-11-12 Charles Lane[Patch Perl@12856] MULTIPLICITY on VMS
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-10 Jarkko HietaniemiEnhance the open pragma to support :utf8, :locale,
2001-11-04 Nicholas Clark[REPATCH] Re: PerlIOBuf_dup
2001-11-03 Jarkko HietaniemiIntegrate perlio:
2001-11-03 Nick Ing-SimmonsIntegrate mainline
2001-11-03 Nick Ing-SimmonsFix clone_leak problem.
2001-11-03 Nick Ing-SimmonsTweaks attempting to locate Doug's clone_leak leak.
2001-11-02 Jarkko Hietaniemimicroperl sync.
2001-10-29 Jarkko HietaniemiBeOS tweaks:
2001-10-28 Nick Ing-SimmonsHave :stdio layer update an honour the fd refcnt table.
2001-10-28 Nick Ing-SimmonsUse fd refcounts to solve the problem highlighted by...
2001-10-27 Jarkko HietaniemiIntegrate change #12711 from perlio;
2001-10-27 Craig A. BerryC RTL awareness update for VMS
2001-10-27 Nick Ing-SimmonsUse ref count scheme rather than PerlLIO_dup() to do...
2001-10-23 Jarkko HietaniemiMake the PerlIO_init() prototypes consistent.
2001-10-22 Nick Ing-SimmonsRestore non-ithreads build. Interestingly binmode test...
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-SimmonsPerlIO layer table as PL_perlio (per-interpreter)
2001-10-20 Nick Ing-SimmonsFix typos in new locking on MemShared
next