summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* toke.c: Remove soon-to-be invalid t assumptionKarl Williamson2015-11-251-4/+15
* [perl #126443] make sure PL_oldbufptr is preserved in scan_heredoc()Tony Cook2015-11-241-0/+4
* hexfp: if HEXFP_NV the shift2 is unusedJarkko Hietaniemi2015-11-201-0/+1
* perl #126586 hexfp may lose 1-3 low order bits (most often, 1)Jarkko Hietaniemi2015-11-071-0/+25
* perl #126582 hexfp overflow drops hi-order bitsJarkko Hietaniemi2015-11-071-8/+8
* Change meaning of UNI_IS_INVARIANT on EBCDIC platformsKarl Williamson2015-09-181-1/+1
* PATCH [perl #126036] toke.c: Silence some compiler warningsKarl Williamson2015-09-131-2/+2
* toke.c: Silence some compiler warningsKarl Williamson2015-09-121-4/+4
* Refactor tr/// parsing to work on EBCDIC, fix other bugKarl Williamson2015-09-081-164/+331
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-3/+3
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-7/+7
* perlapi: Change slightly weird constructKarl Williamson2015-09-031-12/+12
* The #ifdef NV_MIN_EXP straddled the if () braces.Andy Broad2015-08-271-11/+7
* [perl #125341] check for unexpected trash after any sub startTony Cook2015-08-271-1/+7
* Explicitly use and check for FD_CLOEXEC.Jarkko Hietaniemi2015-08-261-2/+4
* disallow nested declarations [perl #125587] [perl #121058]Lukas Mai2015-08-181-0/+8