| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Perl_newCONSTSUB() related memory leaks | Marcus Holland-Moritz | 2003-08-29 | 1 | -4/+8 |
* | add "$lexical not available" warning in C<for my $lex ()> | Dave Mitchell | 2003-08-09 | 1 | -1/+1 |
* | The warning "Possible precedence problem on bitwise operator" | Rafael Garcia-Suarez | 2003-07-20 | 1 | -3/+4 |
* | [PATCH] Increment cop_seqmax in utilize() | Stephen McCamant | 2003-07-17 | 1 | -0/+1 |
* | The CHECKOP macro was not invoked on some newly created ops | Rafael Garcia-Suarez | 2003-07-08 | 1 | -2/+6 |
* | Re: [PATCH] $^VARIABLES in 'perl -Dt' output | Adrian M. Enache | 2003-07-08 | 1 | -1/+4 |
* | warnings, line numbers & windows | Marcus Holland-Moritz | 2003-07-08 | 1 | -1/+1 |
* | Re: Is it a Bug? ($c .= "5") . "6" | Adrian M. Enache | 2003-06-22 | 1 | -2/+3 |
* | Integrate from maint: | Marcus Holland-Moritz | 2003-06-11 | 1 | -2/+2 |
* | Re: nitpick with \(0..2) | Steve Grazzini | 2003-06-09 | 1 | -0/+2 |
* | RE: maint @ 19683 | Robin Barker | 2003-06-05 | 1 | -7/+7 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -83/+0 |
* | don't use File::Temp to implement PerlIO_tmpfile() on windows; | Gurusamy Sarathy | 2003-06-02 | 1 | -6/+12 |
* | Beautification. | Jarkko Hietaniemi | 2003-06-02 | 1 | -34/+46 |
* | Duplicate definition bad. | Jarkko Hietaniemi | 2003-06-02 | 1 | -1/+0 |
* | Stick with the original (5.8.0) logic. | Jarkko Hietaniemi | 2003-06-02 | 1 | -11/+11 |
* | Since pulling in File::Temp for tempfiles would pull in | Jarkko Hietaniemi | 2003-06-02 | 1 | -0/+66 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -13/+43 |
* | [PATCH #2] Re: [perl #22181] goto undefines my() variables | Dave Mitchell | 2003-05-24 | 1 | -5/+6 |
* | New warning "Useless localization of %s", based on | Dave Mitchell | 2003-05-21 | 1 | -14/+42 |
* | Re: Possible precedence problem on bitwise ^ operator | Yitzchak Scott-Thoennes | 2003-05-19 | 1 | -3/+6 |
* | Use a more sophisticated heuristics to produce the warning | Rafael Garcia-Suarez | 2003-05-12 | 1 | -6/+15 |
* | Salvage 'use filetest "access"' from compiletime to runtime. | Jarkko Hietaniemi | 2003-05-03 | 1 | -0/+5 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | [perl #21845] "proto.h": 'id' is a reserved word in Objective-C. | Jarkko Hietaniemi | 2003-04-15 | 1 | -8/+8 |
* | Continue hunting for the cause of the Tru64 failed threaded smokes | Jarkko Hietaniemi | 2003-04-13 | 1 | -1/+1 |
* | open(my $fh, ">&", STDOUT) should not warn under strict. | Jarkko Hietaniemi | 2003-04-09 | 1 | -0/+19 |
* | Try to be more descriptive than just __ANONIO__ which is what | Jarkko Hietaniemi | 2003-04-09 | 1 | -3/+45 |
* | Re: Error: Unknown error | Adrian M. Enache | 2003-04-08 | 1 | -1/+1 |
* | CvFILE for constant subs | Stephen McCamant | 2003-04-06 | 1 | -1/+1 |
* | Re: Bytecode? Back into service. | Adrian M. Enache | 2003-03-20 | 1 | -1/+1 |
* | Re: [perl #20798] foo(eval {}) crashes Perl 5.8 | Adrian M. Enache | 2003-03-09 | 1 | -2/+1 |
* | [PATCH] assertions | Salvador Fandiño | 2003-03-04 | 1 | -1/+7 |
* | Fixes bug #15654 bizarre constant mangling in 5.8.0 | Artur Bergman | 2003-03-04 | 1 | -0/+12 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | More variables for change #18776. | Hugo van der Sanden | 2003-02-25 | 1 | -1/+1 |
* | [perl #20682] [fix] @- array not visible in s/// | Adrian M. Enache | 2003-02-25 | 1 | -1/+1 |
* | Re: [perl #21321] local ${"FOO"} does not work | Rafael Garcia-Suarez | 2003-02-25 | 1 | -4/+0 |
* | Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls. | Chip Salzenberg | 2003-02-24 | 1 | -6/+3 |
* | add support for assertions. Updated form of: | Salvador Fandiño | 2003-02-16 | 1 | -3/+17 |
* | Re: [perl #20798] foo(eval {}) crashes Perl 5.8 | Adrian M. Enache | 2003-02-16 | 1 | -8/+0 |
* | outdent else-if chain in scope() | Hugo van der Sanden | 2003-02-16 | 1 | -11/+9 |
* | restrict PERL_PRESERVE_IVUV to things that should really give an | Hugo van der Sanden | 2003-02-16 | 1 | -13/+1 |
* | Better version of change #18648, by Enache Adrian | Rafael Garcia-Suarez | 2003-02-04 | 1 | -2/+2 |
* | Fix bug #8760 : cop_line isn't properly restored | Rafael Garcia-Suarez | 2003-02-03 | 1 | -0/+2 |
* | In any case, never copy this but use the same SV since | Artur Bergman | 2003-02-02 | 1 | -1/+1 |
* | Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes | Artur Bergman | 2003-02-02 | 1 | -0/+1 |
* | Fix a very small memory leak in op_free, by reserving the | Paul Johnson | 2003-01-28 | 1 | -2/+4 |
* | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -8/+8 |
* | silence another signed/unsigned mismatch warning | Gurusamy Sarathy | 2002-12-28 | 1 | -1/+1 |