| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -1/+0 |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 1 | -25/+10 |
* | Add in missing dVAR that prevents compilation with | Nicholas Clark | 2007-01-18 | 1 | -0/+2 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -8/+22 |
* | extend threads 'veto cleanup' to perl_free and system stuff | Dave Mitchell | 2007-01-15 | 1 | -1/+5 |
* | Update copyright year in "perl -v" output | Steve Hay | 2007-01-11 | 1 | -1/+1 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -10/+0 |
* | Fix the interaction of -w and -t when provided on the command-line | Rafael Garcia-Suarez | 2007-01-05 | 1 | -2/+8 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -9/+10 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -3/+3 |
* | Don't destroy the Unicode system environment on Perl startup | Jan Dubois | 2006-12-19 | 1 | -2/+4 |
* | OS/2-specific fixes, round II | Ilya Zakharevich | 2006-12-18 | 1 | -6/+2 |
* | perl.c: leak avoidance | Jarkko Hietaniemi | 2006-12-18 | 1 | -13/+16 |
* | No code specified for -. | Jarkko Hietaniemi | 2006-11-30 | 1 | -3/+3 |
* | Missed a ) in a comment. | Nicholas Clark | 2006-10-31 | 1 | -1/+1 |
* | VOL should be used instead of volatile in the core. | Steve Peters | 2006-10-30 | 1 | -4/+4 |
* | Fix small leak with -F at interpreter destruction | Rafael Garcia-Suarez | 2006-10-25 | 1 | -0/+5 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -0/+16 |
* | [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. | Jim Cromie | 2006-10-03 | 1 | -1/+1 |
* | eliminate PL_regindent and improve -Mre=Debug,STATE output | Dave Mitchell | 2006-09-25 | 1 | -1/+0 |
* | Clear up a few more warnings from blead. | Steve Peters | 2006-07-13 | 1 | -1/+1 |
* | PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx | Rafael Garcia-Suarez | 2006-06-30 | 1 | -4/+4 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -3/+0 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -2/+2 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -8/+10 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |