| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pp_sys.c: some Coverity findings: NULL guards for format cv | Jarkko Hietaniemi | 2006-04-10 | 2 | -8/+6 |
* | pp_sys.c: some Coverity findings: NULL guards for io pointers | Jarkko Hietaniemi | 2006-04-10 | 1 | -3/+3 |
* | es: quiet some warnings (with a free AIX cpp insanity avoidance tip) | Jarkko Hietaniemi | 2006-04-10 | 3 | -7/+7 |
* | True consting goodness in regexes | Andy Lester | 2006-04-10 | 4 | -71/+65 |
* | Fix pointer error in change 27741, spotted by John E. Malmberg. | Nicholas Clark | 2006-04-09 | 1 | -2/+2 |
* | Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to fo... | Jarkko Hietaniemi | 2006-04-09 | 1 | -1/+1 |
* | Re: [PATCH] locale.c: Coverity finding | Jarkko Hietaniemi | 2006-04-09 | 1 | -0/+3 |
* | Rename variables in some mg_* funcs | Andy Lester | 2006-04-09 | 1 | -11/+15 |
* | fix potential null deref introduced by change #27716 | Dave Mitchell | 2006-04-08 | 1 | -1/+1 |
* | perlio.c: Coverity finding: finding false (Coverity not able to follow vtable... | Jarkko Hietaniemi | 2006-04-08 | 1 | -0/+2 |
* | sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=... | Jarkko Hietaniemi | 2006-04-08 | 3 | -14/+20 |
* | As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various | Nicholas Clark | 2006-04-08 | 1 | -25/+8 |
* | By swapping the order of pushes onto the save stack for | Nicholas Clark | 2006-04-08 | 2 | -8/+3 |
* | Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before) | Nicholas Clark | 2006-04-08 | 1 | -0/+72 |
* | ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8. | Nicholas Clark | 2006-04-08 | 1 | -0/+1 |
* | Give more information in the panic in ss_dup. (Although I'm not sure | Nicholas Clark | 2006-04-07 | 1 | -1/+1 |
* | Make perl_fini() run when compiling perl with | Gisle Aas | 2006-04-07 | 1 | -0/+2 |
* | Patch from Jarkko to fix breakage caused by change #27649 | Steve Hay | 2006-04-07 | 2 | -12/+18 |
* | Oops. Being too terse for my own good - it's not a great idea to chain | Nicholas Clark | 2006-04-07 | 1 | -1/+2 |
* | [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes | John E. Malmberg | 2006-04-07 | 2 | -473/+146 |
* | Move all the regexp state variables into a single structure. | Nicholas Clark | 2006-04-06 | 8 | -282/+47 |
* | Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) | Rafael Garcia-Suarez | 2006-04-06 | 1 | -1/+1 |
* | Fix skip count in ext\B\t\lint.t | Steve Hay | 2006-04-06 | 1 | -1/+1 |
* | Save the regexp engine state as 1 block on the save stack. | Nicholas Clark | 2006-04-05 | 4 | -36/+155 |
* | Re: expr foreach (...) isn't a B::Lint warning anymore | Joshua ben Jore | 2006-04-05 | 2 | -10/+48 |
* | Perl_save_alloc can use the new(er) SSGROW rather than looping. | Nicholas Clark | 2006-04-05 | 1 | -3/+1 |
* | Assigning undef to an entry in %ENV shouldn't produce warnings, even | Rafael Garcia-Suarez | 2006-04-05 | 2 | -2/+7 |
* | Try not to use negative values when accessing arrays in C. Yet another | Steve Peters | 2006-04-05 | 1 | -0/+1 |
* | Initializing variables is good. This is another Coverity catch. | Steve Peters | 2006-04-05 | 1 | -1/+1 |
* | perlio.c breaks on Solaris/gcc when > 256 FDs are available | Alan Burlison | 2006-04-05 | 1 | -25/+1 |
* | There should be only one META.yml file | Rafael Garcia-Suarez | 2006-04-05 | 3 | -24/+0 |
* | Fix test portability on non-ASCII platforms | SADAHIRO Tomoyuki | 2006-04-05 | 1 | -1/+1 |
* | Document the functions htmlify() and anchorify() in Pod::Html. | Steve Peters | 2006-04-05 | 1 | -12/+27 |
* | Simplify tests for fork() capabilities | Steve Hay | 2006-04-05 | 3 | -27/+21 |
* | (??{...}) didn't always restore PL_reg_re. | Dave Mitchell | 2006-04-05 | 1 | -1/+3 |
* | eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata | Dave Mitchell | 2006-04-05 | 9 | -116/+62 |
* | restructure the EVAL branch of regmatch() to minimise local var scope | Dave Mitchell | 2006-04-05 | 1 | -81/+86 |
* | Re: Making IO::Socket pass test on Win32 | Jim Cromie | 2006-04-04 | 1 | -3/+3 |
* | FEATURE_IS_ENABLED takes only one parameter now, so reflect that in | Rafael Garcia-Suarez | 2006-04-04 | 1 | -2/+1 |
* | threads.pm should overload != operator | Jan Dubois | 2006-04-04 | 2 | -13/+17 |
* | Fix syntax error in io_pipe test | Rafael Garcia-Suarez | 2006-04-04 | 1 | -1/+1 |
* | Re: Making IO::Socket pass test on Win32 | Yves Orton | 2006-04-04 | 5 | -40/+105 |
* | Move conditional SOCKS5 code into #ifdefs | Andy Lester | 2006-04-04 | 1 | -25/+14 |
* | Change 27592 disabled the building of manpages for non core-extensions | Gisle Aas | 2006-04-04 | 1 | -9/+4 |
* | "smart match" description in overload.pm is in the middle of "fallback" section | Jan Dubois | 2006-04-04 | 1 | -5/+5 |
* | sort out some utime() issues on VMS | Craig A. Berry | 2006-04-04 | 2 | -34/+50 |
* | 2nd patch to sync blead 'threads' with CPAN [REPOST] | Jerry D. Hedden | 2006-04-03 | 9 | -185/+317 |
* | Two modules in ext/ have dependencies that are post-miniperl. | Nicholas Clark | 2006-04-03 | 1 | -1/+18 |
* | Regeneration after backports of #27447, #27484, #27485, #27488, | H.Merijn Brand | 2006-04-03 | 2 | -667/+670 |
* | undo #27700 and add a missing Safefree() | Dave Mitchell | 2006-04-03 | 1 | -1/+3 |