summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't use File::Temp to implement PerlIO_tmpfile() on windows;Gurusamy Sarathy2003-06-021-6/+12
* Beautification.Jarkko Hietaniemi2003-06-021-34/+46
* Duplicate definition bad.Jarkko Hietaniemi2003-06-021-1/+0
* Stick with the original (5.8.0) logic.Jarkko Hietaniemi2003-06-021-11/+11
* Since pulling in File::Temp for tempfiles would pull inJarkko Hietaniemi2003-06-021-0/+66
* jumbo closure fixDave Mitchell2003-05-291-13/+43
* [PATCH #2] Re: [perl #22181] goto undefines my() variablesDave Mitchell2003-05-241-5/+6
* New warning "Useless localization of %s", based onDave Mitchell2003-05-211-14/+42
* Re: Possible precedence problem on bitwise ^ operatorYitzchak Scott-Thoennes2003-05-191-3/+6
* Use a more sophisticated heuristics to produce the warningRafael Garcia-Suarez2003-05-121-6/+15
* Salvage 'use filetest "access"' from compiletime to runtime.Jarkko Hietaniemi2003-05-031-0/+5
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.Jarkko Hietaniemi2003-04-151-8/+8
* Continue hunting for the cause of the Tru64 failed threaded smokesJarkko Hietaniemi2003-04-131-1/+1
* open(my $fh, ">&", STDOUT) should not warn under strict.Jarkko Hietaniemi2003-04-091-0/+19
* Try to be more descriptive than just __ANONIO__ which is whatJarkko Hietaniemi2003-04-091-3/+45
* Re: Error: Unknown errorAdrian M. Enache2003-04-081-1/+1
* CvFILE for constant subsStephen McCamant2003-04-061-1/+1