summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define PerlIOBase_openLeon Timmermans2011-01-201-0/+18
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-5/+5
* Make PerlIO marginally reentrantDavid Mitchell2010-11-261-15/+84
* perlio: always guard against null function tableDavid Mitchell2010-11-261-14/+20
* add PerlIO_init_table() to initialise PL_perioDavid Mitchell2010-11-261-2/+12
* add 'head' field to PerlIOl structDavid Mitchell2010-11-261-0/+31
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-261-37/+42
* Make perlio line buffer VMS record-oriented files on output.Craig A. Berry2010-11-171-0/+16
* Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.Craig A. Berry2010-11-101-1/+1
* Make the buffer size for the perlio layer a macro.Craig A. Berry2010-11-091-1/+1
* localize $@ during binmode (RT#78844)David Golden2010-11-061-0/+3
* full API for cop hint hashesZefram2010-10-211-2/+1
* [perl #73754] Better error message for PerlIO layer implementationsTye McQueen2010-09-261-3/+8
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-131-1/+1
* [perl #77492] open $fh, ">", \*glob causes SEGVFather Chrysostomos2010-09-011-1/+1
* Make PerlIOUnix_open honor default permissions on VMS.Craig A. Berry2010-08-281-0/+4
* fix 'might be used uninitialized' in PerlIO_tmpfileDavid Mitchell2010-08-181-1/+1
* PL_in_load_module only has values 0 and 1, so can be a bool instead of int.Nicholas Clark2010-05-211-3/+2
* Possible undefined behaviour, spotted by gcc 4.5.0 and HP's updated compiler.Nicholas Clark2010-04-191-1/+1
* Unlink PerlIO's tempfiles for the case of no -T, but bogus $ENV{TMPDIR}Nicholas Clark2010-01-071-2/+4
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-12/+6
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-13/+10