summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* perlio.c: make :unix close method call underlaying layers as wellLeon Timmermans2020-01-261-0/+1
* Local variable 'imode' hides a parameter of the same nameJames E Keenan2019-12-041-1/+1
* (perl #134221) support O_APPEND for open ..., undef on VMSTony Cook2019-07-161-4/+6
* (perl #134221) support append mode temp files on Win32 tooTony Cook2019-07-161-1/+1
* (perl #134221) support append mode for open .. undefTony Cook2019-07-161-5/+21
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-6/+0
* (perl #133604) fix binmode on Win32 :crlf layersTony Cook2018-10-221-1/+1
* Eliminated 3 '-Wparentheses' warnings detected by g++-8.James E Keenan2018-10-101-1/+1
* (perl #133510) can't use my_vsnprintf() on quadmath/threaded buildsTony Cook2018-09-121-0/+12
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-22/+38
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-38/+22
* make PerlIO handle FD_CLOEXECZefram2017-12-221-22/+38
* set FD_CLOEXEC on PL_perlio_debug_fdZefram2017-12-221-4/+4
* use Perl_my_mkstemp() where appropriateZefram2017-12-221-12/+4
* semicolon-friendly diagnostic controlZefram2017-12-161-2/+2
* avoid redundant initialisation around Newxz()Zefram2017-11-131-1/+1
* perlio.c: simplify cpp conditionalsAaron Crane2017-10-211-16/+10
* Rely on C89 vprintf()Aaron Crane2017-10-211-20/+0
* get rid of "implicit fallthrough" warnings with gcc 7Lukas Mai2017-10-131-3/+1
* Remove #ifdef USE_ITHREADS around MUTEX_* callsDagfinn Ilmari Mannsåker2017-07-031-18/+0
* 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