summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize away the assignment in the constructs C<my $s = undef>,Rafael Garcia-Suarez2004-03-171-0/+21
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* [perl #27628] strict 'subs' didn't warn on bareword array indexDave Mitchell2004-03-141-1/+3
* Improve the "Prototype mismatch" error message whenRafael Garcia-Suarez2004-03-091-0/+2
* add deprecation warning for my $x if 0Dave Mitchell2004-03-041-0/+17
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-39/+1
* Correct thinko in comment.Nicholas Clark2004-02-271-1/+1
* stop "const in void context" warning for a const in anDave Mitchell2004-02-251-1/+7
* Fix a segfault during optree construction. (bug #27024)Rafael Garcia-Suarez2004-02-241-0/+4
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-221-26/+39
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-21/+18
* When you write C<my $_ ; for (...) {...}>, the lexical $_Rafael Garcia-Suarez2004-02-201-1/+0
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-0/+90
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-181-1/+1
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-171-1/+39
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-11/+0
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-2/+8
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-0/+3
* The "my $_" wasn't nice with foreach loops.Rafael Garcia-Suarez2004-02-041-1/+8
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-10/+39
* Remove small memory leak in newATTRSUB that manifested as aDave Mitchell2004-01-251-0/+2
* [perl #25147] C<use strict; print if foo> didn't give theDave Mitchell2004-01-221-5/+3
* Re: open/or inconsistencySADAHIRO Tomoyuki2004-01-171-9/+17
* buigid #24905 - the code planted to call glob() retained anDave Mitchell2004-01-151-0/+1
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-0/+12
* re-fix [perl #24508] without speed regression.Adrian M. Enache2003-12-221-1/+19
* yet another 2 leaks. example for the second:Adrian M. Enache2003-12-081-2/+2
* Fix bug [perl #24508] Wrong assignment in nested assignmentRafael Garcia-Suarez2003-11-191-17/+0
* Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)Adrian M. Enache2003-11-131-15/+5
* Comment that this "optimisation" is actually a necessary fixup.Nicholas Clark2003-10-311-0/+4
* Fix for the orange lion bug - aka empty sub bugArtur Bergman2003-10-301-0/+11
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-3/+3
* Fix bug #24108: Goto +foo brokenRafael Garcia-Suarez2003-10-081-1/+3
* Re: [perl #24076] "<> err EXPR" and warnings.Rafael Garcia-Suarez2003-10-061-1/+3
* Re: maint@20974 or before broke mp2 ithreads testMarcus Holland-Moritz2003-09-031-0/+3
* Retract #20930 because ofStas Bekman2003-09-021-8/+4
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-13/+4
* glob() bugGurusamy Sarathy2003-09-011-1/+1
* Perl_newCONSTSUB() related memory leaksMarcus Holland-Moritz2003-08-291-4/+8
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-1/+1
* The warning "Possible precedence problem on bitwise operator"Rafael Garcia-Suarez2003-07-201-3/+4
* [PATCH] Increment cop_seqmax in utilize()Stephen McCamant2003-07-171-0/+1
* The CHECKOP macro was not invoked on some newly created opsRafael Garcia-Suarez2003-07-081-2/+6
* Re: [PATCH] $^VARIABLES in 'perl -Dt' outputAdrian M. Enache2003-07-081-1/+4
* warnings, line numbers & windowsMarcus Holland-Moritz2003-07-081-1/+1
* Re: Is it a Bug? ($c .= "5") . "6"Adrian M. Enache2003-06-221-2/+3
* Integrate from maint:Marcus Holland-Moritz2003-06-111-2/+2
* Re: nitpick with \(0..2)Steve Grazzini2003-06-091-0/+2
* RE: maint @ 19683Robin Barker2003-06-051-7/+7
* Retract #19667, #19660, #19659, #19658, #19657, #19656,Jarkko Hietaniemi2003-06-031-83/+0