summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
...
* toke.c: C_ARRAY_END() doesn't work on a stringKarl Williamson2022-04-011-24/+9
* toke.c: Don't assume is UTF-8 when it might not beKarl Williamson2022-04-011-1/+3
* toke.c: Move variable set to after possible exitKarl Williamson2022-04-011-1/+2
* toke.c Add NUL terminator in both branchesKarl Williamson2022-04-011-1/+2
* toke.c: Move setting of a variable to laterKarl Williamson2022-04-011-6/+5
* toke.c: Rmv redundant storageKarl Williamson2022-04-011-12/+7
* toke.c: Rmv redundant variableKarl Williamson2022-04-011-9/+6
* toke.c: Rmv redundant conditionalKarl Williamson2022-04-011-4/+4
* toke.c: Change constant to sync with commentKarl Williamson2022-04-011-1/+1
* toke.c: White-space, commentsKarl Williamson2022-03-281-15/+17
* toke.c: Add missing ptr updateKarl Williamson2022-03-241-3/+4
* Allow reversal of some paired delimiters; deprecationsKarl Williamson2022-03-191-0/+12
* Add 'extra paired delimiters' featureKarl Williamson2022-03-191-7/+79
* toke.c: merge loops, multi-byte delimKarl Williamson2022-03-191-71/+75
* toke.c: white-space onlyKarl Williamson2022-03-191-60/+60
* toke.c: Rmv unnecessary conditionalsKarl Williamson2022-03-191-2/+2
* toke.c: Rename some variables; terminology in commentKarl Williamson2022-03-191-27/+28
* toke.c: Split a variable into two for clarityKarl Williamson2022-03-191-10/+12
* toke.c: Rmv unnecessary SVKarl Williamson2022-03-191-7/+3
* Inlined newSV_type(SVt_NULL) leaner than non-inlined newSV(0)Richard Leach2022-03-071-1/+1
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-151-2/+0
* toke.c: Add a couple const to declsKarl Williamson2022-02-141-2/+2
* toke.c: I32 considered harmful; change to 'int'Karl Williamson2022-02-141-1/+1
* Favour switch over if/else if to improve readabilityBranislav Zahradník2022-02-051-6/+7
* Cleanup remnants after distinguising C- and perly- literalsBranislav Zahradník2022-02-051-1/+0
* toke.c: Fix potential C sign errorKarl Williamson2022-02-021-2/+2
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-0/+5
* Also fix paren-less calls of subs where a filehandle could beDagfinn Ilmari Mannsåker2021-12-161-1/+1
* Fix function calls being misinterpreted as bareword filehandlesDagfinn Ilmari Mannsåker2021-12-161-0/+1
* newSVpvn_flags().. is more efficient than sv_2mortal(newSVpvn(..))Richard Leach2021-11-291-1/+1
* `for my($k, $v) (%hash)` should not be a syntax errorNicholas Clark2021-10-191-21/+57
* n-at-a-time for loops now warn by default (as 'experimental::for_list').Nicholas Clark2021-10-151-4/+8
* Implement n-at-a-time for loops.Nicholas Clark2021-10-151-2/+6
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-28/+3
* Replace "grandfather ..." in toke.c with a full descriptionNicholas Clark2021-09-301-1/+75
* fix line number of try blockDavid Mitchell2021-09-041-0/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+5
* toke.c: Save a '&' instr by casting to U8Karl Williamson2021-07-301-1/+1
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-2998/+2998
* toke.c: fix format warningsAlyssa Ross2021-05-211-3/+3
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+12
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-7/+24
* toke.c: White-space, comment onlyKarl Williamson2021-01-201-3/+3
* toke.c: Change variable nameKarl Williamson2021-01-201-17/+17
* toke.c: Slight simplificationKarl Williamson2021-01-201-6/+6
* Revamp regcurly(), regpiece() use of itKarl Williamson2021-01-201-2/+2
* Define RSFP_FILENO before using itdlaugt2021-01-051-7/+6
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+10
* Cleanup remnants of 'KEY_err' removalBranislav Zahradník2020-12-271-1/+0
* Distinguish C- and perly- literals - PERLY_DOLLARBranislav Zahradník2020-12-271-8/+10