summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-4/+16
* Add some descriptive text from Larry to op.c on how optrees are builtDave Mitchell2004-11-121-2/+37
* Turn regcomp into a list opDave Mitchell2004-10-101-7/+51
* fields.pm lost compile-time benefitRick Delaney2004-09-011-0/+81
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+24
* for (reverse @foo) now iterates in reverse in place.Nicholas Clark2004-07-151-1/+10
* Optimise for (reverse ...)Nicholas Clark2004-07-151-5/+6
* Now optimising for $a (reverse ...)Nicholas Clark2004-07-151-3/+22
* "That's the way to do it"Nicholas Clark2004-07-141-5/+5
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-0/+61
* Optimise list context reverse sort to reverse as part of the sort opNicholas Clark2004-07-131-6/+24
* A proper, working, stable optimisation for sort {$b cmp $a}Nicholas Clark2004-07-131-4/+0
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-6/+11
* Fix for: [perl #2738] perl segfautls on inputMarcus Holland-Moritz2004-06-241-1/+9
* [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"Dave Mitchell2004-05-221-0/+11
* void context !~ generates "Useless use of not at line..." warningYitzchak Scott-Thoennes2004-05-111-0/+9
* [perl #29340] Bizarre copy of ARRAYDave Mitchell2004-05-041-0/+1
* Fix for [perl #28919] : sometimes the function ck_ftst was tryingRafael Garcia-Suarez2004-04-191-0/+1
* The optree builder was looping when constructing the opsRafael Garcia-Suarez2004-04-071-1/+1
* Fix change #22376. Only mark a const as short-circuitedDave Mitchell2004-04-011-2/+4
* Fix and tests for [perl #28123] Perl optimizes // away incorrectlyMarcus Holland-Moritz2004-04-011-1/+3
* [perl #27040] - hints hash was being double freed on scope exitDave Mitchell2004-03-261-4/+2
* 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