This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_dup should be allocating bodies based on *size*, not the
[perl5.git] / perlio.c
2005-11-12 Peter Dintelmann[perl #37657] segfault with binmode ":pop"
2005-11-10 Peter Dintelmann[perl #37648] segfault with PERLIO_DEBUG
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-11-01 Andy Lesterperlio.c consting
2005-10-31 Rafael Garcia-SuarezFix [perl #37533] open pragma ignored for all 3-arg...
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-31 Steve Petersperlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-09-27 Ilya ZakharevichRe: [BUG 5.8.7] Another major bug in PerlIO layer
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-09 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-03 Andy LesterRandom consting
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-06 Nicholas ClarkGet the correct refcount on the temporary assignment...
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-29 Jarkko Hietaniemione cannot "static" exported functions
2005-04-28 Steve HayFix perlsio_binmode() export breakage caused by change...
2005-04-27 Andy Lesterperlio-two.patch: More warnings squashed, more consts
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-03-29 Andy LesterThe core part of :
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-01-31 Rafael Garcia-SuarezReally fix the bug [perl #33990].
2005-01-31 Rafael Garcia-SuarezAvoid a buffer overflow with threads and PERLIO_DEBUG
2005-01-31 Rafael Garcia-SuarezDon'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 ClarkUpdate copyright years.
2005-01-03 Alexey TourbinIntegrate a patch from Gentoo for uclibc support.
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
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.
next