summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-1/+1
* The parser should always close the file handle that it opened.Nicholas Clark2012-02-271-4/+11
* delay allocating trans table until neededZefram2012-02-251-3/+1
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-4/+12
* Allow prototypes (_@) and (_%)Rafael Garcia-Suarez2012-01-271-1/+1
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-6/+11
* In Perl_feature_is_enabled() use cBOOL to convert the pointer to a "bool".Nicholas Clark2012-01-161-5/+2
* [perl #90030] sort with no argumentsFather Chrysostomos2012-01-051-2/+0
* Change wording of \E warningFather Chrysostomos2012-01-031-1/+1
* toke.c: Unpaired '\E's in double-quotish contexts should warn.Brian Fraser2012-01-021-0/+5
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+8
* Don’t warn for open(foo::bar)Father Chrysostomos2011-12-241-0/+1
* toke.c: Add assertion to feature_is_enabledFather Chrysostomos2011-12-241-0/+2
* toke.c: include feature.hFather Chrysostomos2011-12-241-0/+2
* Eliminate ‘negative’ featuresFather Chrysostomos2011-12-241-8/+5