summaryrefslogtreecommitdiffstats
path: root/src/list.c
AgeCommit message (Expand)Author
2021-12-25patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar
2021-12-22patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan
2021-12-21patch 8.2.3867: implementation of some list functions too complicatedv8.2.3867Yegappan Lakshmanan
2021-12-19patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan
2021-12-18patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn
2021-12-16patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar
2021-12-15patch 8.2.3818: cannot filter or map characters in a stringv8.2.3818rbtnn
2021-12-13patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-09-19patch 8.2.3449: sort fails if the sort compare function returns 999v8.2.3449Yasuhiro Matsumoto
2021-09-11patch 8.2.3427: double free when list is copiedv8.2.3427Bram Moolenaar
2021-09-09patch 8.2.3422: Vim9: no failure if return type differs from returned varv8.2.3422Bram Moolenaar
2021-08-13patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar
2021-08-12patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar
2021-08-12patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-08-04patch 8.2.3284: no error for insert() or remove() changing a locked blobv8.2.3284Sean Dewar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-23patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-07-18patch 8.2.3182: Vim9: crash when using removing items from a constant listv8.2.3182Bram Moolenaar
2021-07-09patch 8.2.3133: Vim9: memory leak when add() failsv8.2.3133Bram Moolenaar
2021-07-08patch 8.2.3127: Vim9: no error when adding number to list of stringv8.2.3127Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-04-18patch 8.2.2782: Vim9: blob operations not fully testedv8.2.2782Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-13patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar
2021-04-08patch 8.2.2738: extending a list with itself can give wrong resultv8.2.2738Bram Moolenaar
2021-03-18patch 8.2.2621: typval2type() cannot handle recursive structuresv8.2.2621Bram Moolenaar
2021-02-21patch 8.2.2537: Vim9: crash when map() failsv8.2.2537Bram Moolenaar
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-02-07patch 8.2.2486: Vim9: some errors for white space do not show contextv8.2.2486Bram Moolenaar
2021-02-07patch 8.2.2480: Vim9: some errors for white space do not show contextv8.2.2480Bram Moolenaar
2021-02-01patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar
2021-01-31patch 8.2.2441: Vim9: extend() does not give an error for a type mismatchv8.2.2441Bram Moolenaar
2021-01-17patch 8.2.2367: test failures on some less often used systemsv8.2.2367Bram Moolenaar
2021-01-16patch 8.2.2365: Vim9: no check for map() changing item type at script levelv8.2.2365Bram Moolenaar
2021-01-13patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar
2021-01-12patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar
2021-01-10patch 8.2.2325: Vim9: crash if map() changes the item typev8.2.2325Bram Moolenaar
2021-01-09patch 8.2.2318: Vim9: string and list index work differentlyv8.2.2318Bram Moolenaar
2021-01-02patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-12-01patch 8.2.2075: error for const argument to mapnew()v8.2.2075Bram Moolenaar
2020-11-28patch 8.2.2065: using map() and filter() on a range() is inefficientv8.2.2065Bram Moolenaar
2020-11-21patch 8.2.2027: Coverity warnts for uninitialized fieldv8.2.2027Bram Moolenaar