| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -2/+2 |
* | Cope with brain damage in PerlIO::via, which will let you fclose() the | Nicholas Clark | 2008-10-26 | 1 | -1/+8 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | [perl #54828] perlio.c has a problem (both 5.8 and 5.10) | Goro Fuji | 2008-06-01 | 1 | -1/+1 |
* | Add two missing dVAR's. | Marcus Holland-Moritz | 2008-04-13 | 1 | -0/+3 |
* | Correct two spelling mistakes, and reformat some comments. | Nicholas Clark | 2008-03-13 | 1 | -8/+8 |
* | Change 33492 did not spread the protection wide enough. There were | Nicholas Clark | 2008-03-12 | 1 | -13/+24 |
* | We need mutex protection in PerlIOStdio_close() for the duration of | Nicholas Clark | 2008-03-12 | 1 | -1/+22 |
* | Correct logic error in PerlIOStdio_close() - 0 is an acceptable value | Nicholas Clark | 2008-03-12 | 1 | -2/+2 |
* | Silence Borland compiler warnings (except for warnings from zlib) here: | Steve Hay | 2008-02-25 | 1 | -1/+1 |
* | Unused var in perlio.c (revised) | Jerry D. Hedden | 2008-02-13 | 1 | -0/+3 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+6 |
* | Remove an unneeded if statement. | Steve Peters | 2008-02-08 | 1 | -3/+1 |
* | Remove redundant check | Rafael Garcia-Suarez | 2008-02-08 | 1 | -4/+2 |
* | In XS_PerlIO_get_layers() take advantage of the implementation of | Nicholas Clark | 2008-02-02 | 1 | -0/+5 |
* | Disable debugging output in PerlIO_teardown; | Dave Mitchell | 2007-11-07 | 1 | -0/+7 |
* | As reported in bug #46207, change 30633 to PerlIO_exportFILE() and | Nicholas Clark | 2007-11-05 | 1 | -1/+14 |
* | Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096) | Jarkko Hietaniemi | 2007-11-03 | 1 | -4/+11 |
* | Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created empty | Nicholas Clark | 2007-10-06 | 1 | -3/+3 |
* | Directly create the SV with Perl_newSVpvf() rather than using | Nicholas Clark | 2007-10-06 | 1 | -3/+2 |
* | When dup'ing a filehandle, retain the :utf8 layer | Rafael Garcia-Suarez | 2007-03-30 | 1 | -0/+2 |
* | PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd | Nicholas Clark | 2007-03-19 | 1 | -0/+4 |