summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* toke.c: Clarify commentFather Chrysostomos2016-08-051-2/+2
* PATCH: [perl #128738] Large code pt as string delimKarl Williamson2016-08-051-1/+1
* duplicate signature vars gave wrong warningDavid Mitchell2016-08-031-0/+4
* signatures: make param and optional param count IVDavid Mitchell2016-08-031-1/+1
* ucfirst() new signature diagnostic messagesDavid Mitchell2016-08-031-2/+2
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-9/+29
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-214/+62
* Empty sublex_info into the parser structFather Chrysostomos2016-08-031-25/+24
* Don’t trigger warnings for qq"@builtin"Father Chrysostomos2016-07-311-4/+2
* toke.c: White-space onlyKarl Williamson2016-07-281-3/+3
* [perl #128747] Fix line number bug with s//<<END/eFather Chrysostomos2016-07-271-1/+1
* PATCH: [perl #128734] tr/\N{...}/ failing for 128-255Karl Williamson2016-07-271-1/+1
* Handle missing Unicode heredoc terminators correctlyFather Chrysostomos2016-07-261-0/+1
* [perl #128701] Fix err msg for Unicode delimitersFather Chrysostomos2016-07-261-7/+19
* parser.h: Use UV for string delimsFather Chrysostomos2016-07-261-3/+4
* fix g++ compiler warningDavid Mitchell2016-07-221-1/+1
* rename "WORD" lexical token to "BAREWORD"David Mitchell2016-07-201-26/+27
* Clearer declared_refs warning msgFather Chrysostomos2016-07-171-2/+1
* Make my\ experimentalFather Chrysostomos2016-07-171-0/+9
* Allow my \$aFather Chrysostomos2016-07-171-1/+1
* Remove IN_ENCODING macro, and all code dependent on itFather Chrysostomos2016-07-131-145/+4
* RT #128255: Assert fail in S_sublex_doneDavid Mitchell2016-07-081-9/+9
* [perl #128508] Fix line numbers with perl -xFather Chrysostomos2016-07-021-1/+2
* [perl #128478] Restore former "$foo::$bar" parsingFather Chrysostomos2016-06-271-6/+8
* use yyerror instead of croaking immediately (RT #127993)Lukas Mai2016-06-061-16/+36
* fix bogus "at end of line" error message for "my (my $x, $y, $z)"Lukas Mai2016-06-041-0/+1
* spelling: s/delimeter/delimiter/Lukas Mai2016-06-041-4/+4
* [perl #128307] Fix ‘foo ? require : bar’Father Chrysostomos2016-06-021-1/+1
* recognize and reject version control conflict markers (RT #127993)Lukas Mai2016-05-221-1/+10
* Simplify parser’s handling of my/localFather Chrysostomos2016-05-211-2/+0
* Enable lex subs everywhere; suppress warningFather Chrysostomos2016-05-201-10/+0
* toke: yylex commentsFather Chrysostomos2016-05-201-3/+3
* [perl #128171] Fix assert fail with /@0{0*->@*/*0Father Chrysostomos2016-05-171-1/+0
* Remove LEX_KNOWNEXT and stop using PL_lex_deferFather Chrysostomos2016-05-171-30/+2
* Use concat overloading for "foo$_->$*"Father Chrysostomos2016-05-171-1/+2
* Make deprecated qr//xx fatalKarl Williamson2016-05-091-2/+6
* Remove deprecated literal control char variable namesKarl Williamson2016-05-091-23/+2
* toke.c: Fix commentKarl Williamson2016-05-091-2/+2
* Stop accepting deprecated NBSP in \N{}Karl Williamson2016-05-091-13/+0
* PATCH: [perl #123417] Deprecate empty \N{}Karl Williamson2016-03-241-1/+4
* PATCH: [perl #127262] assertion fail on malformed UTF8Karl Williamson2016-03-041-2/+15
* Adjust callsites that use UTF8SKIP without checking UTFAlex Vandiver2016-02-291-3/+3
* [perl #127334] S_incline: avoid overrunning the end of the parse bufferTony Cook2016-02-101-1/+1
* add CX_CUR() macroDavid Mitchell2016-02-031-1/+1
* [perl #125540] handle already being at EOF while not finding a heredoc termin...Tony Cook2016-02-031-2/+3
* [perl #127183] Non-canonical hexadecimal floats are parsed prematurelyJarkko Hietaniemi2016-01-271-45/+84
* [perl #123737] handle a non-identifer after @ better for a missing opTony Cook2016-01-141-2/+8
* [perl #123737] delay reporting a missing operator for arraysTony Cook2016-01-111-3/+4
* utf8.h, et.al.: Clean up some castsKarl Williamson2015-12-051-1/+1
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-4/+1