This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Archive-Tar to CPAN version 2.10
[perl5.git] / toke.c
2016-08-06 Father Chrysostomostoke.c: Clarify comment
2016-08-05 Karl WilliamsonPATCH: [perl #128738] Large code pt as string delim
2016-08-03 David Mitchellduplicate signature vars gave wrong warning
2016-08-03 David Mitchellsignatures: make param and optional param count IV
2016-08-03 David Mitchellucfirst() new signature diagnostic messages
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-08-03 Father ChrysostomosEmpty sublex_info into the parser struct
2016-07-31 Father ChrysostomosDon’t trigger warnings for qq"@builtin"
2016-07-28 Karl Williamsontoke.c: White-space only
2016-07-28 Father Chrysostomos[perl #128747] Fix line number bug with s//<<END/e
2016-07-27 Karl WilliamsonPATCH: [perl #128734] tr/\N{...}/ failing for 128-255
2016-07-26 Father ChrysostomosHandle missing Unicode heredoc terminators correctly
2016-07-26 Father Chrysostomos[perl #128701] Fix err msg for Unicode delimiters
2016-07-26 Father Chrysostomosparser.h: Use UV for string delims
2016-07-22 David Mitchellfix g++ compiler warning
2016-07-20 David Mitchellrename "WORD" lexical token to "BAREWORD"
2016-07-17 Father ChrysostomosClearer declared_refs warning msg
2016-07-17 Father ChrysostomosMake my\ experimental
2016-07-17 Father ChrysostomosAllow my \$a
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-07-08 David MitchellRT #128255: Assert fail in S_sublex_done
2016-07-02 Father Chrysostomos[perl #128508] Fix line numbers with perl -x
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-06-06 Lukas Maiuse yyerror instead of croaking immediately (RT #127993)
2016-06-04 Lukas Maifix bogus "at end of line" error message for "my (my...
2016-06-04 Lukas Maispelling: s/delimeter/delimiter/
2016-06-03 Father Chrysostomos[perl #128307] Fix ‘foo ? require : bar’
2016-05-21 Lukas Mairecognize and reject version control conflict markers...
2016-05-21 Father ChrysostomosSimplify parser’s handling of my/local
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-20 Father Chrysostomostoke: yylex comments
2016-05-18 Father Chrysostomos[perl #128171] Fix assert fail with /@0{0*->@*/*0
2016-05-17 Father ChrysostomosRemove LEX_KNOWNEXT and stop using PL_lex_defer
2016-05-17 Father ChrysostomosUse concat overloading for "foo$_->$*"
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2016-05-09 Karl Williamsontoke.c: Fix comment
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-05 Karl WilliamsonPATCH: [perl #127262] assertion fail on malformed UTF8
2016-02-29 Alex VandiverAdjust callsites that use UTF8SKIP without checking UTF
2016-02-10 Tony Cook[perl #127334] S_incline: avoid overrunning the end...
2016-02-03 David Mitchelladd CX_CUR() macro
2016-02-03 Tony Cook[perl #125540] handle already being at EOF while not...
2016-01-27 Jarkko Hietaniemi[perl #127183] Non-canonical hexadecimal floats are...
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-25 Karl Williamsontoke.c: Remove soon-to-be invalid t assumption
2015-11-24 Tony Cook[perl #126443] make sure PL_oldbufptr is preserved...
2015-11-20 Jarkko Hietaniemihexfp: if HEXFP_NV the shift2 is unused
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2015-09-18 Karl WilliamsonChange meaning of UNI_IS_INVARIANT on EBCDIC platforms
2015-09-13 Karl WilliamsonPATCH [perl #126036] toke.c: Silence some compiler...
2015-09-12 Karl Williamsontoke.c: Silence some compiler warnings
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Karl Williamsonperlapi: Change slightly weird construct
2015-08-27 Andy BroadThe #ifdef NV_MIN_EXP straddled the if () braces.
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-26 Jarkko HietaniemiExplicitly use and check for FD_CLOEXEC.
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-08-01 Karl Williamsontoke.c: White-space, comment, added braces only
2015-07-23 Tony Cook[perl #123961] handle a missing closing ` for -DT output
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-22 Jarkko Hietaniemistatic inlines from dquote_static.c -> new dquote_inline.h
2015-07-22 Daniel Dragancombine PERLDB_LINE and PERLDB_SAVESRC flag tests
2015-07-13 Karl Williamsontoke.c: Move macro definition
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Karl Williamsontoke.c: Comments, white-space only
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-22 Leon TimmermansRespect hashbangs containing perl6
2015-04-25 David Mitchell[perl #123737] Fix assertion failure with 0$#{
2015-04-15 David Mitchellassertion failure on interpolated parse err
2015-03-31 Alex Vandivertoke.c: UTF-8 aware warning cleanups
2015-03-27 Alex VandiverFix "...without parentheses is ambuguous" warning for...
2015-03-27 Alex VandiverAllow unquoted UTF-8 HERE-document terminators
2015-03-27 Alex Vandiver[perl #124113] Make check for multi-dimensional arrays...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-19 Father Chrysostomos[perl #123995] Assert fail with s;@{<<;
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-11 Father Chrysostomos[perl #123963] "@<fullwidth digit>"
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-02 Father Chrysostomos[perl #123955] Fix assert fail with 0 s/// in quotes
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with "\L\L"
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with /$0{}/
2015-02-23 Father Chrysostomos[perl #123801] Stop s##[}#e from crashing
2015-02-22 Father Chrysostomos[perl #123893] Fix hang with "@{"
2015-02-16 Father Chrysostomos[perl #123712] Don’t check sub_inwhat
2015-02-16 Father Chrysostomos[perl #123712] Fix /$a[/ parsing
2015-02-16 Father Chrysostomostoke.c: Don’t bother setting type for FORMRBRACK
2015-02-09 Father Chrysostomos[perl #123677] Crash with token stack overflow
2015-02-09 Father Chrysostomostoke.c: Assert that we don’t overflow token stack
next