| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend OP_AELEMFAST optimisation to lexical arrays | Dave Mitchell | 2004-02-22 | 1 | -26/+39 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -21/+18 |
* | When you write C<my $_ ; for (...) {...}>, the lexical $_ | Rafael Garcia-Suarez | 2004-02-20 | 1 | -1/+0 |
* | optimise the sorting inplace of plain arrays: @a = sort @a | Dave Mitchell | 2004-02-20 | 1 | -0/+90 |
* | Add tests for the C<my $x if foo> deprecation, and change the | Dave Mitchell | 2004-02-18 | 1 | -1/+1 |
* | add deprecation warning for C<my $x if foo> and C<foo && (my $x)> | Dave Mitchell | 2004-02-17 | 1 | -1/+39 |
* | [perl #25824] Segmentation fault with | Dave Mitchell | 2004-02-15 | 1 | -11/+0 |
* | Switch from byacc to bison and simplify the perly.* regeneration | Dave Mitchell | 2004-02-14 | 1 | -2/+8 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -0/+3 |
* | The "my $_" wasn't nice with foreach loops. | Rafael Garcia-Suarez | 2004-02-04 | 1 | -1/+8 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -10/+39 |
* | Remove small memory leak in newATTRSUB that manifested as a | Dave Mitchell | 2004-01-25 | 1 | -0/+2 |
* | [perl #25147] C<use strict; print if foo> didn't give the | Dave Mitchell | 2004-01-22 | 1 | -5/+3 |
* | Re: open/or inconsistency | SADAHIRO Tomoyuki | 2004-01-17 | 1 | -9/+17 |
* | buigid #24905 - the code planted to call glob() retained an | Dave Mitchell | 2004-01-15 | 1 | -0/+1 |
* | Tidy up change #18751, so that the second parameter to unpack() | Rafael Garcia-Suarez | 2004-01-03 | 1 | -0/+12 |
* | re-fix [perl #24508] without speed regression. | Adrian M. Enache | 2003-12-22 | 1 | -1/+19 |
* | yet another 2 leaks. example for the second: | Adrian M. Enache | 2003-12-08 | 1 | -2/+2 |
* | Fix bug [perl #24508] Wrong assignment in nested assignment | Rafael Garcia-Suarez | 2003-11-19 | 1 | -17/+0 |
* | Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes) | Adrian M. Enache | 2003-11-13 | 1 | -15/+5 |
* | Comment that this "optimisation" is actually a necessary fixup. | Nicholas Clark | 2003-10-31 | 1 | -0/+4 |
* | Fix for the orange lion bug - aka empty sub bug | Artur Bergman | 2003-10-30 | 1 | -0/+11 |
* | Put all pre-processor #s on the first column (some compilers are picky) | Nicholas Clark | 2003-10-09 | 1 | -3/+3 |
* | Fix bug #24108: Goto +foo broken | Rafael Garcia-Suarez | 2003-10-08 | 1 | -1/+3 |
* | Re: [perl #24076] "<> err EXPR" and warnings. | Rafael Garcia-Suarez | 2003-10-06 | 1 | -1/+3 |
* | Re: maint@20974 or before broke mp2 ithreads test | Marcus Holland-Moritz | 2003-09-03 | 1 | -0/+3 |
* | Retract #20930 because of | Stas Bekman | 2003-09-02 | 1 | -8/+4 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -13/+4 |
* | glob() bug | Gurusamy Sarathy | 2003-09-01 | 1 | -1/+1 |
* | 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 |