| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) | Jarkko Hietaniemi | 2006-08-17 | 1 | -0/+3 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -2/+2 |
* | more g++ in Tru64 | Jarkko Hietaniemi | 2006-08-03 | 1 | -0/+5 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -1/+2 |
* | Revert change 28322, which makes ithreads panic | Rafael Garcia-Suarez | 2006-05-29 | 1 | -2/+0 |
* | perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is | Jarkko Hietaniemi | 2006-05-29 | 1 | -0/+2 |
* | clean some lint findings | Andy Lester | 2006-05-23 | 1 | -0/+2 |
* | Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexport... | Yves Orton | 2006-05-22 | 1 | -29/+30 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -8/+11 |
* | Solaris was happy, but change 28247 removed the wrong dTHX as far as | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | Perl_croak() needs an aTHX_ in PerlIO_vsprintf(). | Nicholas Clark | 2006-05-19 | 1 | -2/+1 |
* | strlen(foo) rather than strchr(foo, 0) makes simpler code, and is | Nicholas Clark | 2006-05-19 | 1 | -4/+4 |
* | Re: [PATCH] Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-19 | 1 | -10/+8 |
* | Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-17 | 1 | -1/+1 |