| Commit message (Expand) | Author | Age | Files | Lines |
* | More variables for change #18776. | Hugo van der Sanden | 2003-02-25 | 1 | -1/+1 |
* | [perl #20682] [fix] @- array not visible in s/// | Adrian M. Enache | 2003-02-25 | 1 | -1/+1 |
* | Re: [perl #21321] local ${"FOO"} does not work | Rafael Garcia-Suarez | 2003-02-25 | 1 | -4/+0 |
* | Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls. | Chip Salzenberg | 2003-02-24 | 1 | -6/+3 |
* | add support for assertions. Updated form of: | Salvador Fandiño | 2003-02-16 | 1 | -3/+17 |
* | Re: [perl #20798] foo(eval {}) crashes Perl 5.8 | Adrian M. Enache | 2003-02-16 | 1 | -8/+0 |
* | outdent else-if chain in scope() | Hugo van der Sanden | 2003-02-16 | 1 | -11/+9 |
* | restrict PERL_PRESERVE_IVUV to things that should really give an | Hugo van der Sanden | 2003-02-16 | 1 | -13/+1 |
* | Better version of change #18648, by Enache Adrian | Rafael Garcia-Suarez | 2003-02-04 | 1 | -2/+2 |
* | Fix bug #8760 : cop_line isn't properly restored | Rafael Garcia-Suarez | 2003-02-03 | 1 | -0/+2 |
* | In any case, never copy this but use the same SV since | Artur Bergman | 2003-02-02 | 1 | -1/+1 |
* | Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes | Artur Bergman | 2003-02-02 | 1 | -0/+1 |
* | Fix a very small memory leak in op_free, by reserving the | Paul Johnson | 2003-01-28 | 1 | -2/+4 |
* | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -8/+8 |
* | silence another signed/unsigned mismatch warning | Gurusamy Sarathy | 2002-12-28 | 1 | -1/+1 |
* | Proper fix for CvOUTSIDE weak refcounting | Dave Mitchell | 2002-12-14 | 1 | -20/+19 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -4/+6 |
* | Fix perl bug #17920 : a case of parser coredump. | Rafael Garcia-Suarez | 2002-11-19 | 1 | -0/+4 |
* | Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8... | Hugo van der Sanden | 2002-11-07 | 1 | -3/+8 |
* | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -1/+1 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -152/+0 |
* | prototype() didn't warn when used in void context. | Rafael Garcia-Suarez | 2002-10-16 | 1 | -0/+1 |
* | Change the warning message "%s trapped by operation mask" | Rafael Garcia-Suarez | 2002-10-03 | 1 | -1/+1 |
* | Add a new warning, "Possible precedence problem on bitwise | Rafael Garcia-Suarez | 2002-10-03 | 1 | -0/+22 |
* | Re: [perl #17376] Bug Report - our(%) | Yitzchak Scott-Thoennes | 2002-10-02 | 1 | -1/+1 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -904/+96 |
* | Add silly bandaid to stop segfaults on subsequent accesses to | Abhijit Menon-Sen | 2002-10-02 | 1 | -3/+6 |
* | patch based on: | Yitzchak Scott-Thoennes | 2002-10-01 | 1 | -0/+12 |
* | Remove package; (Heh heh.) | Abhijit Menon-Sen | 2002-09-29 | 1 | -15/+8 |
* | #17931 checked for wrong constant | Hugo van der Sanden | 2002-09-26 | 1 | -1/+1 |
* | [perl #10021] Fixing bareword usage under strict.pm | Kay_Röpke | 2002-09-26 | 1 | -2/+6 |
* | Re: Advice on coredump | Rafael Garcia-Suarez | 2002-09-26 | 1 | -1/+1 |
* | COW for ithreads (was Re: what copies scalars in ithreads?) | Nicholas Clark | 2002-09-08 | 1 | -1/+6 |
* | #17747 caused bad free()s with PERL_DESTRUCT by calling newXS() | Hugo van der Sanden | 2002-08-23 | 1 | -0/+3 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -125/+5 |
* | Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue | Stephen McCamant | 2002-08-12 | 1 | -1/+0 |
* | Re: [perl #15898] coredump with variable our | Rafael Garcia-Suarez | 2002-08-08 | 1 | -13/+13 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -2/+6 |
* | Fwd: [ID 20020703.002] bareword processing bug under 'use strict' | Kay Röpke | 2002-07-09 | 1 | -0/+4 |
* | Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside... | Hugo van der Sanden | 2002-07-08 | 1 | -14/+0 |
* | Integrate maint patches #13474, #13478, #13584, and #16539; | Jarkko Hietaniemi | 2002-07-07 | 1 | -5/+42 |
* | Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside... | Hugo van der Sanden | 2002-06-27 | 1 | -0/+4 |
* | Spurious empty statements. | Jarkko Hietaniemi | 2002-06-15 | 1 | -1/+1 |
* | PERL_HASH() casting games so that our hashed data is "unsigned | Jarkko Hietaniemi | 2002-05-17 | 1 | -3/+3 |
* | Explicit casts due to #16542. | Jarkko Hietaniemi | 2002-05-11 | 1 | -3/+3 |
* | Unused variables now that "did you use incorrect case" is gone; | Jarkko Hietaniemi | 2002-04-28 | 1 | -31/+16 |
* | temporary variable not wide enough to hold all the bits in | Gurusamy Sarathy | 2002-04-26 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -51/+51 |
* | warning for split(/.../g, ...); | Mark-Jason Dominus | 2002-04-01 | 1 | -0/+4 |
* | Re: perl 5.7.3 + XS lvalue subs | Spider Boardman | 2002-03-29 | 1 | -0/+2 |