summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consistently use __sun to identify SunOSBrian Fraser2013-09-231-1/+1
* Replaced an ifdef for sv_dup with USE_ITHREADSBrian Fraser2013-09-211-2/+2
* Remove including config.h (and co) in perlio.hDavid Leadbeater2013-09-101-16/+0
* perlio.c: misuse of SvPV_nolen_constFather Chrysostomos2013-09-091-1/+1
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-8/+12
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-4/+5
* Fix segfault in filehandle duplicationLeon Timmermans2013-09-071-1/+1
* perlio.c: Generalize for EBCDICKarl Williamson2013-08-291-15/+19
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+9
* PerlIO_find_layer should not be using memEQ() off the end of the layer name.Nicholas Clark2013-03-251-1/+2
* Ensure only DOSish builds force O_BINARY=1 in the open pathPaul Green2013-03-191-4/+9
* PATCH [perl #112244]Leon Timmermans2013-02-181-0/+2
* Avoid wraparound when casting unsigned size_t to signed ssize_t.Andy Dougherty2013-01-161-4/+4
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-1/+1
* more dTHX optimizationsDaniel Dragan2012-11-121-9/+9
* clean up the users of PL_no_memDaniel Dragan2012-11-121-4/+1
* remove various redundant dTHXesDaniel Dragan2012-11-081-2/+4