summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* perlio.c - double cast PerlIO_lockcnt()Yves Orton2023-03-291-1/+1
* perlio.c: remove silly castsLukas Mai2023-03-231-14/+18
* snprintf() calls need to have proper radixKarl Williamson2023-02-101-0/+3
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* Use `LINE_Tf` thoroughly for formatting the value of CopLINE()TAKAI Kousuke2022-10-131-3/+3
* Make use of av_push_simple in a few places.Richard Leach2022-06-081-4/+4
* perlio.c: Add commentKarl Williamson2022-05-071-0/+2
* newSVpvn_flags(x, .. ,SVs_TEMP) more efficient than sv_2mortal(newSVpv(x,0))Richard Leach2021-11-291-2/+2
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-4/+0
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-4/+0
* perlio.c: Save '&' instrs by casting to U8Karl Williamson2021-07-301-2/+2
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-6/+0
* perlio.c: Don't wrongly conditionally compileKarl Williamson2021-06-271-4/+4
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-2067/+2067
* perlio.c: White-space, dead-code onlyKarl Williamson2020-11-011-72/+69
* Remove code guarded by PERLIO_STD_SPECIALDagfinn Ilmari Mannsåker2020-07-201-8/+0
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-6/+0
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-1/+1
* 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