summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix perl bug #17920 : a case of parser coredump.Rafael Garcia-Suarez2002-11-191-0/+4
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-071-3/+8
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-1/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-152/+0
* prototype() didn't warn when used in void context.Rafael Garcia-Suarez2002-10-161-0/+1
* Change the warning message "%s trapped by operation mask"Rafael Garcia-Suarez2002-10-031-1/+1
* Add a new warning, "Possible precedence problem on bitwiseRafael Garcia-Suarez2002-10-031-0/+22
* Re: [perl #17376] Bug Report - our(%)Yitzchak Scott-Thoennes2002-10-021-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-904/+96
* Add silly bandaid to stop segfaults on subsequent accesses toAbhijit Menon-Sen2002-10-021-3/+6
* patch based on:Yitzchak Scott-Thoennes2002-10-011-0/+12
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-15/+8
* #17931 checked for wrong constantHugo van der Sanden2002-09-261-1/+1
* [perl #10021] Fixing bareword usage under strict.pmKay_Röpke2002-09-261-2/+6
* Re: Advice on coredumpRafael Garcia-Suarez2002-09-261-1/+1
* COW for ithreads (was Re: what copies scalars in ithreads?)Nicholas Clark2002-09-081-1/+6
* #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()Hugo van der Sanden2002-08-231-0/+3
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-125/+5
* Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalueStephen McCamant2002-08-121-1/+0
* Re: [perl #15898] coredump with variable ourRafael Garcia-Suarez2002-08-081-13/+13
* Defined-or patch (cleaned up)Brent Dax2002-08-051-2/+6
* Fwd: [ID 20020703.002] bareword processing bug under 'use strict'Kay Röpke2002-07-091-0/+4
* Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside...Hugo van der Sanden2002-07-081-14/+0
* Integrate maint patches #13474, #13478, #13584, and #16539;Jarkko Hietaniemi2002-07-071-5/+42
* Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside...Hugo van der Sanden2002-06-271-0/+4
* Spurious empty statements.Jarkko Hietaniemi2002-06-151-1/+1
* PERL_HASH() casting games so that our hashed data is "unsignedJarkko Hietaniemi2002-05-171-3/+3
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-111-3/+3
* Unused variables now that "did you use incorrect case" is gone;Jarkko Hietaniemi2002-04-281-31/+16