| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -10/+2 |
* | wince crosscompile patch for 28132 | Vadim Konovalov | 2006-05-09 | 1 | -1/+5 |
* | quiet some perlio.c warnings | Andy Lester | 2006-05-02 | 1 | -3/+4 |
* | Coverity disliked us passing a negative length to vsnprintf(). | Nicholas Clark | 2006-04-29 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+3 |
* | dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+1 |
* | Fix typo in function call | Rafael Garcia-Suarez | 2006-04-28 | 1 | -1/+1 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+8 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -4/+4 |
* | perlio.c: layer data might be allocated and unused (Coverity) | Jarkko Hietaniemi | 2006-04-15 | 1 | -12/+19 |
* | perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking ... | Jarkko Hietaniemi | 2006-04-14 | 1 | -3/+2 |
* | perlio.c: false Coverity finding (it cannot see that two pointers are the sam... | Jarkko Hietaniemi | 2006-04-11 | 1 | -4/+4 |
* | Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to fo... | Jarkko Hietaniemi | 2006-04-09 | 1 | -1/+1 |
* | perlio.c: Coverity finding: finding false (Coverity not able to follow vtable... | Jarkko Hietaniemi | 2006-04-08 | 1 | -0/+2 |
* | perlio.c breaks on Solaris/gcc when > 256 FDs are available | Alan Burlison | 2006-04-05 | 1 | -25/+1 |
* | Move conditional SOCKS5 code into #ifdefs | Andy Lester | 2006-04-04 | 1 | -25/+14 |
* | SvREFCNT_inc tweaks | Andy Lester | 2006-04-03 | 1 | -1/+1 |
* | Fix code-before-declaration error (under VC++) from change #27334 | Steve Hay | 2006-02-27 | 1 | -1/+1 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -6/+7 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+40 |
* | Remove a my_perl that slipped in | Rafael Garcia-Suarez | 2006-02-14 | 1 | -2/+0 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -0/+6 |
* | Fix change 27059 so that it actually works with >16 file descriptors. | Nicholas Clark | 2006-02-12 | 1 | -1/+3 |