summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar2021-06-131-1/+1
* patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar2021-06-121-2/+6
* patch 8.2.2978: warning for uninitialized variablev8.2.2978Bram Moolenaar2021-06-121-0/+1
* patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar2021-06-121-0/+8
* patch 8.2.2968: Vim9: memory leakv8.2.2968Bram Moolenaar2021-06-091-0/+3
* patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar2021-06-081-2/+3
* patch 8.2.2947: build failure without the channel featurev8.2.2947Bram Moolenaar2021-06-061-0/+2
* patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar2021-06-051-1/+2
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-021-37/+0
* patch 8.2.2923: EBCDIC build is brokenv8.2.2923K.Takata2021-06-021-27/+0
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2920: still a way to shadow a builtin functionv8.2.2920Bram Moolenaar2021-06-011-6/+2
* patch 8.2.2918: builtin function can be shadowed by global variablev8.2.2918Bram Moolenaar2021-05-311-0/+7
* patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram Moolenaar2021-05-281-0/+3
* patch 8.2.2895: Vim9: random characters appear in some error messagesv8.2.2895mityu2021-05-281-7/+10
* patch 8.2.2892: error message contains random charactersv8.2.2892mityu2021-05-281-1/+1
* patch 8.2.2866: Vim9: memory leak when using inline functionv8.2.2866Bram Moolenaar2021-05-181-2/+10
* patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar2021-05-151-2/+10
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-131-4/+7
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-5/+14
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+13
* patch 8.2.2816: Vim9: comment below expression in lambda causes problemsv8.2.2816Bram Moolenaar2021-04-281-3/+14
* patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar2021-04-241-0/+3
* patch 8.2.2802: Vim9: illegal memory accessv8.2.2802Bram Moolenaar2021-04-231-2/+3
* patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799Bram Moolenaar2021-04-211-2/+83
* patch 8.2.2783: duplicate code for setting byte in blob, blob test may failv8.2.2783Bram Moolenaar2021-04-181-15/+1
* patch 8.2.2767: compiler warning for unused argumentv8.2.2767Bram Moolenaar2021-04-141-2/+1
* patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar2021-04-141-12/+4
* patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar2021-04-131-4/+9
* patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar2021-04-121-13/+2
* patch 8.2.2756: Vim9: blob index and slice not implemented yetv8.2.2756Bram Moolenaar2021-04-111-62/+2
* patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar2021-04-101-1/+1
* patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar2021-04-101-1/+6
* patch 8.2.2722: Vim9: crash when using LHS with double indexv8.2.2722Bram Moolenaar2021-04-051-1/+1
* patch 8.2.2712: memory leak when adding to a blob failsv8.2.2712Bram Moolenaar2021-04-041-3/+5
* patch 8.2.2710: Vim9: not all tests cover script and :def functionv8.2.2710Bram Moolenaar2021-04-041-6/+13
* patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar2021-03-271-0/+3
* patch 8.2.2661: leaking memory when looping over a stringv8.2.2661Bram Moolenaar2021-03-261-1/+3
* patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar2021-03-261-4/+34
* patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar2021-03-221-0/+6
* patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar2021-03-211-2/+2
* patch 8.2.2628: Vim9: #{ can still be used at the script levelv8.2.2628Bram Moolenaar2021-03-201-2/+7
* patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar2021-03-131-2/+60
* patch 8.2.2573: Vim9: using inalid pointer for error messagev8.2.2573Bram Moolenaar2021-03-061-1/+1
* patch 8.2.2565: Vim9: "..=" not always recognizedv8.2.2565Bram Moolenaar2021-03-031-3/+5
* patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar2021-02-201-9/+1
* patch 8.2.2528: Vim9: crash when compiling lambda failsv8.2.2528Bram Moolenaar2021-02-171-2/+6
* patch 8.2.2527: Vim9: lambda return type is not determined at script levelv8.2.2527Bram Moolenaar2021-02-171-0/+10
* patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar2021-02-111-5/+7
* patch 8.2.2459: Coverity reports dead codev8.2.2459Bram Moolenaar2021-02-031-2/+0