This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta dd9e86b4501b7c8aeba1f5ebda9f8907747c443f
[perl5.git] / perlio.c
2017-11-13 Zeframavoid redundant initialisation around Newxz()
2017-10-21 Aaron Craneperlio.c: simplify cpp conditionals
2017-10-21 Aaron CraneRely on C89 vprintf()
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-07-03 Dagfinn Ilmari Man... Remove #ifdef USE_ITHREADS around MUTEX_* calls
2017-03-15 Hugo van der Sandenupdate size after Renew
2017-02-19 Steve HayAdd support for VS2015 (VC++ 14.0)
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2016-12-05 Andy LesterClean up warnings uncovered by 'clang -Weverything'.
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-09-08 Yaroslav Kuzminperlio.c: Fix z/OS problem
2016-08-17 Jarkko HietaniemiCoverity CID #15149: Missing varargs init or cleanup
2016-06-14 David Mitchellperlio.c: silence a couple of warnings
2016-06-08 Tony Cook(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
2016-06-08 Tony Cook(perl #127380) only trace to $PERLIO_DEBUG if -Di is...
2016-01-29 Niko TyniFix umask for mkstemp(3) calls
2016-01-04 Andy DoughertyPATCH: Re: [perl #126847] fdclose(3) patch
2015-11-23 Jarkko Hietaniemicleanup the mutex use of PerlIOStdio_close
2015-11-23 Jarkko Hietaniemiannotate the mutex use of S_more_refcounted_fds
2015-10-18 Jarkko Hietaniemirt.perl.org #123977 - clear errno in IRIX PERLIO=stdio
2015-07-23 Craig A. BerryEvict PERLIO_IS_STDIO from top-level core files.
2015-06-27 Jarkko Hietaniemiself cannot be NULL here because PerlIO_push() will...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-05 Daniel Dragandon't call SvPV and toss the result if no PerlIO ptr
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-10-27 Tony CookPerlIO_list_push() accepts a non-const PerlIO_funcs...
2014-10-25 Daniel Draganrmv redundant PerlIO_find_layer from PerlIO_default_layers
2014-10-25 Daniel Dragancleanup perlio.c and doio.c
2014-10-21 Yaroslav Kuzminperlio: Fix to work with MVS Dataset
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-20 Jarkko HietaniemiCouple more (optionally) unused contexts.
2014-06-18 Jarkko HietaniemiTry silencing the infamous PerlSIO_set_ptr in perlio.c.
2014-06-09 Craig A. BerryEliminate VMS-specific code in PerlIOStdio_fill.
2014-06-03 Jarkko Hietaniemi38d96942 missed a side-effect in PerlIO_open flags...
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 Jarkko HietaniemiO_BINARY versus O_TEXT.
2014-05-29 Tony Cookput va_end() in the right place
2014-05-29 Jarkko Hietaniemiadd va_end() calls where missing for a va_start() or...
2014-05-29 Jarkko HietaniemiPointers set but then (immediately or very shortly...
2014-05-29 Jarkko Hietaniemifd closes for failure paths.
2014-05-28 Jarkko HietaniemiFix for Coverity perl5 CID 29068: Insecure temporary...
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29060: Pointer to local...
2014-02-05 Brian FraserAdded missing prototypes.
2014-01-22 Brian FraserPerlIO_tmpfile: Don't leak an SV
2014-01-22 Brian Fraserperlio.c, PerlIO_tmpfile: Fall back to cwd if we have...
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-27 Nicholas ClarkFix sfio breakage in PerlIO_findFILE() caused by commit...
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-13 David Mitchellsilence some compiler warnings
2013-10-07 Karl WilliamsonRemove PerlIO_sprintf() and PerlIO_vsprintf()
2013-09-24 Brian FraserConsistently use __sun to identify SunOS
2013-09-21 Brian FraserReplaced an ifdef for sv_dup with USE_ITHREADS
2013-09-10 David LeadbeaterRemove including config.h (and co) in perlio.h
2013-09-09 Father Chrysostomosperlio.c: misuse of SvPV_nolen_const
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-07 Leon TimmermansFix PerlIO_get_cnt and friends
2013-09-07 Leon TimmermansFix segfault in filehandle duplication
2013-08-29 Karl Williamsonperlio.c: Generalize for EBCDIC
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-03-25 Nicholas ClarkPerlIO_find_layer should not be using memEQ() off the...
2013-03-19 Paul GreenEnsure only DOSish builds force O_BINARY=1 in the open...
2013-02-19 Leon TimmermansPATCH [perl #112244]
2013-01-16 Andy DoughertyAvoid wraparound when casting unsigned size_t to signed...
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-11-12 Daniel Draganmore dTHX optimizations
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryFile scope for VMS-specific #includes.
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-01-30 Leon TimmermansMoving :mmap out of core binary into a module
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-12-29 Father Chrysostomosdiag_listed_as galore
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...
next