This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigInt from version 1.999817 to 1.999818
[perl5.git] / toke.c
2019-10-25 Craig A. Berryvoid functions don't need to indicate lack of return
2019-10-21 Dagfinn Ilmari Man... Fully spell out "subroutine" and "variable"
2019-10-21 Aaron Cranetoke.c: factor out static yyl_my()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_eol()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_do()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_foreach()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_require()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_croak_unrecognised()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_data_handle()
2019-10-21 Aaron Cranetoke.c: remove needless `if (0)`
2019-10-21 Aaron Cranetoke.c: reorder to put static function before its caller
2019-10-21 Aaron Cranetoke.c: remove the "retry" label
2019-10-21 Aaron Cranetoke.c: factor most of Perl_yylex() out into static...
2019-10-21 Aaron Cranetoke.c: factor out static yyl_backslash()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_backtick()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_sglquote()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_dblquote()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_rightpointy()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_leftpointy()
2019-10-21 Aaron Cranetoke.c: simplify conflict-marker detection
2019-10-21 Aaron Cranetoke.c: factor out static yyl_rightparen()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_leftparen()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_rightsquare()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_tilde()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_leftsquare()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_slash()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_snail()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_bang()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_verticalbar()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_ampersand()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_rightcurly()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_leftcurly()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_colon()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_caret()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_percent()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_star()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_plus()
2019-10-21 Aaron CranePerl_yylex(): merge two conditions for readability
2019-10-21 Aaron Cranetoke.c: factor out static yyl_subproto()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_hyphen()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_qw()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_secondclass_keyword()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_lexinterpcasemod()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_dollar()
2019-10-21 Aaron Cranetoke.c: delete needless assignment
2019-10-21 Aaron Cranetoke.c: factor out static yyl_sub()
2019-10-21 Aaron Cranetoke.c: format DEBUG_T() like a statement
2019-10-21 Aaron Cranetoke.c: hoist an ifdef out of Perl_yylex()
2019-10-21 Aaron Cranetoke.c: factor out static yyl_sigvar()
2019-09-16 Tony Cook(perl #125557) correctly handle overload for bin/oct...
2019-07-31 Tony Cook(perl #134310) don't confuse S_no_op()
2019-07-22 Dagfinn Ilmari Man... Fix obsolete mention if is_sig in S_pending_ident comment
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-07-05 SvyatoslavPVS-Studio: fixed warning in ternary operator.
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-25 Karl WilliamsonFix apidoc macro entries
2019-06-12 Tony Cook(perl #130585) prevent a spurious ) in a subparse confu...
2019-06-11 Tony Cook(perl #134125) accept only complete hex and binary...
2019-06-11 Tony Cook(perl #133850) allow attributes in sub-parses
2019-06-11 Tony Cook(perl #133850) allow @x{...} with space in sub-parse
2019-06-11 Tony Cook(perl #133850) warn on ${time} even in sub-parse
2019-06-11 Tony Cook(perl #133850) fix parsing hints for print $fh "foo...
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2019-05-31 Karl Williamsonautodoc.pl: Add N flag
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-05-24 Karl WilliamsonS_scan_const() Properly test if need to grow
2019-05-03 Karl WilliamsonS_scan_const: Make sure room for NUL in dest
2019-05-03 Karl WilliamsonPATCH: [perl #134067] heap buffer overflow in lexing
2019-05-02 Karl WilliamsonPATCH: [perl #134064] Assertion failure in toke.c
2019-04-13 Karl WilliamsonMake a few parse fcns accessible to B::Hooks::Parser
2019-04-10 Karl WilliamsonPATCH: [perl #133992] Assertion failure in scan_const
2019-04-10 Karl Williamsontoke.c: Add assertion
2019-04-10 Karl Williamsontoke.c: White-space only
2019-04-10 Karl Williamsontoke.c: Streamline a case
2019-04-10 Karl Williamsontoke.c: Change names of two variables
2019-04-10 Karl Williamsontoke.c: Use local variable instead of global
2019-04-05 David Mitchellfixup to 'change LABEL type from pval to opval'
2019-04-05 David Mitchellparser: change LABEL type from pval to opval
2019-03-25 David Mitchellfix a leak with indented heredocs
2019-03-25 David Mitchellreformat S_scan_heredoc()
2019-03-25 David MitchellS_scan_heredoc(): add cosmetic braces
2019-03-21 Karl WilliamsonPATCH: [perl #133880] assertion failure
2019-03-15 Karl Williamsontoke.c: lex_stuff_pvn() Use faster UTF-8 variant count
2019-03-14 Karl WilliamsonAllow qr'\N{...}'
2019-03-14 Karl Williamsontoke.c: Allow \N{} handling fcn to be used elsewhere...
2019-03-14 Karl Williamsontoke.c: Add wrapper function
2019-03-14 Karl Williamsontoke.c: Change API of static function
2019-03-12 Karl Williamsontoke.c: Clarify comment
2019-03-07 Karl WilliamsonPATCH: [perl #133882] Assertion failure
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2019-01-21 Tony Cook(perl #131562) correct large line numbers copying eval...
2019-01-03 Tony Cooksimplify the error reporting from the #125351 fix
2019-01-03 Tony Cook(perl #132158) abort compilation if we see an error...
2019-01-02 Tony Cook[perl #133524] report line number for Prototype not...
2018-10-17 James E KeenanImplement fatalization of dump()
2018-08-06 Karl WilliamsonUse sv_catpvs where appropriate vs sv_catpv
2018-06-25 Karl WilliamsonDon't allow non-graphemes as pattern delimiters
2018-06-25 Karl Williamsontoke.c: Move some code into called function
2018-04-08 Marc-PhilipPATCH: [perl #133074] 5.26.1: some coverity fixes
2018-03-31 Karl WilliamsonUse charnames inversion lists
next