This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Missing copyright in the README.
[perl5.git] / perlio.c
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-09 Chip Salzenberg[PERLIO] In line-buffered mode, flush on the *last...
2004-01-19 Craig A. Berryrescue PerlIO_getname for VMS
2003-11-02 Ilya ZakharevichOS/2 build
2003-10-21 Ilya ZakharevichTwo OS/2 portability patches from Ilya.
2003-10-20 Slaven RezicRe: [perl #24225] [5.8.1] segfault in binmode STDOUT...
2003-09-24 Olli Savia[perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
2003-09-14 Craig A. BerryPerlIO_tmpfile clean-up for VMS
2003-09-13 Jarkko HietaniemiThe "perlio: " prefix looks a little odd
2003-09-13 Jarkko HietaniemiLayer names were recognized by their prefixes
2003-08-30 Jarkko HietaniemiFewer naked char constants.
2003-08-30 Jarkko HietaniemiThis is probably a wrong fix for
2003-08-30 Gerrit P. HaaseA new try at
2003-08-30 Jarkko HietaniemiSomething went wrong in change #20929;
2003-08-29 Gerrit P. Haasemaint / blead tweaks in perlio.c for Cygwin
2003-08-13 Jarkko HietaniemiMake (hopefully) the Windows CR CR LF bug go away
2003-08-05 Chip SalzenbergRe: [perl #23083] [5.8.0-Bug?] backtick returns empty...
2003-07-30 Vadim Konovalovtiny [PATCH-for-perl-5.8.1-RC2] remove one mention...
2003-07-28 Jarkko HietaniemiRetract #20260.
2003-07-28 Jarkko Hietaniemi(Retracted by #20267)
2003-07-07 Jarkko HietaniemiRetract #20056, #20055, #20052, #20050, #20048: the...
2003-07-07 Jarkko HietaniemiTry making PerlIO errors more consistent.
2003-07-05 Jarkko HietaniemiMake a read from a write-only fh to set errno
2003-06-27 Nick Ing-SimmonsIntegrate mainline
2003-06-12 Jarkko HietaniemiMore perlio ->Open paranoia. Set errno to EINVAL if...
2003-06-12 Jarkko HietaniemiSlightly amended version of the proposed patch for
2003-06-10 Nick Ing-SimmonsIntegrate mainline
2003-06-04 Rafael Garcia-SuarezPrevent a potential null pointer dereference.
2003-06-03 Nick Ing-SimmonsIntegrate mainline
2003-06-03 Jarkko HietaniemiSalvage parts of #19667.
2003-06-03 Jarkko HietaniemiRetract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Jarkko HietaniemiI thought I tried building threaded. Never think....
2003-06-02 Jarkko HietaniemiSince pulling in File::Temp for tempfiles would pull in
2003-06-02 Jarkko HietaniemiA pointless test, noticed by Craig Berry.
2003-05-24 Nick Ing-SimmonsMore work-in-progress on sysread() abstraction.
2003-05-24 Nick Ing-SimmonsTweak Base_read - which needed indentation change
2003-05-24 Nick Ing-Simmonsre-instate warning with syslayer abstraction.
2003-05-24 Nick Ing-SimmonsIntegrate mainline (but don't integrate back yet).
2003-05-23 Robin BarkerRE: [PATCH] RE: maint snapshot @ 19525
2003-05-21 Nick Ing-SimmonsWork-in-progress - do not integrate yet
2003-05-18 Nick Ing-SimmonsEINTR retry should exit on count >= 0 not !=0
2003-05-18 Nick Ing-SimmonsFix ticket 18265
2003-05-18 Jarkko HietaniemiIntegrate from perlio:
2003-05-17 Nick Ing-SimmonsSpotted a bare close() where PerlLIO_close() seems...
2003-05-16 Robin BarkerRE: maint snapshot @ 19525
2003-05-11 Nick Ing-SimmonsUnused variable
2003-05-10 Nick Ing-SimmonsBetter but still unproven fix for lseek() on pipes.
2003-05-10 Nick Ing-SimmonsFix for bugs 21717 and 22140.
2003-05-10 Nick Ing-SimmonsTweaks to Jarkko's NULL deref checks in perlio.c
2003-05-10 Jarkko HietaniemiTry to plug more potential PerlIO NULL method
2003-05-10 Jarkko HietaniemiUseNicerNames instead of SHOUTING_LIKE_THIS.
2003-05-09 Jarkko HietaniemiTry to comprehensively have a plan B if a PerlIO
2003-05-05 Jarkko HietaniemiSwitch the new perlio way of opening anonymous temporar...
2003-04-22 Jarkko HietaniemiArgh, cut-and-pasto.
2003-04-21 Jarkko HietaniemiIntroduce two new Configure symbols:
2003-04-18 Jarkko HietaniemiUnused variables.
2003-04-14 Jarkko HietaniemiIntroduce PerlIO::get_layers() to allow people to peek
2003-04-01 Ilya ZakharevichIntegrate:
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...
next