| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ... | Jarkko Hietaniemi | 2006-12-06 | 1 | -10/+6 |
* | Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ... | Jarkko Hietaniemi | 2006-12-05 | 1 | -7/+7 |
* | Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing | Yves Orton | 2006-12-03 | 1 | -12/+5 |
* | Tweaks needed to get Perl compiling with g++ on OpenBSD. | Steve Peters | 2006-11-18 | 1 | -1/+1 |
* | Initial cleanups to support compiling Win32 with MinGW g++. | Steve Peters | 2006-10-30 | 1 | -1/+1 |
* | Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile | Craig A. Berry | 2006-10-30 | 1 | -10/+3 |
* | No warning was produced if perl failed to load PerlIO::scalar | Rafael Garcia-Suarez | 2006-10-24 | 1 | -2/+8 |
* | Enable perlio mutexes under threads (by Jarkko) | Rafael Garcia-Suarez | 2006-10-20 | 1 | -20/+28 |
* | More leak fixes, by Jarkko | Rafael Garcia-Suarez | 2006-10-20 | 1 | -27/+27 |
* | Memory leak fix, by Jarkko | Rafael Garcia-Suarez | 2006-10-19 | 1 | -0/+21 |
* | Remove free() part of change #29045, which causes | Rafael Garcia-Suarez | 2006-10-19 | 1 | -9/+0 |
* | blead valgrind finding | Jarkko Hietaniemi | 2006-10-19 | 1 | -0/+23 |
* | In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1 | Nicholas Clark | 2006-10-01 | 1 | -5/+12 |
* | RE: Combining UTF-16 output with :crlf is awkward | Jan Dubois | 2006-09-21 | 1 | -1/+18 |
* | C++: Solaris CC now compiles "perl" | Jarkko Hietaniemi | 2006-09-11 | 1 | -1/+8 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -0/+1 |