summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* temporary variable not wide enough to hold all the bits inGurusamy Sarathy2002-04-261-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-51/+51
* warning for split(/.../g, ...);Mark-Jason Dominus2002-04-011-0/+4
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-291-0/+2
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-281-0/+4
* Purify: #15434 got the test the wrong.Jarkko Hietaniemi2002-03-231-1/+1
* Purify: Array bounds read: o->op_last was accessedJarkko Hietaniemi2002-03-231-1/+2
* NetWare tweaks from C Aditya <caditya@novell.com>Jarkko Hietaniemi2002-03-181-3/+7
* more warnings tidyupPaul Marquess2002-03-111-34/+34
* Unused.Jarkko Hietaniemi2002-03-101-1/+1
* Implement :std subpragma of the open pragmaJarkko Hietaniemi2002-03-101-1/+3
* taint + deprecated warningsPaul Marquess2002-03-041-16/+16
* Remove the bogus "incorrect case" warning completely.Jarkko Hietaniemi2002-03-031-7/+16
* For now, make "incorrect case" a Win32-only warning.Jarkko Hietaniemi2002-03-021-0/+2
* Repatch from Robin Barker: anon subs in C<package;> areJarkko Hietaniemi2002-02-271-3/+7