| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+1 |
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+1 |
* | add a couple missing LEAVEs in perlio_async_run() | Chip | 2011-09-25 | 1 | -1/+4 |
* | Don't #include headers already included by perl.h | Nicholas Clark | 2011-09-15 | 1 | -7/+0 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -20/+1 |
* | Make :utf8 and :bytes MULTIARG | Leon Timmermans | 2011-04-07 | 1 | -2/+2 |
* | Update comment for PerlIOCrlf_pushed wrt 7826b36 | Leon Timmermans | 2011-03-25 | 1 | -4/+2 |
* | add refcnt_inc/dec to perldiag | Father Chrysostomos | 2011-02-15 | 1 | -0/+5 |
* | [perl #78494] Pipes cause threads to hang on join() | Father Chrysostomos | 2011-02-15 | 1 | -0/+31 |
* | [perl #38456] binmode FH, ":crlf" only modifies top crlf layer | Leon Timmermans | 2011-01-27 | 1 | -3/+2 |
* | perlio.c: silence format warnings | Robin Barker | 2011-01-27 | 1 | -6/+6 |
* | PerlIO_push returns NULL, not -1, on failure. | Craig A. Berry | 2011-01-21 | 1 | -1/+1 |
* | Fixes 'raw' layer for perl#80764 | Leon Timmermans | 2011-01-20 | 1 | -15/+1 |
* | Use PerlIOBase_open for pop, utf8 and bytes layers | Leon Timmermans | 2011-01-20 | 1 | -3/+3 |
* | Define PerlIOBase_open | Leon Timmermans | 2011-01-20 | 1 | -0/+18 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -5/+5 |
* | Make PerlIO marginally reentrant | David Mitchell | 2010-11-26 | 1 | -15/+84 |
* | perlio: always guard against null function table | David Mitchell | 2010-11-26 | 1 | -14/+20 |
* | add PerlIO_init_table() to initialise PL_perio | David Mitchell | 2010-11-26 | 1 | -2/+12 |
* | add 'head' field to PerlIOl struct | David Mitchell | 2010-11-26 | 1 | -0/+31 |
* | make PL_perlio an array of PerlIOl, not PerlIO * | David Mitchell | 2010-11-26 | 1 | -37/+42 |
* | Make perlio line buffer VMS record-oriented files on output. | Craig A. Berry | 2010-11-17 | 1 | -0/+16 |
* | Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ. | Craig A. Berry | 2010-11-10 | 1 | -1/+1 |
* | Make the buffer size for the perlio layer a macro. | Craig A. Berry | 2010-11-09 | 1 | -1/+1 |
* | localize $@ during binmode (RT#78844) | David Golden | 2010-11-06 | 1 | -0/+3 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -2/+1 |
* | [perl #73754] Better error message for PerlIO layer implementations | Tye McQueen | 2010-09-26 | 1 | -3/+8 |
* | [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copy | Father Chrysostomos | 2010-09-13 | 1 | -1/+1 |
* | [perl #77492] open $fh, ">", \*glob causes SEGV | Father Chrysostomos | 2010-09-01 | 1 | -1/+1 |
* | Make PerlIOUnix_open honor default permissions on VMS. | Craig A. Berry | 2010-08-28 | 1 | -0/+4 |
* | fix 'might be used uninitialized' in PerlIO_tmpfile | David Mitchell | 2010-08-18 | 1 | -1/+1 |
* | PL_in_load_module only has values 0 and 1, so can be a bool instead of int. | Nicholas Clark | 2010-05-21 | 1 | -3/+2 |
* | Possible undefined behaviour, spotted by gcc 4.5.0 and HP's updated compiler. | Nicholas Clark | 2010-04-19 | 1 | -1/+1 |
* | Unlink PerlIO's tempfiles for the case of no -T, but bogus $ENV{TMPDIR} | Nicholas Clark | 2010-01-07 | 1 | -2/+4 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -12/+6 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -13/+10 |
* | Remove the port to MiNT. It's a dead platform that hasn't had any love since... | Jesse Vincent | 2009-08-03 | 1 | -1/+1 |
* | The attached patch to perlio.c fixes the problem of errno getting set. | Jarkko Hietaniemi | 2009-06-14 | 1 | -12/+0 |
* | Do not honor TMPDIR for anonymous temporary files when tainting | Rafael Garcia-Suarez | 2009-06-10 | 1 | -6/+16 |
* | [perl #66452] TMPDIR not honored when opening an anonymous temporary file | Niko Tyni | 2009-06-10 | 1 | -1/+3 |
* | fix RT 39060, errno incorrectly set in perlio | Stepan Kasal | 2009-06-08 | 1 | -5/+7 |
* | fileno() was failing when passed a NULL. I'm guessing that we don't really n... | Steve Peters | 2009-02-23 | 1 | -1/+3 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Silence compiler warning in perlio.c | Jerry D. Hedden | 2008-12-10 | 1 | -0/+2 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -5/+5 |
* | From change #34775, reverting perlio.c change for now. Also, | Steve Peters | 2008-11-08 | 1 | -14/+3 |
* | Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ... | Goro Fuji | 2008-11-08 | 1 | -3/+14 |
* | [perl #54828] perlio.c has a problem (both 5.8 and 5.10) | Goro Fuji | 2008-11-08 | 1 | -3/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -0/+2 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -2/+2 |