summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* autodoc.pl: Add N flagKarl Williamson2019-05-301-4/+4
* Remove remaining assignments to SvCUR and SvLEN in coreDagfinn Ilmari Mannsåker2019-05-281-1/+1
* S_scan_const() Properly test if need to growKarl Williamson2019-05-241-4/+6
* S_scan_const: Make sure room for NUL in destKarl Williamson2019-05-031-3/+22
* PATCH: [perl #134067] heap buffer overflow in lexingKarl Williamson2019-05-031-1/+11
* PATCH: [perl #134064] Assertion failure in toke.cKarl Williamson2019-05-021-1/+1
* Make a few parse fcns accessible to B::Hooks::ParserKarl Williamson2019-04-131-6/+6
* PATCH: [perl #133992] Assertion failure in scan_constKarl Williamson2019-04-101-2/+13
* toke.c: Add assertionKarl Williamson2019-04-101-0/+5
* toke.c: White-space onlyKarl Williamson2019-04-101-14/+14
* toke.c: Streamline a caseKarl Williamson2019-04-101-19/+12
* toke.c: Change names of two variablesKarl Williamson2019-04-101-32/+32
* toke.c: Use local variable instead of globalKarl Williamson2019-04-101-2/+2
* fixup to 'change LABEL type from pval to opval'David Mitchell2019-04-051-1/+1
* parser: change LABEL type from pval to opvalDavid Mitchell2019-04-051-7/+8
* fix a leak with indented heredocsDavid Mitchell2019-03-251-0/+3
* reformat S_scan_heredoc()David Mitchell2019-03-251-143/+176
* S_scan_heredoc(): add cosmetic bracesDavid Mitchell2019-03-251-1/+2
* PATCH: [perl #133880] assertion failureKarl Williamson2019-03-211-2/+6
* toke.c: lex_stuff_pvn() Use faster UTF-8 variant countKarl Williamson2019-03-151-7/+3
* Allow qr'\N{...}'Karl Williamson2019-03-131-2/+3
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-131-15/+25
* toke.c: Add wrapper functionKarl Williamson2019-03-131-24/+30
* toke.c: Change API of static functionKarl Williamson2019-03-131-11/+21
* toke.c: Clarify commentKarl Williamson2019-03-121-1/+1
* PATCH: [perl #133882] Assertion failureKarl Williamson2019-03-071-0/+1
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+1
* (perl #131562) correct large line numbers copying eval lines on #lineTony Cook2019-01-211-5/+5
* simplify the error reporting from the #125351 fixTony Cook2019-01-031-9/+1
* (perl #132158) abort compilation if we see an error compiling a formTony Cook2019-01-031-0/+9
* [perl #133524] report line number for Prototype not terminatedTony Cook2019-01-021-1/+1
* Implement fatalization of dump()James E Keenan2018-10-171-4/+1
* Use sv_catpvs where appropriate vs sv_catpvKarl Williamson2018-08-061-1/+1
* Don't allow non-graphemes as pattern delimitersKarl Williamson2018-06-251-23/+13
* toke.c: Move some code into called functionKarl Williamson2018-06-251-10/+2
* PATCH: [perl #133074] 5.26.1: some coverity fixesMarc-Philip2018-04-081-4/+4