perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
[p5sagit/p5-mst-13.2.git] / perlio.c
2005-10-31 Steve Peters perlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-09-27 Ilya Zakharevich Re: [BUG 5.8.7] Another major bug in PerlIO layer
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-09 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-03 Andy Lester Random consting
2005-05-30 Andy Lester [PATCH] Minor warning squashings
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-06 Nicholas Clark Get the correct refcount on the temporary assignment...
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-29 Jarkko Hietaniemi one cannot "static" exported functions
2005-04-28 Steve Hay Fix perlsio_binmode() export breakage caused by change...
2005-04-27 Andy Lester perlio-two.patch: More warnings squashed, more consts
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-05 Nicholas Clark Down with C++ reserved names
2005-03-29 Andy Lester The core part of :
2005-03-25 Andy Lester Consting part 4
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:
next