summaryrefslogtreecommitdiffstats
path: root/src/list.c
AgeCommit message (Expand)Author
2020-09-16patch 8.2.1701: Vim9: sort("i") does not workv8.2.1701Bram Moolenaar
2020-09-16patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar
2020-09-05patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()v8.2.1610Bram Moolenaar
2020-09-02patch 8.2.1571: Vim9: count() third argument cannot be "true"v8.2.1571Bram Moolenaar
2020-08-21patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar
2020-08-16patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar
2020-08-16patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar
2020-08-15patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-12patch 8.2.1430: Vim9: error for missing comma instead of extra white spacev8.2.1430Bram Moolenaar
2020-07-30patch 8.2.1328: no space allowed before comma in listv8.2.1328Bram Moolenaar
2020-07-30patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar
2020-07-12patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar
2020-07-04patch 8.2.1125: Vim9: double quote can be a string or a commentv8.2.1125Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-07-01patch 8.2.1110: Vim9: line continuation does not work in function argumentsv8.2.1110Bram Moolenaar
2020-06-29patch 8.2.1083: crash when using reduce() on a NULL listv8.2.1083Bram Moolenaar
2020-06-27patch 8.2.1074: Vim9: no line break allowed after some operatorsv8.2.1074Bram Moolenaar
2020-06-27patch 8.2.1069: Vim9: fail to check for white space in listv8.2.1069Bram Moolenaar
2020-06-26patch 8.2.1065: Vim9: no line break allowed inside a listv8.2.1065Bram Moolenaar
2020-06-24patch 8.2.1051: crash when changing a list while using reduce() on itv8.2.1051Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-16patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar
2020-06-09patch 8.2.0937: asan failure in the flatten() testv8.2.0937Bram Moolenaar
2020-06-08patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar
2020-06-01patch 8.2.0882: leaking memory when using reduce()v8.2.0882Bram Moolenaar
2020-06-01patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar
2020-05-26patch 8.2.0829: filter() may give misleading error messagev8.2.0829Bram Moolenaar
2020-05-14patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-04-25patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-09patch 8.2.0539: comparing two NULL list failsv8.2.0539Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-04-05patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-28patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar
2020-01-29patch 8.2.0175: crash when removing list element in map()v8.2.0175Bram Moolenaar
2020-01-29patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar
2020-01-27patch 8.2.0160: range test failsv8.2.0160Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-15patch 8.2.0121: filter() and map() on blob don't workv8.2.0121Bram Moolenaar
2019-12-04patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar
2019-09-04patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar
2019-09-04patch 8.1.1978: the eval.c file is too bigv8.1.1978Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-07-27patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar
2019-07-04patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar