summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* update size after RenewHugo van der Sanden2017-03-151-3/+4
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-191-1/+1
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-251-2/+2
* Clean up warnings uncovered by 'clang -Weverything'.Andy Lester2016-12-051-2/+7
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-2/+2
* perlio.c: Fix z/OS problemYaroslav Kuzmin2016-09-081-0/+32
* Coverity CID #15149: Missing varargs init or cleanupJarkko Hietaniemi2016-08-161-1/+2
* perlio.c: silence a couple of warningsDavid Mitchell2016-06-141-0/+4
* (perl #127380) default PERLIO_DEBUG/-Di to use STDERRTony Cook2016-06-081-4/+4
* (perl #127380) only trace to $PERLIO_DEBUG if -Di is suppliedTony Cook2016-06-081-44/+58
* Fix umask for mkstemp(3) callsNiko Tyni2016-01-291-1/+1
* PATCH: Re: [perl #126847] fdclose(3) patchAndy Dougherty2016-01-041-1/+3
* cleanup the mutex use of PerlIOStdio_closeJarkko Hietaniemi2015-11-231-23/+24
* annotate the mutex use of S_more_refcounted_fdsJarkko Hietaniemi2015-11-231-1/+3
* rt.perl.org #123977 - clear errno in IRIX PERLIO=stdioJarkko Hietaniemi2015-10-171-0/+6
* Evict PERLIO_IS_STDIO from top-level core files.Craig A. Berry2015-07-231-24/+0
* self cannot be NULL here because PerlIO_push() will deref it.Jarkko Hietaniemi2015-06-261-3/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-2/+2
* add xs_handshake APIDaniel Dragan2014-11-071-0/+16
* don't call SvPV and toss the result if no PerlIO ptrDaniel Dragan2014-11-041-11/+14
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+35
* PerlIO_list_push() accepts a non-const PerlIO_funcs pointerTony Cook2014-10-271-2/+3
* rmv redundant PerlIO_find_layer from PerlIO_default_layersDaniel Dragan2014-10-241-6/+3
* cleanup perlio.c and doio.cDaniel Dragan2014-10-241-5/+4
* perlio: Fix to work with MVS DatasetYaroslav Kuzmin2014-10-211-0/+33
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-31/+2
* Couple more (optionally) unused contexts.Jarkko Hietaniemi2014-06-201-0/+10
* Try silencing the infamous PerlSIO_set_ptr in perlio.c.Jarkko Hietaniemi2014-06-181-0/+13
* Eliminate VMS-specific code in PerlIOStdio_fill.Craig A. Berry2014-06-081-9/+1
* 38d96942 missed a side-effect in PerlIO_open flags parsing.Jarkko Hietaniemi2014-06-031-12/+31
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-5/+2
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-4/+16
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+1
* O_BINARY versus O_TEXT.Jarkko Hietaniemi2014-05-291-2/+4
* put va_end() in the right placeTony Cook2014-05-291-1/+1
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-05-291-0/+1
* Pointers set but then (immediately or very shortly) overwritten.Jarkko Hietaniemi2014-05-291-3/+3
* fd closes for failure paths.Jarkko Hietaniemi2014-05-291-0/+3
* Fix for Coverity perl5 CID 29068: Insecure temporary file (SECURE_TEMP) secur...Jarkko Hietaniemi2014-05-281-0/+2
* Fix for Coverity perl5 CID 29060: Pointer to local outside scope (RETURN_LOCA...Jarkko Hietaniemi2014-04-301-0/+1
* Added missing prototypes.Brian Fraser2014-02-051-0/+4
* PerlIO_tmpfile: Don't leak an SVBrian Fraser2014-01-211-0/+1
* perlio.c, PerlIO_tmpfile: Fall back to cwd if we have no /tmp or $TMPDIRBrian Fraser2014-01-211-0/+6
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-73/+1
* Fix sfio breakage in PerlIO_findFILE() caused by commit de009b76d60bdeb8.Nicholas Clark2013-12-271-1/+1
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-2/+5
* silence some compiler warningsDavid Mitchell2013-11-131-2/+2
* Remove PerlIO_sprintf() and PerlIO_vsprintf()Karl Williamson2013-10-061-30/+0