| Commit message (Expand) | Author | Age | Files | Lines |
* | Match destruct_level type from intrpvar.h, and refer to the docs there | Rafael Garcia-Suarez | 2007-12-03 | 1 | -1/+1 |
* | make PERLSYS_TERM not require a context | Dave Mitchell | 2007-11-03 | 1 | -1/+1 |
* | In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving | Nicholas Clark | 2007-10-18 | 1 | -5/+8 |
* | Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv() | Nicholas Clark | 2007-10-16 | 1 | -4/+5 |
* | Add dVAR;s to the functions created in change 31970. | Nicholas Clark | 2007-10-16 | 1 | -0/+3 |
* | Build with -Dusemymalloc was broken | Rafael Garcia-Suarez | 2007-10-08 | 1 | -0/+3 |
* | Finally! Worked out how to const Perl_moreswitches(). | Nicholas Clark | 2007-10-06 | 1 | -6/+24 |
* | "A" should no longer be in the list of options acceptable to PERL5OPT, | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 1 | -2/+2 |
* | The scratch scalar used in -d processing for : and = options would leak | Nicholas Clark | 2007-10-06 | 1 | -0/+1 |
* | extend PL_veto_cleanup to all platforms | Dave Mitchell | 2007-09-25 | 1 | -1/+3 |
* | make PERL_SYS_INIT/INIT3/TERM into functions | Dave Mitchell | 2007-09-25 | 1 | -0/+27 |
* | Move all the compile time options that affect binary compatibility into | Nicholas Clark | 2007-09-15 | 1 | -81/+1 |
* | Rejig the word wrapping code for the "Compile-time options:" of perl -V | Nicholas Clark | 2007-09-15 | 1 | -31/+12 |
* | Save some C<","> in the embedded program used to generate -V output. | Nicholas Clark | 2007-09-15 | 1 | -6/+6 |
* | Deprecate the -P switch. | Rafael Garcia-Suarez | 2007-09-03 | 1 | -0/+1 |
* | Revert #31690, because it can make -x eat arguments. Even if the | Abhijit Menon-Sen | 2007-08-08 | 1 | -6/+1 |
* | Make '-xx' and '-x x' work the same way (see #44387). | Abhijit Menon-Sen | 2007-08-08 | 1 | -1/+6 |
* | fix up some nested #ifdef indentation | Dave Mitchell | 2007-07-19 | 1 | -48/+48 |
* | silence 'unused var' compiler warning | Dave Mitchell | 2007-07-19 | 1 | -1/+3 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -0/+40 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -26/+0 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -3/+2 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -2/+0 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -6/+6 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -40/+39 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -1/+0 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -0/+4 |
* | eliminate "unused var" warning | Dave Mitchell | 2007-04-26 | 1 | -0/+1 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -5/+0 |
* | eliminate some uses of PL_linestr in perl.c | Dave Mitchell | 2007-04-23 | 1 | -10/+13 |
* | inline S_init_lexer() and regen | Dave Mitchell | 2007-04-23 | 1 | -12/+6 |
* | make initialisation of PL_sv_no etc unconditional | Dave Mitchell | 2007-04-23 | 1 | -34/+29 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 1 | -1/+1 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+1 |
* | Silence the g++ warnings "right-hand operand of comma has no effect" | Nicholas Clark | 2007-04-10 | 1 | -3/+3 |
* | MAD do not ignore errors from 'use' | Gerard Goossen | 2007-04-06 | 1 | -4/+0 |
* | Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now- | Nicholas Clark | 2007-04-02 | 1 | -4/+3 |
* | Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree | Nicholas Clark | 2007-04-02 | 1 | -0/+11 |
* | Eliminate the use of PL_curforce outside of toke.c | Dave Mitchell | 2007-04-01 | 1 | -4/+0 |
* | Add some PERL_MEM* defines to the -V output that were missing. | Nicholas Clark | 2007-03-21 | 1 | -2/+20 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+1 |
* | Use another method to avoid the "possible interpolation" warning | Rafael Garcia-Suarez | 2007-03-07 | 1 | -5/+0 |
* | Avoid to load the *+ and *- globs too early. | Rafael Garcia-Suarez | 2007-03-07 | 1 | -2/+4 |
* | Add a volatile modifier to avoid possible cloberring by longjmp, | Rafael Garcia-Suarez | 2007-03-03 | 1 | -1/+1 |
* | More efficient to call newSV_type() then SvGROW() instead of newSV() | Nicholas Clark | 2007-02-18 | 1 | -2/+2 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -6/+3 |
* | Integrate: | Nicholas Clark | 2007-02-12 | 1 | -1/+1 |
* | fix 2 environment handling bugs | Jan Dubois | 2007-02-06 | 1 | -7/+5 |
* | Change 23753 wasn't quite a perfect refactoring, as it omitted calling | Nicholas Clark | 2007-02-04 | 1 | -1/+6 |