This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #126544] correct the first example in the fcntl documentation
[perl5.git] / perlio.c
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...
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...
next