summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Jarkko Hietaniemi2003-04-171-8/+8
* Integrate:Jarkko Hietaniemi2003-04-121-3/+64
* Integrate:Jarkko Hietaniemi2003-04-071-1/+1
* Integrate:Jarkko Hietaniemi2003-03-211-1/+1
* Integrate:Nicholas Clark2003-03-101-8/+8
* Integrate:Jarkko Hietaniemi2003-03-091-2/+1
* Integrate:Adrian M. Enache2003-03-041-0/+12
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* More lexical patches merged by Dave Mitchell.Jarkko Hietaniemi2003-02-281-24/+25
* The Great Pad Run of '02Jarkko Hietaniemi2003-02-281-902/+96
* Integrate:Jarkko Hietaniemi2003-02-261-11/+4
* Integrate:Jarkko Hietaniemi2003-02-181-32/+10
* Integrate:Jarkko Hietaniemi2003-02-061-0/+2
* Integrate:Jarkko Hietaniemi2003-02-031-1/+2
* Integrate:Jarkko Hietaniemi2003-02-011-2/+4
* Backport #18319 to 5.8, from Dave Mitchell.Jarkko Hietaniemi2003-01-011-1/+3
* Integrate:Jarkko Hietaniemi2002-11-231-0/+4
* IntegrateHugo van der Sanden2002-11-091-3/+8
* Integrate: the same caveat as for #18080.Jarkko Hietaniemi2002-11-041-1/+1
|\
| * 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
* | The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-21/+62
|/
* 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