summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* lex_grow_linestr(): update re_eval_startDavid Mitchell2012-07-241-1/+7
* Let rv2cv-hook CVs’ protos participate in method intuitionFather Chrysostomos2012-07-081-6/+2
* [perl #113016] Parse CORE::foo::bar as a barewordFather Chrysostomos2012-07-061-2/+11
* rv2cv hooks should not create 2nd-class subsFather Chrysostomos2012-07-061-4/+3
* toke.c: Correct commentFather Chrysostomos2012-07-061-1/+1
* do-file should not force a barewordFather Chrysostomos2012-07-051-2/+7
* Record folded constants in the op treeFather Chrysostomos2012-07-041-1/+1
* [perl #86136] Downgrade sort {my $a} to a warningFather Chrysostomos2012-07-031-26/+0
* toke.c: Merge UNI2 and UNIBRACKFather Chrysostomos2012-07-021-14/+5
* For #16249 - Overwrite PL_last_lop_op when eval() is called.Matthew Horsfall (alh)2012-07-021-0/+1
* clean up compilation warningsJesse Luehrs2012-06-271-1/+1
* toke.c: Add, clarify commentsKarl Williamson2012-06-211-6/+8
* toke.c: Make new error UTF-8 safeBrian Fraser2012-06-211-4/+6
* Refactor \x processing to single functionKarl Williamson2012-06-201-19/+6
* toke.c: Don't convert \x{} from nativeKarl Williamson2012-06-201-2/+2
* toke.c: Combine macro callsKarl Williamson2012-06-171-1/+1
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-21/+29
* improve skipping of regex [..] char class in tokerDavid Mitchell2012-06-131-5/+17
* fix scanning for code blocksDavid Mitchell2012-06-131-2/+5
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+16
* Ignore code blocks within /[...]/David Mitchell2012-06-131-1/+8
* make recent re_eval changes compile under -DmadDavid Mitchell2012-06-131-1/+5
* disable lexing of (?{}) within \Q, \U etcDavid Mitchell2012-06-131-2/+3
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-33/+65
* correct comment about how strings are tokenisedDavid Mitchell2012-06-131-8/+4
* Require space between regex and following alnum operatorKarl Williamson2012-06-111-46/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* remove deprecated qw-as-parens behaviourZefram2012-05-251-17/+0
* Don't warn about "ambiguous without parens" for ctrl-globDagfinn Ilmari Mannsåker2012-05-211-2/+2
* Copy the pv in parse_labelFather Chrysostomos2012-03-251-8/+1
* Label UTF8 cleanupBrian Fraser2012-03-251-17/+13
* toke.c: "Illegal character in prototype" for Latin-1 protosBrian Fraser2012-03-251-3/+7
* toke.c: "Precedence problem: open %s should be open(%s)" cleanup.Brian Fraser2012-03-251-5/+12
* toke.c: "CORE::%s is not a keyword" cleanup.Brian Fraser2012-03-251-1/+3
* toke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.Brian Fraser2012-03-251-4/+6
* toke.c: "Bareword "%s" refers to nonexistent package" cleanup.Brian Fraser2012-03-251-2/+3
* toke.c: "Bad name after %s%s" cleanup.Brian Fraser2012-03-251-1/+3
* toke.c: "Ambiguous use of %c{%s} resolved to %c%s" cleanup.Brian Fraser2012-03-221-3/+5
* toke.c: S_checkcomma, "No comma allowed after %s" cleanupBrian Fraser2012-03-221-2/+3
* toke.c: "Possible unintended interpolation of %s in string" cleanup.Brian Fraser2012-03-221-2/+3
* toke.c: '"(my|state)" variable %s can't be in a package' cleanup.Brian Fraser2012-03-221-2/+3
* toke.c: 'No package name allowed for variable %s in "our"' cleanup.Brian Fraser2012-03-221-2/+2
* toke.c: 'No such class %s' cleanup.Brian Fraser2012-03-221-1/+1
* toke.c: 'Operator or semicolon missing before %c%s' cleanup.Brian Fraser2012-03-221-2/+4
* toke.c: 'Scalar value %s better written as $%s' cleanup.Brian Fraser2012-03-221-4/+6
* toke.c: 'You need to quote %s' cleanup.Brian Fraser2012-03-221-3/+5
* toke.c: 'Unrecognized character' croak cleanup.Brian Fraser2012-03-221-2/+10
* toke.c: S_no_op cleanupBrian Fraser2012-03-221-5/+9
* Remove yyerror_svFather Chrysostomos2012-03-221-12/+0
* toke.c: yyerror cleanup.Brian Fraser2012-03-221-15/+43