summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: Bytecode? Back into service.Adrian M. Enache2003-03-201-1/+1
* Re: [perl #20798] foo(eval {}) crashes Perl 5.8Adrian M. Enache2003-03-091-2/+1
* [PATCH] assertionsSalvador Fandiño2003-03-041-1/+7
* Fixes bug #15654 bizarre constant mangling in 5.8.0Artur Bergman2003-03-041-0/+12
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* More variables for change #18776.Hugo van der Sanden2003-02-251-1/+1
* [perl #20682] [fix] @- array not visible in s///Adrian M. Enache2003-02-251-1/+1
* Re: [perl #21321] local ${"FOO"} does not workRafael Garcia-Suarez2003-02-251-4/+0
* Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.Chip Salzenberg2003-02-241-6/+3
* add support for assertions. Updated form of:Salvador Fandiño2003-02-161-3/+17
* Re: [perl #20798] foo(eval {}) crashes Perl 5.8Adrian M. Enache2003-02-161-8/+0
* outdent else-if chain in scope()Hugo van der Sanden2003-02-161-11/+9
* restrict PERL_PRESERVE_IVUV to things that should really give anHugo van der Sanden2003-02-161-13/+1
* Better version of change #18648, by Enache AdrianRafael Garcia-Suarez2003-02-041-2/+2
* Fix bug #8760 : cop_line isn't properly restoredRafael Garcia-Suarez2003-02-031-0/+2
* In any case, never copy this but use the same SV sinceArtur Bergman2003-02-021-1/+1
* Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixesArtur Bergman2003-02-021-0/+1
* Fix a very small memory leak in op_free, by reserving thePaul Johnson2003-01-281-2/+4
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-8/+8
* silence another signed/unsigned mismatch warningGurusamy Sarathy2002-12-281-1/+1
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-20/+19
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-4/+6