This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/handy.t: Skip some tests on EBCDIC
[perl5.git] / toke.c
2017-01-17 Zeframwarn at most once per literal about misplaced _
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailUse of comma-less variable lists is deprecated.
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-05 Karl Williamsontoke.c: Make too-long inline function just static
2017-01-04 Hugo van der Sanden[perl #130495] /x comment skipping stops a byte short
2017-01-03 Karl Williamsontoke.c: Clarify comment
2017-01-03 Karl Williamsontoke.c: Keep better track for avoiding work in tr///
2017-01-03 Karl Williamsontoke.c: Fix comment that said the opposite of what...
2017-01-03 Karl Williamsontoke.c: Simplify expression
2017-01-03 Karl WilliamsonSV_UTF8_NO_ENCODING is no longer used
2017-01-03 Karl Williamsontoke.c: White-space only
2017-01-03 Karl Williamsontoke.c: Potentially avoid work when converting to UTF-8
2017-01-03 Karl Williamsontoke.c: Reorder if/else branches
2017-01-03 Karl Williamsontoke.c: Fix too-small SvGROW()
2017-01-03 Karl Williamsontoke.c: Simplify a couple of expressions
2017-01-03 Karl Williamsontoke.c: Convert sv_grow to SvGROW
2016-12-25 David Mitchellmore issues with /(?{ ... <<EOF })/
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-23 Karl Williamsontoke.c: Replace infinite loop reading input by bounded
2016-12-23 Karl Williamsontoke.c: Use fewer branches
2016-12-23 Karl Williamsontoke.c: Use macro instead of repeating code
2016-12-23 Karl Williamsontoke.c: White-space only
2016-12-23 Karl Williamsontoke.c: Convert to use isFOO_utf8_safe() macros
2016-12-23 Karl Williamsontoke.c: Avoid a conversion to/from UTF-8
2016-12-23 Karl WilliamsonPATCH: [perl #126310] single quote UTF-8 malformation...
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-12-23 Karl Williamsontoke.c: Silence win32 compiler warning.
2016-12-23 Karl Williamsontoke.c: Simplify finding mirror-image close delimiter
2016-12-23 Karl Williamsontoke.c: Skip some work for UTF-8 invariant
2016-12-11 Karl Williamsontoke.c: Use strpbrk instead of sequential strchr()
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-12-10 David Mitchellmisaligned buffer with heredoc and /(?{...})/
2016-12-07 Karl Williamsontoke.c: Swap 'if' and 'else' clauses
2016-12-05 David Mitchellyyparse(): only check stack size in outer loop
2016-12-05 David Mitchelloptimising yyparse: replace stack_size with a ptr
2016-12-05 Yves Ortonmake sure that new heredoc parsing doesn't COW during...
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-15 Matthew HorsfallReport indented here-doc line errors correctly
2016-11-14 Lukas Maitoke.c: remove obsolete comment
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-13 David MitchellS_scan_subst() - remove extraneous code
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-09 Tony Cook(perl #129000) use the new utf8_hop_back()
2016-11-03 Andy LesterMake toke.c:S_lop's x arg a U8 to match PL_expect
2016-10-31 Tony Cook(perl #128997) avoid reading beyond the end of the...
2016-10-31 Andy Lester(perl #129961) code cleanup for clang -Weverything...
2016-10-20 Lukas Maitoke.c: remove redundant (OP *) casts
2016-10-20 Lukas Maitoke.c: get rid of "if (0)"
2016-10-19 Yves Ortontoke.c: use new SvPVCLEAR and constant string friendly...
2016-10-18 Karl Williamsontoke.c: Fix EBCDIC issue
2016-10-18 Karl Williamsontoke.c: Fix grammar in comment
2016-09-27 David MitchellEliminate xpad_cop_seq from _xnvu union
2016-09-10 Father Chrysostomostoke.c: Correct comment
2016-09-07 David Mitchelladd some code comments for the users of delimcpy()
2016-09-07 David Mitchellfix errror handling for ':attr(foo' with no ')'
2016-09-07 Tony Cookfix a stupid type error
2016-09-07 Tony Cook(perl #128988) preserve PL_oldoldbufptr is preserved...
2016-09-05 David Mitchelltoke.c: fix mswin32 builds
2016-09-05 Father Chrysostomos[perl #129196] Crash/bad read with ‘evalbytes S’
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-08-29 Dan Collins[RT #129069] Perl_yylex: Fix two use-after-free bugs
2016-08-19 Father Chrysostomostoke.c: Introduce peekspace()
2016-08-19 Father Chrysostomostoke.c: Note retval of S_skipspace
2016-08-19 Father Chrysostomostoke.c: Move skipspace closer to S_skipspace
2016-08-19 Father Chrysostomos[perl #128951] Fix ASan error with @{\327
2016-08-18 David Mitchellsignatures: eliminate XSIGVAR, add KEY_sigvar
2016-08-17 Karl WilliamsonTake advantage of SvGROW's return value
2016-08-16 Father Chrysostomos[perl #126482] Fix assert fail ‘a_const a_const’
2016-08-16 David Mitchellbuffer overflow in "string terminator" err msg
2016-08-14 Jarkko Hietaniemi[perl #128919] limited exponent range in hex fp literal...
2016-08-10 Jarkko Hietaniemihexfp: IEEE 754 subnormals printf %a
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
next