summaryrefslogtreecommitdiff
path: root/src/list.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1430: Vim9: error for missing comma instead of extra white spacev8.2.1430Bram Moolenaar2020-08-121-1/+6
* patch 8.2.1328: no space allowed before comma in listv8.2.1328Bram Moolenaar2020-07-301-0/+3
* patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar2020-07-301-2/+2
* patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar2020-07-121-1/+1
* patch 8.2.1125: Vim9: double quote can be a string or a commentv8.2.1125Bram Moolenaar2020-07-041-2/+2
* patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar2020-07-011-1/+1
* patch 8.2.1110: Vim9: line continuation does not work in function argumentsv8.2.1110Bram Moolenaar2020-07-011-4/+5
* patch 8.2.1083: crash when using reduce() on a NULL listv8.2.1083Bram Moolenaar2020-06-291-13/+18
* patch 8.2.1074: Vim9: no line break allowed after some operatorsv8.2.1074Bram Moolenaar2020-06-271-8/+2
* patch 8.2.1069: Vim9: fail to check for white space in listv8.2.1069Bram Moolenaar2020-06-271-1/+9
* patch 8.2.1065: Vim9: no line break allowed inside a listv8.2.1065Bram Moolenaar2020-06-261-9/+21
* patch 8.2.1051: crash when changing a list while using reduce() on itv8.2.1051Bram Moolenaar2020-06-241-2/+6
* patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar2020-06-241-1/+5
* patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar2020-06-161-0/+20
* patch 8.2.0937: asan failure in the flatten() testv8.2.0937Bram Moolenaar2020-06-091-0/+4
* patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar2020-06-081-0/+89
* patch 8.2.0882: leaking memory when using reduce()v8.2.0882Bram Moolenaar2020-06-011-13/+20
* patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar2020-06-011-0/+105
* patch 8.2.0829: filter() may give misleading error messagev8.2.0829Bram Moolenaar2020-05-261-1/+1
* patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar2020-05-141-2/+3
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-131-17/+17
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-0/+3
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0539: comparing two NULL list failsv8.2.0539Bram Moolenaar2020-04-091-2/+5
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-2/+5
* patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar2020-04-051-2/+4
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-4/+4
* patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar2020-03-281-1/+1
* patch 8.2.0175: crash when removing list element in map()v8.2.0175Bram Moolenaar2020-01-291-0/+10
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-32/+34
* patch 8.2.0160: range test failsv8.2.0160Bram Moolenaar2020-01-271-0/+11
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-25/+154
* patch 8.2.0121: filter() and map() on blob don't workv8.2.0121Bram Moolenaar2020-01-151-5/+11
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-78/+78
* patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar2019-09-041-1/+373
* patch 8.1.1978: the eval.c file is too bigv8.1.1978Bram Moolenaar2019-09-041-1/+217
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+1
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-031-3/+6
* patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar2019-07-271-0/+537
* patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar2019-07-041-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-2/+2
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-4/+4
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-3/+3
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-211-0/+14
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-111-0/+13
* patch 8.1.0210: still a few K&R function declarationsv8.1.0210Bram Moolenaar2018-07-251-3/+1
* patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar2018-02-101-0/+21
* patch 8.0.0867: job and channel in a dict value not quotedv8.0.0867Bram Moolenaar2017-08-051-1/+1
* patch 8.0.0593: duplication of code for adding a list or dict return valuev8.0.0593Bram Moolenaar2017-04-301-8/+14