| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -10/+11 |
* | Silence 5 "possible loss of data" warnings from VC6 | Steve Hay | 2007-04-24 | 1 | -2/+2 |
* | Fix bug in change 31015 - saving the wrong size of variable. | Nicholas Clark | 2007-04-21 | 1 | -1/+1 |
* | Several members of struct yy_parser can go on a diet. Some I32s were | Nicholas Clark | 2007-04-21 | 1 | -5/+5 |
* | Re: [PATCH] madprop about forced words | Gerard Goossen | 2007-04-20 | 1 | -1/+1 |
* | Only append ?? match ops to the list used by reset. This saves memory | Nicholas Clark | 2007-04-06 | 1 | -1/+21 |
* | madprop about forced words | Gerard Goossen | 2007-04-06 | 1 | -0/+2 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -3/+0 |
* | Re: [PATCH] MAD disable constant inlining | Gerard Goossen | 2007-04-03 | 1 | -2/+3 |
* | Make parser_free() be called slightly later, | Dave Mitchell | 2007-04-01 | 1 | -2/+18 |
* | Eliminate the use of PL_curforce outside of toke.c | Dave Mitchell | 2007-04-01 | 1 | -0/+1 |
* | Eliminate the use of PL_bufend outside of toke.c: | Dave Mitchell | 2007-04-01 | 1 | -8/+9 |
* | Make the warning "interpreted as function" a bit less annoying, | Rafael Garcia-Suarez | 2007-03-26 | 1 | -1/+5 |
* | say() should parse exactly like print() | Rafael Garcia-Suarez | 2007-03-26 | 1 | -1/+2 |
* | Make sure readpipe without argument can be followed by // | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | Re: What is this MAD stuff all about? | Rick Delaney | 2007-03-15 | 1 | -3/+4 |
* | Use another method to avoid the "possible interpolation" warning | Rafael Garcia-Suarez | 2007-03-07 | 1 | -1/+5 |
* | Avoid an assertion failure when overloading readpipe. | Nicholas Clark | 2007-03-02 | 1 | -1/+1 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 1 | -2/+2 |
* | (?p{}) has been deprecated for a long time. | Rafael Garcia-Suarez | 2007-02-28 | 1 | -1/+1 |
* | C<keys %+> should not warn. Don't make scan_ident test for | Rafael Garcia-Suarez | 2007-02-24 | 1 | -1/+2 |
* | More efficient to call newSV_type() then SvGROW() instead of newSV() | Nicholas Clark | 2007-02-18 | 1 | -4/+4 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -4/+2 |
* | Re: PL_copline inconsistency | Rick Delaney | 2007-02-12 | 1 | -0/+1 |
* | A few more places where we know the length for sv_setpv() or sv_catpv() | Nicholas Clark | 2007-02-02 | 1 | -4/+4 |
* | One last gv_fetchpv() that should be GV_ADD rather than TRUE. | Nicholas Clark | 2007-01-27 | 1 | -1/+1 |
* | A test to exercise the smallbuf overflow code in S_incline, and a | Nicholas Clark | 2007-01-27 | 1 | -12/+28 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -10/+7 |
* | As we're not passing over (or copying in) a NUL, don't need that extra | Nicholas Clark | 2007-01-26 | 1 | -2/+2 |
* | Convert the last remaining 256 byte "small"bufs to 128 bytes. | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated | Nicholas Clark | 2007-01-25 | 1 | -7/+7 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -4/+4 |
* | Enable the ~~ operator by default. | Rafael Garcia-Suarez | 2007-01-15 | 1 | -2/+1 |
* | Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ... | Yves Orton | 2007-01-15 | 1 | -8/+9 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -16/+12 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -4/+5 |
* | g++ fixes | Jarkko Hietaniemi | 2007-01-15 | 1 | -1/+1 |
* | Fix bug [perl #41234] : the tokenizer understands "=cute" | Rafael Garcia-Suarez | 2007-01-11 | 1 | -1/+1 |
* | In toke.c, merge S_update_debugger_info_pv() and | Nicholas Clark | 2007-01-11 | 1 | -21/+10 |
* | allocate op_pv strings from shared mem pool | Dave Mitchell | 2007-01-08 | 1 | -1/+1 |