| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | PerlIO_importFILE() should increase the reference count on the fd | Nicholas Clark | 2007-03-17 | 1 | -0/+1 |
* | Compilation warnings fixes by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+7 |
* | perlio.c (PerlIO_tmpfile): fix memory leak | Alexey Tourbin | 2007-02-24 | 1 | -1/+1 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -20/+20 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Re: Race condition in IPC::Open3 / Mac OS? | Bo Lindbergh | 2007-01-20 | 1 | -3/+9 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -1/+1 |
* | Normalize copyright of perlio.c for years >= 2006 | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Update copyright for perlio.c | Rafael Garcia-Suarez | 2007-01-05 | 1 | -3/+6 |
* | Re: [PATCH] perlio.c repair | Bo Lindbergh | 2007-01-05 | 1 | -23/+26 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -5/+7 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -9/+9 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -3/+1 |