| Commit message (Expand) | Author | Age | Files | Lines |
* | Three variables in S_scan_trans only hold flags for op_private, so can | Nicholas Clark | 2008-03-04 | 1 | -3/+3 |
* | [ patch ] silence 2 possibly uninitialized vars | Jim Cromie | 2008-02-18 | 1 | -3/+3 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+105 |
* | [perl #49472] Attributes + Unkown Error | Dave Mitchell | 2008-02-09 | 1 | -0/+1 |
* | toke.c/universal.c: consting | Steven Schubiger | 2008-01-29 | 1 | -11/+11 |
* | also report forced tokens when using -DT | Gerard Goossen | 2008-01-28 | 1 | -9/+15 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -19/+4 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+3 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -12/+6 |
* | "Automate" change 32648 (ensure that -E always loads the latest | Nicholas Clark | 2007-12-27 | 1 | -1/+2 |
* | Make -E require 5.11 features | Rafael Garcia-Suarez | 2007-12-19 | 1 | -1/+1 |
* | Rename yylval to pl_yylval, to avoid confusing bogus C preprocessors | Rafael Garcia-Suarez | 2007-11-21 | 1 | -131/+131 |
* | It seems crazy for Perl_yylex() to individually shift each element off | Nicholas Clark | 2007-10-18 | 1 | -5/+6 |
* | Inline and eliminate S_incl_perldb(), as it's only called on one place. | Nicholas Clark | 2007-10-18 | 1 | -26/+16 |
* | Eliminate some uses of sv_setpv() where we already know the length. | Nicholas Clark | 2007-10-18 | 1 | -11/+12 |
* | Change newSVpv() to newSVpvn() where we know the length is non-zero, as | Nicholas Clark | 2007-10-18 | 1 | -1/+1 |
* | Don't call strlen() on CopFILE() for the unthreaded case, because the | Nicholas Clark | 2007-10-18 | 1 | -2/+12 |
* | Silence a casting warning | Rafael Garcia-Suarez | 2007-10-18 | 1 | -1/+1 |
* | Where possible, change gv_fetchfile() to gv_fetchfile_flags(), | Nicholas Clark | 2007-10-18 | 1 | -18/+20 |
* | Given that S_feature_is_enabled() is a static function, we can know all | Nicholas Clark | 2007-10-16 | 1 | -2/+6 |
* | Pass in explicit lengths for the key and type arguments to | Nicholas Clark | 2007-10-16 | 1 | -29/+39 |
* | Re: several compilation problems on VMS in perl@32039 | Craig A. Berry | 2007-10-06 | 1 | -1/+1 |
* | Finally! Worked out how to const Perl_moreswitches(). | Nicholas Clark | 2007-10-06 | 1 | -7/+8 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 1 | -2/+2 |
* | In the MAD code, eliminate one Perl_sv_catpvf() and convert one | Nicholas Clark | 2007-10-05 | 1 | -4/+10 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -23/+0 |
* | Eliminate most *printf-like calls that use a simple "%c" format, | Nicholas Clark | 2007-10-05 | 1 | -2/+4 |
* | Remove the 'err' keyword | Rafael Garcia-Suarez | 2007-09-07 | 1 | -12/+0 |
* | Fix compilation with threads | Rafael Garcia-Suarez | 2007-08-10 | 1 | -1/+1 |
* | Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c | Claes Jacobsson | 2007-08-10 | 1 | -1/+2 |
* | Re: [perl #43545] 'no warnings' effects $@. | Rick Delaney | 2007-07-11 | 1 | -2/+4 |
* | MAD: disable constant subs when PL_madskills | Gerard Goossen | 2007-07-07 | 1 | -13/+2 |
* | Re: [perl #43082] "$_[0]->method" interpolation | Father Chrysostomos | 2007-06-07 | 1 | -1/+3 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -4/+0 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -0/+1 |
* | move PL_multi_end into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -0/+1 |
* | move PL_tokenbuf into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -0/+1 |
* | change 31200 broke src filters used within an eval | Dave Mitchell | 2007-05-15 | 1 | -1/+1 |
* | fix some (mostly MAD) compiler warnings | Dave Mitchell | 2007-05-13 | 1 | -1/+1 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -0/+2 |
* | eliminate a stray PL_lex_state | Dave Mitchell | 2007-05-12 | 1 | -1/+1 |
* | save old PL_curcop value in parser struct | Dave Mitchell | 2007-05-12 | 1 | -2/+2 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -6/+21 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -20/+10 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -1/+1 |
* | migrate more variables to PL_parser struct: | Dave Mitchell | 2007-05-05 | 1 | -25/+12 |
* | move some more variables into the PL_parser struct: | Dave Mitchell | 2007-05-04 | 1 | -11/+14 |
* | toke.c changes missed from change #31134 | Dave Mitchell | 2007-05-04 | 1 | -3/+4 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 1 | -2/+1 |