summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
...
* toke.c: factor out static yyl_backslash()Aaron Crane2019-10-211-8/+12
* toke.c: factor out static yyl_backtick()Aaron Crane2019-10-211-14/+20
* toke.c: factor out static yyl_sglquote()Aaron Crane2019-10-211-10/+16
* toke.c: factor out static yyl_dblquote()Aaron Crane2019-10-211-25/+32
* toke.c: factor out static yyl_rightpointy()Aaron Crane2019-10-211-29/+30
* toke.c: factor out static yyl_leftpointy()Aaron Crane2019-10-211-50/+53
* toke.c: simplify conflict-marker detectionAaron Crane2019-10-211-26/+23
* toke.c: factor out static yyl_rightparen()Aaron Crane2019-10-211-8/+15
* toke.c: factor out static yyl_leftparen()Aaron Crane2019-10-211-8/+14
* toke.c: factor out static yyl_rightsquare()Aaron Crane2019-10-211-18/+26
* toke.c: factor out static yyl_tilde()Aaron Crane2019-10-211-17/+23
* toke.c: factor out static yyl_leftsquare()Aaron Crane2019-10-211-8/+15
* toke.c: factor out static yyl_slash()Aaron Crane2019-10-211-29/+35
* toke.c: factor out static yyl_snail()Aaron Crane2019-10-211-34/+40
* toke.c: factor out static yyl_bang()Aaron Crane2019-10-211-32/+39
* toke.c: factor out static yyl_verticalbar()Aaron Crane2019-10-211-19/+32
* toke.c: factor out static yyl_ampersand()Aaron Crane2019-10-211-46/+58
* toke.c: factor out static yyl_rightcurly()Aaron Crane2019-10-211-36/+47
* toke.c: factor out static yyl_leftcurly()Aaron Crane2019-10-211-196/+206
* toke.c: factor out static yyl_colon()Aaron Crane2019-10-211-166/+171
* toke.c: factor out static yyl_caret()Aaron Crane2019-10-211-12/+19
* toke.c: factor out static yyl_percent()Aaron Crane2019-10-211-28/+35
* toke.c: factor out static yyl_star()Aaron Crane2019-10-211-29/+40
* toke.c: factor out static yyl_plus()Aaron Crane2019-10-211-25/+29
* Perl_yylex(): merge two conditions for readabilityAaron Crane2019-10-211-7/+2
* toke.c: factor out static yyl_subproto()Aaron Crane2019-10-211-46/+62
* toke.c: factor out static yyl_hyphen()Aaron Crane2019-10-211-118/+124
* toke.c: factor out static yyl_qw()Aaron Crane2019-10-211-49/+56
* toke.c: factor out static yyl_secondclass_keyword()Aaron Crane2019-10-211-52/+63
* toke.c: factor out static yyl_lexinterpcasemod()Aaron Crane2019-10-211-91/+98
* toke.c: factor out static yyl_dollar()Aaron Crane2019-10-211-164/+171
* toke.c: delete needless assignmentAaron Crane2019-10-211-1/+0
* toke.c: factor out static yyl_sub()Aaron Crane2019-10-211-117/+119
* toke.c: format DEBUG_T() like a statementAaron Crane2019-10-211-10/+14
* toke.c: hoist an ifdef out of Perl_yylex()Aaron Crane2019-10-211-5/+7
* toke.c: factor out static yyl_sigvar()Aaron Crane2019-10-211-90/+97
* (perl #125557) correctly handle overload for bin/oct floatsTony Cook2019-09-161-5/+16
* (perl #134310) don't confuse S_no_op()Tony Cook2019-07-311-0/+2
* Fix obsolete mention if is_sig in S_pending_ident commentDagfinn Ilmari Mannsåker2019-07-221-1/+1
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-221-0/+32
* PVS-Studio: fixed warning in ternary operator.Svyatoslav2019-07-051-2/+2
* (perl #134125) make no digits after 0x/0b fatalTony Cook2019-06-271-3/+9
* Fix apidoc macro entriesKarl Williamson2019-06-251-5/+5
* (perl #130585) prevent a spurious ) in a subparse confusing the parserTony Cook2019-06-121-2/+4
* (perl #134125) accept only complete hex and binary literalsTony Cook2019-06-121-0/+9
* (perl #133850) allow attributes in sub-parsesTony Cook2019-06-111-1/+1
* (perl #133850) allow @x{...} with space in sub-parseTony Cook2019-06-111-1/+1
* (perl #133850) warn on ${time} even in sub-parseTony Cook2019-06-111-1/+1
* (perl #133850) fix parsing hints for print $fh "foo" in s///eTony Cook2019-06-111-1/+1
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-24/+24