summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-1/+1
* The attached patch to perlio.c fixes the problem of errno getting set.Jarkko Hietaniemi2009-06-141-12/+0
* Do not honor TMPDIR for anonymous temporary files when taintingRafael Garcia-Suarez2009-06-101-6/+16
* [perl #66452] TMPDIR not honored when opening an anonymous temporary fileNiko Tyni2009-06-101-1/+3
* fix RT 39060, errno incorrectly set in perlioStepan Kasal2009-06-081-5/+7
* fileno() was failing when passed a NULL. I'm guessing that we don't really n...Steve Peters2009-02-231-1/+3
* Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), andNicholas Clark2009-01-211-1/+1
* Silence compiler warning in perlio.cJerry D. Hedden2008-12-101-0/+2
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-5/+5
* From change #34775, reverting perlio.c change for now. Also,Steve Peters2008-11-081-14/+3
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ...Goro Fuji2008-11-081-3/+14
* [perl #54828] perlio.c has a problem (both 5.8 and 5.10) Goro Fuji2008-11-081-3/+1