| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | [perl #21845] "proto.h": 'id' is a reserved word in Objective-C. | Jarkko Hietaniemi | 2003-04-15 | 1 | -8/+8 |
* | Continue hunting for the cause of the Tru64 failed threaded smokes | Jarkko Hietaniemi | 2003-04-13 | 1 | -1/+1 |
* | open(my $fh, ">&", STDOUT) should not warn under strict. | Jarkko Hietaniemi | 2003-04-09 | 1 | -0/+19 |
* | Try to be more descriptive than just __ANONIO__ which is what | Jarkko Hietaniemi | 2003-04-09 | 1 | -3/+45 |
* | Re: Error: Unknown error | Adrian M. Enache | 2003-04-08 | 1 | -1/+1 |
* | CvFILE for constant subs | Stephen McCamant | 2003-04-06 | 1 | -1/+1 |
* | Re: Bytecode? Back into service. | Adrian M. Enache | 2003-03-20 | 1 | -1/+1 |
* | Re: [perl #20798] foo(eval {}) crashes Perl 5.8 | Adrian M. Enache | 2003-03-09 | 1 | -2/+1 |
* | [PATCH] assertions | Salvador Fandiño | 2003-03-04 | 1 | -1/+7 |
* | Fixes bug #15654 bizarre constant mangling in 5.8.0 | Artur Bergman | 2003-03-04 | 1 | -0/+12 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | 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 |