summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-07-281-5/+2
* put va_end() in the right placeTony Cook2014-07-221-1/+1
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-07-221-0/+1
* fd closes for failure paths.Jarkko Hietaniemi2014-07-221-0/+3
* 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
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-3/+3
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-12/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* File scope for VMS-specific #includes.Craig A. Berry2012-05-241-1/+4
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-1/+3
* Moving :mmap out of core binary into a moduleLeon Timmermans2012-01-301-298/+0
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+1
* add a couple missing LEAVEs in perlio_async_run()Chip2011-09-251-1/+4
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-7/+0
* The Borland Chainsaw MassacreSteve Hay2011-09-101-20/+1
* Make :utf8 and :bytes MULTIARGLeon Timmermans2011-04-071-2/+2
* Update comment for PerlIOCrlf_pushed wrt 7826b36Leon Timmermans2011-03-251-4/+2
* add refcnt_inc/dec to perldiagFather Chrysostomos2011-02-151-0/+5
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-0/+31
* [perl #38456] binmode FH, ":crlf" only modifies top crlf layerLeon Timmermans2011-01-271-3/+2
* perlio.c: silence format warningsRobin Barker2011-01-271-6/+6
* PerlIO_push returns NULL, not -1, on failure.Craig A. Berry2011-01-211-1/+1
* Fixes 'raw' layer for perl#80764Leon Timmermans2011-01-201-15/+1
* Use PerlIOBase_open for pop, utf8 and bytes layersLeon Timmermans2011-01-201-3/+3