summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* speed up feature-checking slightlyFather Chrysostomos2011-12-221-6/+4
* Autoload charnames for \N{name}Karl Williamson2011-12-201-25/+39
* toke.c: Reorder a testKarl Williamson2011-12-201-4/+4
* toke.c, util.c: setlocale returns new locale, not oldKarl Williamson2011-12-181-1/+3
* toke.c, perldiag: Note delay of some things to 5.18Karl Williamson2011-12-161-1/+1
* Disable $[ under 5.16Father Chrysostomos2011-12-151-5/+13
* Don’t warn for open local *FHFather Chrysostomos2011-12-081-0/+1
* Optimise __SUB__ to a constantFather Chrysostomos2011-11-261-1/+1
* Don’t warn for foo+1 with ($) protoFather Chrysostomos2011-11-241-5/+9
* When parsing subs with user-defined prototypes, store information needed to t...Matthew Horsfall (alh)2011-11-241-2/+6
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+3
* Don’t create an AV for unfiltered codeFather Chrysostomos2011-11-181-2/+6
* In Perl_lex_start(), don't read the byte before SvPVX().Nicholas Clark2011-11-131-1/+1
* toke.c:lex_start: Move len into the only block that uses itFather Chrysostomos2011-11-061-1/+1
* Update docs about lex_start’s flags paramFather Chrysostomos2011-11-061-3/+2
* Avoid redundant copies in string evalsFather Chrysostomos2011-11-061-8/+5
* Make multiple #line’s update dblines in evalsFather Chrysostomos2011-11-061-1/+1
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-20/+88
* Add evalbytes functionFather Chrysostomos2011-11-061-0/+4
* Forbid source filters in Unicode evalsFather Chrysostomos2011-11-061-0/+3
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-2/+3
* Fix CORE::globFather Chrysostomos2011-10-261-2/+6