Third consting batch
[p5sagit/p5-mst-13.2.git] / perlio.c
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-01-31 Rafael Garcia-Suarez Really fix the bug [perl #33990].
2005-01-31 Rafael Garcia-Suarez Avoid a buffer overflow with threads and PERLIO_DEBUG
2005-01-31 Rafael Garcia-Suarez Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
2005-01-21 Steffen Ullrich [Patch] [perl #32446] close leaves fd open
2005-01-04 Nicholas Clark Update copyright years.
2005-01-03 Alexey Tourbin Integrate a patch from Gentoo for uclibc support.
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-09 Chip Salzenberg [PERLIO] In line-buffered mode, flush on the *last...
2004-01-19 Craig A. Berry rescue PerlIO_getname for VMS
2003-11-02 Ilya Zakharevich OS/2 build
2003-10-21 Ilya Zakharevich Two OS/2 portability patches from Ilya.
2003-10-20 Slaven Rezic Re: [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. Berry PerlIO_tmpfile clean-up for VMS
2003-09-13 Jarkko Hietaniemi The "perlio: " prefix looks a little odd
2003-09-13 Jarkko Hietaniemi Layer names were recognized by their prefixes
2003-08-30 Jarkko Hietaniemi Fewer naked char constants.
2003-08-30 Jarkko Hietaniemi This is probably a wrong fix for
2003-08-30 Gerrit P. Haase A new try at
2003-08-30 Jarkko Hietaniemi Something went wrong in change #20929;
2003-08-29 Gerrit P. Haase maint / blead tweaks in perlio.c for Cygwin
2003-08-13 Jarkko Hietaniemi Make (hopefully) the Windows CR CR LF bug go away
2003-08-05 Chip Salzenberg Re: [perl #23083] [5.8.0-Bug?] backtick returns empty...
2003-07-30 Vadim Konovalov tiny [PATCH-for-perl-5.8.1-RC2] remove one mention...
2003-07-28 Jarkko Hietaniemi Retract #20260.
2003-07-28 Jarkko Hietaniemi (Retracted by #20267)
2003-07-07 Jarkko Hietaniemi Retract #20056, #20055, #20052, #20050, #20048: the...
2003-07-07 Jarkko Hietaniemi Try making PerlIO errors more consistent.
2003-07-05 Jarkko Hietaniemi Make a read from a write-only fh to set errno
2003-06-27 Nick Ing-Simmons Integrate mainline
2003-06-12 Jarkko Hietaniemi More perlio ->Open paranoia. Set errno to EINVAL if...
2003-06-12 Jarkko Hietaniemi Slightly amended version of the proposed patch for
2003-06-10 Nick Ing-Simmons Integrate mainline
2003-06-04 Rafael Garcia-Suarez Prevent a potential null pointer dereference.
2003-06-03 Nick Ing-Simmons Integrate mainline
2003-06-03 Jarkko Hietaniemi Salvage parts of #19667.
2003-06-03 Jarkko Hietaniemi Retract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Jarkko Hietaniemi I thought I tried building threaded. Never think....
2003-06-02 Jarkko Hietaniemi Since pulling in File::Temp for tempfiles would pull in
2003-06-02 Jarkko Hietaniemi A pointless test, noticed by Craig Berry.
2003-05-24 Nick Ing-Simmons More work-in-progress on sysread() abstraction.
2003-05-24 Nick Ing-Simmons Tweak Base_read - which needed indentation change
2003-05-24 Nick Ing-Simmons re-instate warning with syslayer abstraction.
2003-05-24 Nick Ing-Simmons Integrate mainline (but don't integrate back yet).
2003-05-23 Robin Barker RE: [PATCH] RE: maint snapshot @ 19525
2003-05-21 Nick Ing-Simmons Work-in-progress - do not integrate yet
2003-05-18 Nick Ing-Simmons EINTR retry should exit on count >= 0 not !=0
2003-05-18 Nick Ing-Simmons Fix ticket 18265
2003-05-18 Jarkko Hietaniemi Integrate from perlio:
2003-05-17 Nick Ing-Simmons Spotted a bare close() where PerlLIO_close() seems...
2003-05-16 Robin Barker RE: maint snapshot @ 19525
2003-05-11 Nick Ing-Simmons Unused variable
2003-05-10 Nick Ing-Simmons Better but still unproven fix for lseek() on pipes.
2003-05-10 Nick Ing-Simmons Fix for bugs 21717 and 22140.
2003-05-10 Nick Ing-Simmons Tweaks to Jarkko's NULL deref checks in perlio.c
2003-05-10 Jarkko Hietaniemi Try to plug more potential PerlIO NULL method
2003-05-10 Jarkko Hietaniemi UseNicerNames instead of SHOUTING_LIKE_THIS.
2003-05-09 Jarkko Hietaniemi Try to comprehensively have a plan B if a PerlIO
2003-05-05 Jarkko Hietaniemi Switch the new perlio way of opening anonymous temporar...
2003-04-22 Jarkko Hietaniemi Argh, cut-and-pasto.
2003-04-21 Jarkko Hietaniemi Introduce two new Configure symbols:
2003-04-18 Jarkko Hietaniemi Unused variables.
2003-04-14 Jarkko Hietaniemi Introduce PerlIO::get_layers() to allow people to peek
2003-04-01 Ilya Zakharevich Integrate:
2003-03-11 Jarkko Hietaniemi WinCE tweaks from Vadim Konovalov.
2003-02-01 Nick Ing-Simmons Re: bleadperl: PerlIOStdio_invalidate_fileno breaks...
2003-02-01 Nick Ing-Simmons fflush() before invalidating stdio's fileno.
2003-02-01 Nick Ing-Simmons Michael Schroeder's fix for re-try if stdio ops after
2003-01-23 Nick Ing-Simmons Fix Solaris 32-bit invalidate case.
2003-01-22 Nick Ing-Simmons Integrate mainline
2003-01-22 Jarkko Hietaniemi Integrate from perlio:
2003-01-22 Nick Ing-Simmons Fixes for open.pm which attempts to load layers:
2003-01-22 Jarkko Hietaniemi Integrate from perlio:
2003-01-22 Nick Ing-Simmons #if defined(__irix__) (for stdio invalidate) from Jarkko.
2003-01-22 Nick Ing-Simmons Add defined(__osf__) case to invalidate_fileno (for...
2003-01-22 Nick Ing-Simmons Integrate mainline
2003-01-21 Nick Ing-Simmons stdio does NOT set errno==EBADF on invalidated fileno
2003-01-21 Nick Ing-Simmons Try the invalidate_fileno() idea for non-leaky stdio...
2003-01-20 Jarkko Hietaniemi Retract #18154 (integrate of perlio #18507), not enough
2003-01-17 Nick Ing-Simmons Thread-protection for dup/fclose/dup2 scheme of stdio...
2003-01-12 Nick Ing-Simmons Fix #18711 and add test for it (and indeed tell on...
2003-01-12 Nick Ing-Simmons Fix #16306 and #16880
2002-11-27 Slaven Rezic Re: [perl #18203] Recursive call in PerlIO_find_layer
2002-10-20 Nick Ing-Simmons Integrate mainline
2002-09-26 Jarkko Hietaniemi enable -ansi -pedantic
2002-08-11 Nick Ing-Simmons Fix for [perl #15986] tell/seek misbehave for :crlf
2002-07-11 Jarkko Hietaniemi Document 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-Simmons Various core-dump preventions for cases Craig found...
2002-07-09 Jarkko Hietaniemi Change PerlIO::Scalar and Via to scalar and via.
2002-07-09 Nick Ing-Simmons Fix open(FH,"Via(Foo)","NonExistant") and other cases...
2002-07-09 Nick Ing-Simmons Special case :stdio pushed method so that "-|:stdio...
2002-07-09 Nick Ing-Simmons Core-dump prevention for
2002-06-21 Nick Ing-Simmons Fix bug in optimized pseudo-layers.
2002-06-20 Jarkko Hietaniemi Retract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-Simmons PerlIO Layer implementation future proofing.
2002-06-20 Nick Ing-Simmons Fix segv on IO::File->open("/dev/null").
next