| Commit message (Expand) | Author | Age | Files | Lines |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+2 |
* | add pointer to email explaining why eval {goto &foo} is banned | Dave Mitchell | 2005-05-30 | 1 | -0/+1 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -7/+7 |
* | [perl #35878] goto &xsub that croaks corrupts memory | Dave Mitchell | 2005-05-21 | 1 | -5/+4 |
* | stop goto &foo wasting stack space | Dave Mitchell | 2005-05-21 | 1 | -1/+3 |
* | disallow eval { goto &foo } | Dave Mitchell | 2005-05-21 | 1 | -2/+5 |
* | SvPVX_const - patch #2 | Steve Peters | 2005-05-21 | 1 | -19/+19 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -1/+1 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -7/+7 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -18/+17 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -1/+10 |
* | [perl #35214] SEGV when next is followed by a goto | Dave Mitchell | 2005-05-04 | 1 | -0/+3 |
* | Better fix for #8738 (Core dump in 'leavetry') | Dave Mitchell | 2005-05-02 | 1 | -2/+14 |
* | Revert change #15705 (Core dump in 'leavetry') | Dave Mitchell | 2005-05-02 | 1 | -18/+2 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 1 | -3/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -19/+38 |
* | [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set | glasser@tang-eleven-seventy-nine.mit.edu | 2005-04-20 | 1 | -2/+4 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -4/+4 |
* | Avoid taking a reference to SvIVX and putting that address on the | Nicholas Clark | 2005-04-11 | 1 | -3/+4 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -1/+1 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -39/+25 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -31/+30 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -3/+3 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -5/+5 |
* | pad_push numero three-o | Andy Lester | 2005-03-11 | 1 | -1/+1 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -6/+4 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -4/+6 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 1 | -1/+1 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+11 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -15/+0 |
* | [perl #32039] Chained goto &sub drops data too early. | Dave Mitchell | 2004-10-23 | 1 | -7/+14 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -4/+31 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -1/+1 |
* | delete spurious blank lines added by change 23251 | Dave Mitchell | 2004-09-01 | 1 | -2/+0 |
* | [perl #31111] Random made scripts crashing perl | Dave Mitchell | 2004-09-01 | 1 | -1/+4 |
* | make pp_goto() cope potential stack reallocation in EXTEND | Dave Mitchell | 2004-08-14 | 1 | -11/+8 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -57/+10 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+11 |
* | remove the return stack PL_retstack, and store return ops in the CX | Dave Mitchell | 2004-07-23 | 1 | -15/+22 |
* | for (reverse @foo) now iterates in reverse in place. | Nicholas Clark | 2004-07-15 | 1 | -1/+1 |
* | Optimise foreach my $i (reverse ...) | Nicholas Clark | 2004-07-14 | 1 | -1/+12 |
* | Re: Segfault using HTML::Entities | Jarkko Hietaniemi | 2004-07-09 | 1 | -4/+7 |
* | Detypo. | Rafael Garcia-Suarez | 2004-06-02 | 1 | -1/+1 |
* | [perl #29708] Problem with autouse (causing Perl to crash) | Dave Mitchell | 2004-05-30 | 1 | -1/+1 |
* | C<undef> doesn't look like a number. See also: | Marcus Holland-Moritz | 2004-04-05 | 1 | -2/+3 |