| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | range operator warnings / 64-bit fix | Marcus Holland-Moritz | 2004-03-18 | 1 | -8/+11 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Revert change #22472, but keep the new tests. | Marcus Holland-Moritz | 2004-03-09 | 1 | -1/+0 |
* | Re: undef and the range operator | Marcus Holland-Moritz | 2004-03-09 | 1 | -0/+1 |
* | undef and the range operator | Marcus Holland-Moritz | 2004-03-07 | 1 | -8/+7 |
* | Re: Strange segfault | Marcus Holland-Moritz | 2004-03-05 | 1 | -1/+5 |
* | silence some compiler warnings | Dave Mitchell | 2004-03-05 | 1 | -1/+1 |
* | [perl #27206] Memory leak in continue loop | Dave Mitchell | 2004-03-04 | 1 | -0/+1 |
* | [perl #26959] fix memory leak in @_ = ...; goto &sub | Dave Mitchell | 2004-02-24 | 1 | -1/+5 |
* | optimization for map in scalar context | Tassilo von Parseval | 2004-02-24 | 1 | -2/+13 |
* | Fix bug #26910: hints were not propagated into (?{...}) | Rafael Garcia-Suarez | 2004-02-23 | 1 | -1/+0 |
* | map and grep weren't working correctly with lexical $_ in | Rafael Garcia-Suarez | 2004-02-08 | 1 | -2/+9 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -4/+12 |
* | second attempt to fix [perl #24914] freeing a CV reference that was | Dave Mitchell | 2004-01-20 | 1 | -1/+0 |
* | format/write (version 2) | LAUN Wolfgang | 2004-01-16 | 1 | -66/+103 |
* | Re: [perl #24774] eval + format - \n = pp_ctl.c assertion | Dave Mitchell | 2003-12-30 | 1 | -1/+1 |
* | Fix bug [perl #24735] : make sure that the range (..) operator | Rafael Garcia-Suarez | 2003-12-27 | 1 | -3/+3 |
* | Refactor the code that checks whether a range is numeric | Rafael Garcia-Suarez | 2003-12-26 | 1 | -15/+12 |
* | yet another leak. bigger fish still swimming around. | Adrian M. Enache | 2003-12-08 | 1 | -7/+5 |
* | Re: [perl #24248] taint propagation regression, | Rick Delaney | 2003-11-06 | 1 | -0/+1 |
* | Re: Simple @INC hook core dump [PATCH] | Gisle Aas | 2003-10-08 | 1 | -0/+1 |
* | (was Re: require() does not behave aas documented) | Rick Delaney | 2003-10-06 | 1 | -4/+13 |
* | Macrofy the compile/runtime test. | Jarkko Hietaniemi | 2003-09-21 | 1 | -4/+4 |
* | Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t | Dave Mitchell | 2003-09-21 | 1 | -1/+1 |
* | honoring void context for map() | Tassilo von Parseval | 2003-09-07 | 1 | -2/+2 |