2012-08-06 |
Father Chrysostomos | toke.c: move leftbracket label |
blob | commitdiff |
2012-08-06 |
Father Chrysostomos | [perl #114040] Parse formats in interpolating constructs |
blob | commitdiff | diff to current |
2012-08-06 |
Father Chrysostomos | Forbid braces as format delimiters |
blob | commitdiff | diff to current |
2012-08-05 |
Father Chrysostomos | [perl #78550] Fix bad assertion in toke.c:start_subparse |
blob | commitdiff | diff to current |
2012-08-04 |
Father Chrysostomos | [perl #114222] Make ‘use’ parse arguments in term context |
blob | commitdiff | diff to current |
2012-08-02 |
Father Chrysostomos | [perl #114104] Better error for unterminated heredoc... |
blob | commitdiff | diff to current |
2012-07-24 |
David Mitchell | lex_grow_linestr(): update re_eval_start |
blob | commitdiff | diff to current |
2012-07-08 |
Father Chrysostomos | Let rv2cv-hook CVs’ protos participate in method intuition |
blob | commitdiff | diff to current |
2012-07-07 |
Father Chrysostomos | [perl #113016] Parse CORE::foo::bar as a bareword |
blob | commitdiff | diff to current |
2012-07-07 |
Father Chrysostomos | rv2cv hooks should not create 2nd-class subs |
blob | commitdiff | diff to current |
2012-07-07 |
Father Chrysostomos | toke.c: Correct comment |
blob | commitdiff | diff to current |
2012-07-06 |
Father Chrysostomos | do-file should not force a bareword |
blob | commitdiff | diff to current |
2012-07-05 |
Father Chrysostomos | Record folded constants in the op tree |
blob | commitdiff | diff to current |
2012-07-04 |
Father Chrysostomos | [perl #86136] Downgrade sort {my $a} to a warning |
blob | commitdiff | diff to current |
2012-07-03 |
Father Chrysostomos | toke.c: Merge UNI2 and UNIBRACK |
blob | commitdiff | diff to current |
2012-07-03 |
Matthew Horsfall... | For #16249 - Overwrite PL_last_lop_op when eval() is... |
blob | commitdiff | diff to current |
2012-06-27 |
Jesse Luehrs | clean up compilation warnings |
blob | commitdiff | diff to current |
2012-06-21 |
Karl Williamson | toke.c: Add, clarify comments |
blob | commitdiff | diff to current |
2012-06-21 |
Brian Fraser | toke.c: Make new error UTF-8 safe |
blob | commitdiff | diff to current |
2012-06-20 |
Karl Williamson | Refactor \x processing to single function |
blob | commitdiff | diff to current |
2012-06-20 |
Karl Williamson | toke.c: Don't convert \x{} from native |
blob | commitdiff | diff to current |
2012-06-17 |
Karl Williamson | toke.c: Combine macro calls |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | Fix up runtime regex codeblocks. |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | improve skipping of regex [..] char class in toker |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | fix scanning for code blocks |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | make qr/(?{})/ behave with closures |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | Ignore code blocks within /[...]/ |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | make recent re_eval changes compile under -Dmad |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | disable lexing of (?{}) within \Q, \U etc |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | make re_evals be seen by the toker/parser |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | correct comment about how strings are tokenised |
blob | commitdiff | diff to current |
2012-06-11 |
Karl Williamson | Require space between regex and following alnum operator |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-05-25 |
Zefram | remove deprecated qw-as-parens behaviour |
blob | commitdiff | diff to current |
2012-05-21 |
Dagfinn Ilmari Man... | Don't warn about "ambiguous without parens" for ctrl... |
blob | commitdiff | diff to current |
2012-03-25 |
Father Chrysostomos | Copy the pv in parse_label |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | Label UTF8 cleanup |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | toke.c: "Illegal character in prototype" for Latin... |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | toke.c: "Precedence problem: open %s should be open... |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | toke.c: "CORE::%s is not a keyword" cleanup. |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | toke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup. |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | toke.c: "Bareword "%s" refers to nonexistent package... |
blob | commitdiff | diff to current |
2012-03-25 |
Brian Fraser | toke.c: "Bad name after %s%s" cleanup. |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: "Ambiguous use of %c{%s} resolved to %c%s"... |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: S_checkcomma, "No comma allowed after %s" cleanup |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: "Possible unintended interpolation of %s in... |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: '"(my|state)" variable %s can't be in a package... |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: 'No package name allowed for variable %s in... |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: 'No such class %s' cleanup. |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: 'Operator or semicolon missing before %c%s... |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: 'Scalar value %s better written as $%s' cleanup. |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: 'You need to quote %s' cleanup. |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: 'Unrecognized character' croak cleanup. |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: S_no_op cleanup |
blob | commitdiff | diff to current |
2012-03-23 |
Father Chrysostomos | Remove yyerror_sv |
blob | commitdiff | diff to current |
2012-03-23 |
Brian Fraser | toke.c: yyerror cleanup. |
blob | commitdiff | diff to current |
2012-03-20 |
Karl Williamson | Use the new utf8 to code point functions |
blob | commitdiff | diff to current |
2012-02-27 |
Nicholas Clark | The parser should always close the file handle that... |
blob | commitdiff | diff to current |
2012-02-25 |
Zefram | delay allocating trans table until needed |
blob | commitdiff | diff to current |
2012-01-29 |
Brian Fraser | Implement the fc keyword and the \F string escape. |
blob | commitdiff | diff to current |
2012-01-27 |
Rafael Garcia-Suarez | Allow prototypes (_@) and (_%) |
blob | commitdiff | diff to current |
2012-01-16 |
Nicholas Clark | Provide as much diagnostic information as possible... |
blob | commitdiff | diff to current |
2012-01-16 |
Nicholas Clark | In Perl_feature_is_enabled() use cBOOL to convert the... |
blob | commitdiff | diff to current |
2012-01-05 |
Father Chrysostomos | [perl #90030] sort with no arguments |
blob | commitdiff | diff to current |
2012-01-03 |
Father Chrysostomos | Change wording of \E warning |
blob | commitdiff | diff to current |
2012-01-03 |
Brian Fraser | toke.c: Unpaired '\E's in double-quotish contexts shoul... |
blob | commitdiff | diff to current |
2011-12-29 |
Father Chrysostomos | diag_listed_as galore |
blob | commitdiff | diff to current |
2011-12-25 |
Father Chrysostomos | Don’t warn for open(foo::bar) |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | toke.c: Add assertion to feature_is_enabled |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | toke.c: include feature.h |
blob | commitdiff | diff to current |
2011-12-24 |
Father Chrysostomos | Eliminate ‘negative’ features |
blob | commitdiff | diff to current |
2011-12-22 |
Father Chrysostomos | speed up feature-checking slightly |
blob | commitdiff | diff to current |
2011-12-21 |
Karl Williamson | Autoload charnames for \N{name} |
blob | commitdiff | diff to current |
2011-12-21 |
Karl Williamson | toke.c: Reorder a test |
blob | commitdiff | diff to current |
2011-12-19 |
Karl Williamson | toke.c, util.c: setlocale returns new locale, not old |
blob | commitdiff | diff to current |
2011-12-16 |
Karl Williamson | toke.c, perldiag: Note delay of some things to 5.18 |
blob | commitdiff | diff to current |
2011-12-16 |
Father Chrysostomos | Disable $[ under 5.16 |
blob | commitdiff | diff to current |
2011-12-08 |
Father Chrysostomos | Don’t warn for open local *FH |
blob | commitdiff | diff to current |
2011-11-26 |
Father Chrysostomos | Optimise __SUB__ to a constant |
blob | commitdiff | diff to current |
2011-11-25 |
Father Chrysostomos | Don’t warn for foo+1 with ($) proto |
blob | commitdiff | diff to current |
2011-11-24 |
Matthew Horsfall... | When parsing subs with user-defined prototypes, store... |
blob | commitdiff | diff to current |
2011-11-22 |
Father Chrysostomos | [perl #80628] __SUB__ |
blob | commitdiff | diff to current |
2011-11-19 |
Father Chrysostomos | Don’t create an AV for unfiltered code |
blob | commitdiff | diff to current |
2011-11-13 |
Nicholas Clark | In Perl_lex_start(), don't read the byte before SvPVX(). |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | toke.c:lex_start: Move len into the only block that... |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Update docs about lex_start’s flags param |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Avoid redundant copies in string evals |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Make multiple #line’s update dblines in evals |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Make source filters work in evalbytes |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Add evalbytes function |
blob | commitdiff | diff to current |
2011-11-06 |
Father Chrysostomos | Forbid source filters in Unicode evals |
blob | commitdiff | diff to current |
2011-11-06 |
Brian Fraser | eval STRING UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-27 |
Father Chrysostomos | Fix CORE::glob |
blob | commitdiff | diff to current |
2011-10-10 |
Father Chrysostomos | Resolve XS AUTOLOAD-prototype conflict |
blob | commitdiff | diff to current |
2011-10-07 |
Brian Fraser | Cast to signed before negating, to avoid compiler warnings |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c, ext/attributes/attributes.xs: Make attributes... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Modify S_pending_ident to use sv_catpvn_flags |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c, op.c, sv.c: Prototype parsing and checking... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | toke.c: Some simple mending to get readline() working... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | toke.c: Take utf8 into account when creating DATA handle |
blob | commitdiff | diff to current |
next |