| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n". | Nicholas Clark | 2013-07-22 | 1 | -1/+4 |
* | op.c: Add op_folded to BASEOP | Niels Thykier | 2013-07-19 | 1 | -0/+1 |
* | toke.c:yylex: assert that PL_linestr is not a COW | Father Chrysostomos | 2013-07-19 | 1 | -2/+45 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-16 | 1 | -14/+37 |
* | [perl #118567] Add a warning for prototypes if a missing | Peter Martini | 2013-07-13 | 1 | -0/+4 |
* | Revert "Allow => to quote built-in keywords across lines" | Father Chrysostomos | 2013-07-12 | 1 | -31/+12 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-12 | 1 | -12/+31 |
* | [perl #118627] Don’t do COW when creating ${"_<-e"}[0] | Father Chrysostomos | 2013-07-11 | 1 | -1/+1 |
* | Split the handling for "Illegal character" and "Illegal character after '_'" | Peter Martini | 2013-07-10 | 1 | -10/+13 |
* | 'Prototype after' and 'Illegal character' warnings should both pretty print t... | Peter Martini | 2013-07-09 | 1 | -12/+8 |
* | Introduce validate_proto / stop stripping spaces | Peter Martini | 2013-07-05 | 1 | -69/+99 |
* | minor clean up of the refactoring of d6a4f4b531 | Tony Cook | 2013-07-05 | 1 | -3/+4 |
* | Reinstate UTF8f | Father Chrysostomos | 2013-06-28 | 1 | -40/+30 |
* | [perl #117535, #76910] Fix bogus ambiguity warnings | Father Chrysostomos | 2013-06-26 | 1 | -1/+7 |
* | Revert "Use UTF8f in more places" | Karl Williamson | 2013-06-25 | 1 | -28/+38 |
* | Remove spaces from a (copy of) a proto when used. The logic that uses prototy... | Peter Martini | 2013-06-25 | 1 | -0/+1 |
* | Use UTF8f in more places | Father Chrysostomos | 2013-06-23 | 1 | -38/+28 |
* | toke.c: Don’t depend on sv_force_normal’s good graces | Father Chrysostomos | 2013-06-22 | 1 | -0/+4 |
* | Treat a consecutive semicolons in a prototype as 1 | Peter Martini | 2013-06-22 | 1 | -7/+7 |
* | tboffset hasn't been used since 7196fc2f | Tony Cook | 2013-06-14 | 1 | -4/+0 |
* | Inline a subset of S_force_word() into the KEY_format section of Perl_yylex(). | Nicholas Clark | 2013-06-11 | 1 | -2/+12 |
* | toke.c: Remove the allow_initial_tick hack from S_force_word. | Brian Fraser | 2013-06-11 | 1 | -18/+16 |
* | Eliminate the last call to S_force_word() passing allow_initial_tick as TRUE. | Brian Fraser | 2013-06-11 | 1 | -2/+2 |
* | [perl #24482] Fix sort and require to treat CORE:: as keyword | Father Chrysostomos | 2013-06-07 | 1 | -1/+6 |
* | [perl #116735] Honour lexical prototypes when no parens are used | Father Chrysostomos | 2013-06-02 | 1 | -4/+5 |
* | toke.c: Under -DT, report pending idents more clearly | Father Chrysostomos | 2013-05-31 | 1 | -0/+4 |
* | Make \N{ } deprecation warnings fatalizable | Father Chrysostomos | 2013-05-27 | 1 | -4/+12 |
* | Turn \N{ } deprecation warnings on by default | Father Chrysostomos | 2013-05-27 | 1 | -4/+5 |
* | Add comments describing the operation of S_scan_ident(). | Nicholas Clark | 2013-05-22 | 1 | -0/+19 |
* | toke.c: Remove redundant test | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | toke.c: VALID_LEN_ONE_IDENT only needs a char, not a char* | Brian Fraser | 2013-05-20 | 1 | -5/+5 |
* | toke.c, S_intuit_method: Minor parsing speedup for 'maybe_method $foo' | Brian Fraser | 2013-05-20 | 1 | -5/+7 |
* | toke.c: Call base macro that does the same thing | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | toke.c/MAD: silence a couple of warnings | David Mitchell | 2013-05-09 | 1 | -0/+2 |
* | Handle /@a/ array expansion within regex engine | David Mitchell | 2013-04-20 | 1 | -1/+4 |
* | fix runtime /(?{})/ with overload::constant qr | David Mitchell | 2013-04-12 | 1 | -1/+3 |
* | add lex_re_reparsing boolean to yy_parser struct | David Mitchell | 2013-04-12 | 1 | -3/+4 |
* | Eliminate PL_reg_state.re_reparsing, part 2 | David Mitchell | 2013-04-12 | 1 | -2/+0 |
* | Eliminate PL_reg_state.re_reparsing, part 1 | David Mitchell | 2013-04-12 | 1 | -3/+9 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 1 | -0/+9 |
* | In In S_scan_heredoc(), avoid memNE() reading beyond the end of s. | Nicholas Clark | 2013-03-25 | 1 | -2/+2 |
* | In S_scan_heredoc(), the explicit test for '\n' duplicates the strNE(). | Nicholas Clark | 2013-03-25 | 1 | -1/+1 |
* | toke.c, S_scan_ident: Ignore whitespace on both sides of ${ ... } | Brian Fraser | 2013-03-15 | 1 | -9/+6 |
* | PATCH: [perl #117101] toke.c: Make \$$1 work again. | Brian Fraser | 2013-03-09 | 1 | -1/+5 |
* | open FOO || die; doesn't need a special identifier parser. | Brian Fraser | 2013-03-06 | 1 | -9/+3 |
* | Restrict the valid identifier syntax, fix some identifier bugs. | Brian Fraser | 2013-03-06 | 1 | -8/+23 |
* | Fix several differences in the parsing of $.. and ${...} | Brian Fraser | 2013-03-06 | 1 | -85/+54 |
* | Stop SEGV on 'our sub { syntax error }' | Peter Martini | 2013-03-03 | 1 | -0/+5 |
* | Add, fix comments | Karl Williamson | 2013-02-25 | 1 | -1/+2 |
* | Fix format string warnings in toke.c Changed literals to "%s", literal | Peter Martini | 2013-01-25 | 1 | -10/+10 |