LOGONLY mark e6897b and 7c8a36 as ALREADY since the latter documents the former
[p5sagit/p5-mst-13.2.git] / perlio.c
2010-05-21 Nicholas Clark PL_in_load_module only has values 0 and 1, so can be...
2010-04-19 Nicholas Clark Possible undefined behaviour, spotted by gcc 4.5.0...
2010-01-07 Nicholas Clark Unlink PerlIO's tempfiles for the case of no -T, but...
2009-11-08 Vincent Pit SvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-08-03 Jesse Vincent Remove the port to MiNT. It's a dead platform that...
2009-06-15 Jarkko Hietaniemi The attached patch to perlio.c fixes the problem of...
2009-06-10 Rafael Garcia-Suarez Do not honor TMPDIR for anonymous temporary files when...
2009-06-10 Niko Tyni [perl #66452] TMPDIR not honored when opening an anonym...
2009-06-08 Stepan Kasal fix RT 39060, errno incorrectly set in perlio
2009-02-23 Steve Peters fileno() was failing when passed a NULL. I'm guessing...
2009-01-21 Nicholas Clark Add get_cvs() as a shortcut for STR_WITH_LEN() and...
2008-12-10 Jerry D. Hedden Silence compiler warning in perlio.c
2008-12-05 Chip Salzenberg standardize save/restore of errno & vaxc$errno
2008-11-08 Steve Peters From change #34775, reverting perlio.c change for now...
2008-11-08 Goro Fuji Re: [perl #56644] PerlIO resource leaks on open() and...
2008-11-08 Goro Fuji [perl #54828] perlio.c has a problem (both 5.8 and...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-26 Nicholas Clark Cope with brain damage in PerlIO::via, which will let...
2008-10-25 Nicholas Clark Update copyright years.
2008-06-01 Goro Fuji [perl #54828] perlio.c has a problem (both 5.8 and...
2008-04-13 Marcus Holland-Moritz Add two missing dVAR's.
2008-03-13 Nicholas Clark Correct two spelling mistakes, and reformat some comments.
2008-03-12 Nicholas Clark Change 33492 did not spread the protection wide enough...
2008-03-12 Nicholas Clark We need mutex protection in PerlIOStdio_close() for...
2008-03-12 Nicholas Clark Correct logic error in PerlIOStdio_close() - 0 is an...
2008-02-25 Steve Hay Silence Borland compiler warnings (except for warnings...
2008-02-13 Jerry D. Hedden Unused var in perlio.c (revised)
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-08 Steve Peters Remove an unneeded if statement.
2008-02-08 Rafael Garcia-Suarez Remove redundant check
2008-02-02 Nicholas Clark In XS_PerlIO_get_layers() take advantage of the impleme...
2007-11-07 Dave Mitchell Disable debugging output in PerlIO_teardown;
2007-11-05 Nicholas Clark As reported in bug #46207, change 30633 to PerlIO_expor...
2007-11-03 Jarkko Hietaniemi Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
2007-10-06 Nicholas Clark Use vnewSVpvf() rather than sv_vcatpvf() onto a newly...
2007-10-06 Nicholas Clark Directly create the SV with Perl_newSVpvf() rather...
2007-03-30 Rafael Garcia-Suarez When dup'ing a filehandle, retain the :utf8 layer
2007-03-19 Nicholas Clark PerlIO_exportFILE() and PerlIO_releaseFILE() should...
2007-03-17 Nicholas Clark PerlIO_importFILE() should increase the reference count...
2007-03-03 Rafael Garcia-Suarez Compilation warnings fixes by Jerry D. Hedden
2007-02-24 Alexey Tourbin perlio.c (PerlIO_tmpfile): fix memory leak
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-20 Bo Lindbergh Re: Race condition in IPC::Open3 / Mac OS?
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-05 Rafael Garcia-Suarez Normalize copyright of perlio.c for years >= 2006
2007-01-05 Rafael Garcia-Suarez Update copyright for perlio.c
2007-01-05 Bo Lindbergh Re: [PATCH] perlio.c repair
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Marcus Holland-Moritz The first three patches from:
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-06 Jarkko Hietaniemi Re: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-05 Jarkko Hietaniemi Re: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-03 Yves Orton Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-11-18 Steve Peters Tweaks needed to get Perl compiling with g++ on OpenBSD.
2006-10-30 Steve Peters Initial cleanups to support compiling Win32 with MinGW...
2006-10-30 Craig A. Berry Change the non-mkstemp, non-win32 code path of PerlIO_t...
2006-10-24 Rafael Garcia-Suarez No warning was produced if perl failed to load PerlIO...
2006-10-20 Rafael Garcia-Suarez Enable perlio mutexes under threads (by Jarkko)
2006-10-20 Rafael Garcia-Suarez More leak fixes, by Jarkko
2006-10-19 Rafael Garcia-Suarez Memory leak fix, by Jarkko
2006-10-19 Rafael Garcia-Suarez Remove free() part of change #29045, which causes
2006-10-19 Jarkko Hietaniemi blead valgrind finding
2006-10-01 Nicholas Clark In PerlIO_debug(), if tainting or set*id, set PL_perlio...
2006-09-21 Jan Dubois RE: Combining UTF-16 output with :crlf is awkward
2006-09-11 Jarkko Hietaniemi C++: Solaris CC now compiles "perl"
2006-09-05 Robin Barker ; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-17 Jarkko Hietaniemi Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-08-03 Jarkko Hietaniemi more g++ in Tru64
2006-06-12 Andy Lester Proper use of enums
2006-05-29 Rafael Garcia-Suarez Revert change 28322, which makes ithreads panic
2006-05-29 Jarkko Hietaniemi perlio.c: nobody was freeing PL_perlio_fd_refcnt, now...
2006-05-23 Andy Lester clean some lint findings
2006-05-22 Yves Orton Perl_PerlIO_context_layers and PerlIO_apply_layers...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Solaris was happy, but change 28247 removed the wrong...
2006-05-19 Nicholas Clark Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
2006-05-19 Nicholas Clark strlen(foo) rather than strchr(foo, 0) makes simpler...
2006-05-19 Jarkko Hietaniemi Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-17 Jarkko Hietaniemi Re: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-09 Vadim Konovalov wince crosscompile patch for 28132
2006-05-02 Andy Lester quiet some perlio.c warnings
2006-04-29 Nicholas Clark Coverity disliked us passing a negative length to vsnpr...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemi dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Rafael Garcia-Suarez Fix typo in function call
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-15 Jarkko Hietaniemi perlio.c: layer data might be allocated and unused...
2006-04-14 Jarkko Hietaniemi perlio.c: (Coverity) eliminate temp ptr that confuses...
2006-04-11 Jarkko Hietaniemi perlio.c: false Coverity finding (it cannot see that...
2006-04-09 Jarkko Hietaniemi Re: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-08 Jarkko Hietaniemi perlio.c: Coverity finding: finding false (Coverity...
2006-04-05 Alan Burlison perlio.c breaks on Solaris/gcc when > 256 FDs are available
next