This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
[perl5.git] / perlio.c
2011-09-25 Chipadd a couple missing LEAVEs in perlio_async_run()
2011-09-15 Nicholas ClarkDon't #include headers already included by perl.h
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-04-07 Leon TimmermansMake :utf8 and :bytes MULTIARG
2011-03-25 Leon TimmermansUpdate comment for PerlIOCrlf_pushed wrt 7826b36
2011-02-16 Father Chrysostomosadd refcnt_inc/dec to perldiag
2011-02-16 Father Chrysostomos[perl #78494] Pipes cause threads to hang on join()
2011-01-28 Leon Timmermans[perl #38456] binmode FH, ":crlf" only modifies top...
2011-01-27 Robin Barkerperlio.c: silence format warnings
2011-01-21 Craig A. BerryPerlIO_push returns NULL, not -1, on failure.
2011-01-21 Leon TimmermansFixes 'raw' layer for perl#80764
2011-01-21 Leon TimmermansUse PerlIOBase_open for pop, utf8 and bytes layers
2011-01-21 Leon TimmermansDefine PerlIOBase_open
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 David Mitchellperlio: always guard against null function table
2010-11-26 David Mitchelladd PerlIO_init_table() to initialise PL_perio
2010-11-26 David Mitchelladd 'head' field to PerlIOl struct
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2010-11-18 Craig A. BerryMake perlio line buffer VMS record-oriented files on...
2010-11-11 Craig A. BerryRename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.
2010-11-10 Craig A. BerryMake the buffer size for the perlio layer a macro.
2010-11-06 David Goldenlocalize $@ during binmode (RT#78844)
2010-10-21 Zeframfull API for cop hint hashes
2010-09-27 Tye McQueen[perl #73754] Better error message for PerlIO layer...
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-09-01 Father Chrysostomos[perl #77492] open $fh, ">", \*glob causes SEGV
2010-08-28 Craig A. BerryMake PerlIOUnix_open honor default permissions on VMS.
2010-08-18 David Mitchellfix 'might be used uninitialized' in PerlIO_tmpfile
2010-05-21 Nicholas ClarkPL_in_load_module only has values 0 and 1, so can be...
2010-04-19 Nicholas ClarkPossible undefined behaviour, spotted by gcc 4.5.0...
2010-01-07 Nicholas ClarkUnlink PerlIO's tempfiles for the case of no -T, but...
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
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)
next