This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / op.c
2005-09-17 Andy LesterIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-16 Andy LesterIntegrate:
2005-09-16 Andy LesterIntegrate:
2005-09-12 Steve PetersIntegrate:
2005-09-12 Steve PetersIntegrate:
2005-09-11 Andy LesterIntegrate:
2005-04-22 Nicholas ClarkIntegrate:
2005-04-08 Nicholas ClarkIntegrate:
2005-04-07 Nicholas ClarkIntegrate:
2005-01-27 Jarkko HietaniemiIntegrate:
2005-01-19 Nicholas ClarkIntegrate:
2005-01-19 Nicholas ClarkIntegrate:
2005-01-19 Nicholas ClarkIntegrate:
2004-12-21 Nicholas ClarkIntegrate:
2004-12-01 Nicholas ClarkIntegrate:
2004-11-16 Nicholas ClarkIntegrate:
2004-09-10 Stas BekmanIntegrate:
2004-09-09 Nicholas ClarkIntegrate:
2004-09-09 david nicolIntegrate:
2004-07-04 Nicholas ClarkIntegrate:
2004-05-25 Nicholas ClarkIntegrate:
2004-05-05 Nicholas ClarkIntegrate:
2004-04-07 Rafael Garcia-SuarezThe optree builder was looping when constructing the ops
2004-04-02 Nicholas ClarkIntegrate:
2004-04-01 Dave MitchellFix change #22376. Only mark a const as short-circuited
2004-04-01 Marcus Holland-MoritzFix and tests for [perl #28123] Perl optimizes // away...
2004-03-31 Nicholas ClarkIntegrate:
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-23 Hugo van der SandenIntegrate:
2004-03-22 Nicholas ClarkIntegrate:
2004-03-22 Hugo van der SandenIntegrate:
2004-03-17 Rafael Garcia-SuarezOptimize away the assignment in the constructs C<my...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-14 Dave Mitchell[perl #27628] strict 'subs' didn't warn on bareword...
2004-03-09 Rafael Garcia-SuarezImprove the "Prototype mismatch" error message when
2004-03-04 Dave Mitchelladd deprecation warning for my $x if 0
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-27 Nicholas ClarkIntegrate:
2004-02-27 Nicholas ClarkCorrect thinko in comment.
2004-02-27 Tassilo von ParsevalIntegrate:
2004-02-27 Nicholas ClarkIntegrate:
2004-02-27 Nicholas ClarkIntegrate:
2004-02-26 Nicholas ClarkIntegrate:
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-24 Rafael Garcia-SuarezFix a segfault during optree construction. (bug #27024)
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-20 Rafael Garcia-SuarezWhen you write C<my $_ ; for (...) {...}>, the lexical $_
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-02-17 Dave Mitchelladd deprecation warning for C<my $x if foo> and C<foo...
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-02-04 Rafael Garcia-SuarezThe "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-27 Nicholas ClarkIntegrate:
2004-01-26 Nicholas ClarkIntegrate:
2004-01-25 Dave MitchellRemove small memory leak in newATTRSUB that manifested...
2004-01-22 Dave Mitchell[perl #25147] C<use strict; print if foo> didn't give the
2004-01-17 SADAHIRO TomoyukiRe: open/or inconsistency
2004-01-15 Dave Mitchellbuigid #24905 - the code planted to call glob() retained an
2004-01-03 Rafael Garcia-SuarezTidy up change #18751, so that the second parameter...
2003-12-31 Nicholas ClarkIntegrate:
2003-12-22 Adrian M. Enachere-fix [perl #24508] without speed regression.
2003-12-16 Nicholas ClarkIntegrate:
2003-12-08 Adrian M. Enacheyet another 2 leaks. example for the second:
2003-11-22 Elizabeth MattijsenIntegrate:
2003-11-19 Rafael Garcia-SuarezFix bug [perl #24508] Wrong assignment in nested assignment
2003-11-13 Adrian M. EnacheIntegrate:
2003-11-13 Adrian M. EnacheRe: Empty subroutine as object method segfaults in...
2003-10-31 Nicholas ClarkComment that this "optimisation" is actually a necessar...
2003-10-30 Artur BergmanIntegrate:
2003-10-30 Artur BergmanFix for the orange lion bug - aka empty sub bug
2003-10-19 Nicholas ClarkIntegrate:
2003-10-18 Alexey TourbinIntegrate:
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-10-08 Rafael Garcia-SuarezFix bug #24108: Goto +foo broken
2003-10-06 Rafael Garcia-SuarezRe: [perl #24076] "<> err EXPR" and warnings.
2003-09-05 Jarkko HietaniemiEnache thinks now is a good spot to bring back the...
2003-09-03 Jarkko HietaniemiIntegrate:
2003-09-03 Marcus Holland-MoritzRe: maint@20974 or before broke mp2 ithreads test
2003-09-02 Jarkko HietaniemiIntegrate:
2003-09-02 Stas BekmanRetract #20930 because of
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-09-02 Jarkko HietaniemiIntegrate:
2003-09-01 Gurusamy Sarathyglob() bug
2003-08-29 Jarkko HietaniemiIntegrate:
2003-08-29 Marcus Holland-MoritzPerl_newCONSTSUB() related memory leaks
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-07-23 Jarkko HietaniemiIntegrate:
2003-07-20 Rafael Garcia-SuarezThe warning "Possible precedence problem on bitwise...
2003-07-17 Stephen McCamant[PATCH] Increment cop_seqmax in utilize()
2003-07-09 Jarkko HietaniemiIntegrate:
2003-07-08 Rafael Garcia-SuarezThe CHECKOP macro was not invoked on some newly created ops
2003-07-08 Adrian M. EnacheRe: [PATCH] $^VARIABLES in 'perl -Dt' output
2003-07-08 Jarkko HietaniemiIntegrate:
next