This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a version number to B::Lint::Debug
[perl5.git] / perlio.c
2009-06-15 Jarkko HietaniemiThe attached patch to perlio.c fixes the problem of...
2009-06-10 Rafael Garcia-SuarezDo 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 Kasalfix RT 39060, errno incorrectly set in perlio
2009-02-23 Steve Petersfileno() was failing when passed a NULL. I'm guessing...
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2008-12-10 Jerry D. HeddenSilence compiler warning in perlio.c
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-11-08 Steve PetersFrom change #34775, reverting perlio.c change for now...
2008-11-08 Goro FujiRe: [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 ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-26 Nicholas ClarkCope with brain damage in PerlIO::via, which will let...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-01 Goro Fuji[perl #54828] perlio.c has a problem (both 5.8 and...
2008-04-13 Marcus Holland-MoritzAdd two missing dVAR's.
2008-03-13 Nicholas ClarkCorrect two spelling mistakes, and reformat some comments.
2008-03-12 Nicholas ClarkChange 33492 did not spread the protection wide enough...
2008-03-12 Nicholas ClarkWe need mutex protection in PerlIOStdio_close() for...
2008-03-12 Nicholas ClarkCorrect logic error in PerlIOStdio_close() - 0 is an...
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-02-13 Jerry D. HeddenUnused var in perlio.c (revised)
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-08 Steve PetersRemove an unneeded if statement.
2008-02-08 Rafael Garcia-SuarezRemove redundant check
2008-02-02 Nicholas ClarkIn XS_PerlIO_get_layers() take advantage of the impleme...
2007-11-07 Dave MitchellDisable debugging output in PerlIO_teardown;
2007-11-05 Nicholas ClarkAs reported in bug #46207, change 30633 to PerlIO_expor...
2007-11-03 Jarkko HietaniemiRe: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
2007-10-06 Nicholas ClarkUse vnewSVpvf() rather than sv_vcatpvf() onto a newly...
2007-10-06 Nicholas ClarkDirectly create the SV with Perl_newSVpvf() rather...
2007-03-30 Rafael Garcia-SuarezWhen dup'ing a filehandle, retain the :utf8 layer
2007-03-19 Nicholas ClarkPerlIO_exportFILE() and PerlIO_releaseFILE() should...
2007-03-17 Nicholas ClarkPerlIO_importFILE() should increase the reference count...
2007-03-03 Rafael Garcia-SuarezCompilation warnings fixes by Jerry D. Hedden
2007-02-24 Alexey Tourbinperlio.c (PerlIO_tmpfile): fix memory leak
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-20 Bo LindberghRe: Race condition in IPC::Open3 / Mac OS?
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-05 Rafael Garcia-SuarezNormalize copyright of perlio.c for years >= 2006
2007-01-05 Rafael Garcia-SuarezUpdate copyright for perlio.c
2007-01-05 Bo LindberghRe: [PATCH] perlio.c repair
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-06 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-05 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-03 Yves OrtonRe: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-11-18 Steve PetersTweaks needed to get Perl compiling with g++ on OpenBSD.
2006-10-30 Steve PetersInitial cleanups to support compiling Win32 with MinGW...
2006-10-30 Craig A. BerryChange the non-mkstemp, non-win32 code path of PerlIO_t...
2006-10-24 Rafael Garcia-SuarezNo warning was produced if perl failed to load PerlIO...
2006-10-20 Rafael Garcia-SuarezEnable perlio mutexes under threads (by Jarkko)
2006-10-20 Rafael Garcia-SuarezMore leak fixes, by Jarkko
2006-10-19 Rafael Garcia-SuarezMemory leak fix, by Jarkko
2006-10-19 Rafael Garcia-SuarezRemove free() part of change #29045, which causes
2006-10-19 Jarkko Hietaniemiblead valgrind finding
2006-10-01 Nicholas ClarkIn PerlIO_debug(), if tainting or set*id, set PL_perlio...
2006-09-21 Jan DuboisRE: Combining UTF-16 output with :crlf is awkward
2006-09-11 Jarkko HietaniemiC++: 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 HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-03 Jarkko Hietaniemimore g++ in Tru64
2006-06-12 Andy LesterProper use of enums
2006-05-29 Rafael Garcia-SuarezRevert change 28322, which makes ithreads panic
2006-05-29 Jarkko Hietaniemiperlio.c: nobody was freeing PL_perlio_fd_refcnt, now...
2006-05-23 Andy Lesterclean some lint findings
2006-05-22 Yves OrtonPerl_PerlIO_context_layers and PerlIO_apply_layers...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkSolaris was happy, but change 28247 removed the wrong...
2006-05-19 Nicholas ClarkPerl_croak() needs an aTHX_ in PerlIO_vsprintf().
2006-05-19 Nicholas Clarkstrlen(foo) rather than strchr(foo, 0) makes simpler...
2006-05-19 Jarkko HietaniemiRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-09 Vadim Konovalovwince crosscompile patch for 28132
2006-05-02 Andy Lesterquiet some perlio.c warnings
2006-04-29 Nicholas ClarkCoverity disliked us passing a negative length to vsnpr...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Rafael Garcia-SuarezFix typo in function call
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-15 Jarkko Hietaniemiperlio.c: layer data might be allocated and unused...
2006-04-14 Jarkko Hietaniemiperlio.c: (Coverity) eliminate temp ptr that confuses...
2006-04-11 Jarkko Hietaniemiperlio.c: false Coverity finding (it cannot see that...
2006-04-09 Jarkko HietaniemiRe: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-08 Jarkko Hietaniemiperlio.c: Coverity finding: finding false (Coverity...
2006-04-05 Alan Burlisonperlio.c breaks on Solaris/gcc when > 256 FDs are available
2006-04-04 Andy LesterMove conditional SOCKS5 code into #ifdefs
2006-04-03 Andy LesterSvREFCNT_inc tweaks
2006-02-27 Steve HayFix code-before-declaration error (under VC++) from...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-14 Rafael Garcia-SuarezRemove a my_perl that slipped in
next