summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* toke.c: Introduce peekspace()Father Chrysostomos2016-08-181-3/+8
* toke.c: Note retval of S_skipspaceFather Chrysostomos2016-08-181-0/+1
* toke.c: Move skipspace closer to S_skipspaceFather Chrysostomos2016-08-181-3/+2
* [perl #128951] Fix ASan error with @{\327Father Chrysostomos2016-08-181-4/+12
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-10/+11
* Take advantage of SvGROW's return valueKarl Williamson2016-08-171-2/+1
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2016-08-161-2/+5
* buffer overflow in "string terminator" err msgDavid Mitchell2016-08-161-1/+1
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2016-08-131-1/+1
* hexfp: IEEE 754 subnormals printf %aJarkko Hietaniemi2016-08-101-0/+8
* 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