log src/list.c @ 29247:5f314b2ed494 v8.2.5142

age author description
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Tue, 14 Jun 2022 14:45:07 +0200 Bram Moolenaar patch 8.2.5089: some functions return a different value on failure v8.2.5089
Fri, 01 Apr 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.4662: no error for using out of range list index v8.2.4662
Sat, 26 Mar 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4632: using freed memory in flatten() v8.2.4632
Sat, 26 Mar 2022 12:00:04 +0100 Bram Moolenaar patch 8.2.4629: flattennew() makes a deep copy unnecessarily v8.2.4629
Fri, 25 Mar 2022 21:00:03 +0100 Bram Moolenaar patch 8.2.4627: flatten() does not use maxdepth correctly v8.2.4627
Wed, 23 Feb 2022 14:30:03 +0100 Bram Moolenaar patch 8.2.4455: accepting one and zero for second sort() argument is strange v8.2.4455
Fri, 04 Feb 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4295: Vim9: concatenating two lists may result in wrong type v8.2.4295
Thu, 03 Feb 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4293: Vim9: when copying a list it gets type list<any> v8.2.4293
Wed, 02 Feb 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() v8.2.4286
Sat, 29 Jan 2022 16:30:03 +0100 Bram Moolenaar patch 8.2.4255: theoretical computation overflow v8.2.4255
Thu, 27 Jan 2022 18:45:04 +0100 Bram Moolenaar patch 8.2.4232: some compilers don't like a goto label without statement v8.2.4232
Thu, 27 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4231: Vim9: map() gives type error when type was not declared v8.2.4231
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Tue, 04 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3997: Vim9: not enough testing for extend() and map() v8.2.3997
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Mon, 03 Jan 2022 18:00:03 +0100 Bram Moolenaar patch 8.2.3994: Vim9: extend() complains about type when it was not declared v8.2.3994
Mon, 03 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.3991: Vim9: error when extending dict<any> v8.2.3991
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Mon, 27 Dec 2021 13:00:04 +0100 Bram Moolenaar patch 8.2.3910: when compare function of sort() fails it does not abort v8.2.3910
Sat, 25 Dec 2021 22:45:02 +0100 Bram Moolenaar patch 8.2.3897: Vim9: second argument of map() and filter() not checked v8.2.3897
Wed, 22 Dec 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.3871: list.c contains code for dict and blob v8.2.3871
Tue, 21 Dec 2021 14:30:03 +0100 Bram Moolenaar patch 8.2.3867: implementation of some list functions too complicated v8.2.3867
Sun, 19 Dec 2021 11:45:03 +0100 Bram Moolenaar patch 8.2.3849: functions implementing reduce and map are too long v8.2.3849
Sat, 18 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3848: cannot use reduce() for a string v8.2.3848
Thu, 16 Dec 2021 09:30:04 +0100 Bram Moolenaar patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9 v8.2.3822
Wed, 15 Dec 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.3818: cannot filter or map characters in a string
Mon, 13 Dec 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.3796: the funcexe_T struct members are not named consistently v8.2.3796
Sun, 05 Dec 2021 23:30:05 +0100 Bram Moolenaar patch 8.2.3750: error messages are everywhere v8.2.3750
Sun, 19 Sep 2021 17:15:04 +0200 Bram Moolenaar patch 8.2.3449: sort fails if the sort compare function returns 999 v8.2.3449
Sat, 11 Sep 2021 20:30:04 +0200 Bram Moolenaar patch 8.2.3427: double free when list is copied v8.2.3427
Thu, 09 Sep 2021 22:45:05 +0200 Bram Moolenaar patch 8.2.3422: Vim9: no failure if return type differs from returned var v8.2.3422
Fri, 13 Aug 2021 18:30:03 +0200 Bram Moolenaar patch 8.2.3338: Vim9: no type check when assigning a list range v8.2.3338
Thu, 12 Aug 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.3336: behavior of negative index in list change changed v8.2.3336
Thu, 12 Aug 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.3335: Vim9: not enough tests run with Vim9 v8.2.3335
Wed, 11 Aug 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.3332: Vim9: cannot assign to range in list v8.2.3332
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Wed, 04 Aug 2021 19:30:04 +0200 Bram Moolenaar patch 8.2.3284: no error for insert() or remove() changing a locked blob v8.2.3284
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Fri, 23 Jul 2021 20:45:05 +0200 Bram Moolenaar patch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
Thu, 22 Jul 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3200: Vim9: hard to guess where a type error is given v8.2.3200
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Sun, 18 Jul 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3182: Vim9: crash when using removing items from a constant list v8.2.3182
Fri, 09 Jul 2021 19:30:06 +0200 Bram Moolenaar patch 8.2.3133: Vim9: memory leak when add() fails v8.2.3133
Thu, 08 Jul 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3127: Vim9: no error when adding number to list of string v8.2.3127
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Sun, 18 Apr 2021 16:00:06 +0200 Bram Moolenaar patch 8.2.2782: Vim9: blob operations not fully tested v8.2.2782
Sun, 18 Apr 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.2781: add() silently skips when adding to null list or blob v8.2.2781
Tue, 13 Apr 2021 21:00:05 +0200 Bram Moolenaar patch 8.2.2759: Vim9: for loop infers type of loop variable v8.2.2759
Thu, 08 Apr 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.2738: extending a list with itself can give wrong result v8.2.2738
Thu, 18 Mar 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.2621: typval2type() cannot handle recursive structures v8.2.2621
Sun, 21 Feb 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.2537: Vim9: crash when map() fails v8.2.2537
Sat, 20 Feb 2021 17:15:03 +0100 Bram Moolenaar patch 8.2.2533: Vim9: cannot use a range with :unlet v8.2.2533
Thu, 11 Feb 2021 21:30:04 +0100 Bram Moolenaar patch 8.2.2501: not always clear where an error is reported v8.2.2501
Sun, 07 Feb 2021 18:15:05 +0100 Bram Moolenaar patch 8.2.2486: Vim9: some errors for white space do not show context v8.2.2486
Sun, 07 Feb 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.2480: Vim9: some errors for white space do not show context v8.2.2480
Mon, 01 Feb 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2449: Vim9: flatten() always changes the list type
Sun, 31 Jan 2021 18:00:04 +0100 Bram Moolenaar patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch v8.2.2441
Sun, 17 Jan 2021 13:30:05 +0100 Bram Moolenaar patch 8.2.2367: test failures on some less often used systems v8.2.2367
Sat, 16 Jan 2021 19:15:04 +0100 Bram Moolenaar patch 8.2.2365: Vim9: no check for map() changing item type at script level v8.2.2365
Wed, 13 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2344: using inclusive index for slice is not always desired v8.2.2344
Tue, 12 Jan 2021 20:30:07 +0100 Bram Moolenaar patch 8.2.2336: Vim9: not possible to extend dictionary with different type v8.2.2336
Sun, 10 Jan 2021 22:45:06 +0100 Bram Moolenaar patch 8.2.2325: Vim9: crash if map() changes the item type v8.2.2325
Sat, 09 Jan 2021 13:30:04 +0100 Bram Moolenaar patch 8.2.2318: Vim9: string and list index work differently v8.2.2318
Sat, 02 Jan 2021 15:45:04 +0100 Bram Moolenaar patch 8.2.2272: Vim9: extend() can violate the type of a variable v8.2.2272
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Tue, 01 Dec 2020 21:15:03 +0100 Bram Moolenaar patch 8.2.2075: error for const argument to mapnew() v8.2.2075
Sat, 28 Nov 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.2065: using map() and filter() on a range() is inefficient v8.2.2065
Sat, 21 Nov 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.2027: Coverity warnts for uninitialized field v8.2.2027
Thu, 12 Nov 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1980: Vim9: some tests are not done at the script level v8.2.1980
Tue, 10 Nov 2020 11:45:05 +0100 Bram Moolenaar patch 8.2.1971: memory leak when map() fails v8.2.1971
Mon, 09 Nov 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.1969: Vim9: map() may change the list or dict item type v8.2.1969
Wed, 04 Nov 2020 11:45:06 +0100 Bram Moolenaar patch 8.2.1949: Vim9: using extend() on null dict is silently ignored v8.2.1949
Tue, 03 Nov 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.1945: crash when passing NULL function to reduce() v8.2.1945
Sun, 01 Nov 2020 14:00:03 +0100 Bram Moolenaar patch 8.2.1933: cannot sort using locale ordering v8.2.1933
Thu, 15 Oct 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1852: map() returing zero for NULL list is unexpected v8.2.1852
Sat, 10 Oct 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.1821: Vim9: concatenating to a NULL list doesn't work v8.2.1821
Wed, 16 Sep 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1701: Vim9: sort("i") does not work v8.2.1701
Wed, 16 Sep 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 v8.2.1698
Sat, 05 Sep 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list() v8.2.1610
Wed, 02 Sep 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1571: Vim9: count() third argument cannot be "true" v8.2.1571
Fri, 21 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1504: Vim9: white space checks are only done for a :def function v8.2.1504
Sun, 16 Aug 2020 17:45:22 +0200 Bram Moolenaar patch 8.2.1466: Vim9: cannot index or slice a variable with type "any" v8.2.1466
Sun, 16 Aug 2020 15:00:05 +0200 Bram Moolenaar patch 8.2.1465: Vim9: subscript not handled properly v8.2.1465
Sat, 15 Aug 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1463: Vim9: list slice not supported yet
Thu, 13 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1444: error messages are spread out and names can be confusing v8.2.1444
Wed, 12 Aug 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1430: Vim9: error for missing comma instead of extra white space v8.2.1430
Thu, 30 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1328: no space allowed before comma in list v8.2.1328
Thu, 30 Jul 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1326: Vim9: skipping over white space after list v8.2.1326
Sun, 12 Jul 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out v8.2.1190
Sat, 04 Jul 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1125: Vim9: double quote can be a string or a comment v8.2.1125
Wed, 01 Jul 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict() v8.2.1111
Wed, 01 Jul 2020 17:30:06 +0200 Bram Moolenaar patch 8.2.1110: Vim9: line continuation does not work in function arguments v8.2.1110
Mon, 29 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.1083: crash when using reduce() on a NULL list v8.2.1083
Sat, 27 Jun 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1074: Vim9: no line break allowed after some operators v8.2.1074
Sat, 27 Jun 2020 16:45:05 +0200 Bram Moolenaar patch 8.2.1069: Vim9: fail to check for white space in list v8.2.1069
Fri, 26 Jun 2020 23:00:05 +0200 Bram Moolenaar patch 8.2.1065: Vim9: no line break allowed inside a list v8.2.1065
Wed, 24 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1051: crash when changing a list while using reduce() on it v8.2.1051
Wed, 24 Jun 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1047: Vim9: script cannot use line continuation like :def function v8.2.1047
Tue, 16 Jun 2020 11:45:04 +0200 Bram Moolenaar patch 8.2.0987: Vim9: cannot assign to [var; var] v8.2.0987
Tue, 09 Jun 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.0937: asan failure in the flatten() test v8.2.0937
Mon, 08 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.0935: flattening a list with existing code is slow v8.2.0935
Mon, 01 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0882: leaking memory when using reduce() v8.2.0882
Mon, 01 Jun 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.0878: no reduce() function v8.2.0878
Tue, 26 May 2020 20:30:06 +0200 Bram Moolenaar patch 8.2.0829: filter() may give misleading error message v8.2.0829
Thu, 14 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase v8.2.0753
Wed, 13 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0751: Vim9: performance can be improved v8.2.0751
Sat, 25 Apr 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.0634: crash with null partial and blob v8.2.0634
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Thu, 09 Apr 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0539: comparing two NULL list fails v8.2.0539
Mon, 06 Apr 2020 22:15:39 +0200 Bram Moolenaar patch 8.2.0523: loops are repeated v8.2.0523
Sun, 05 Apr 2020 19:00:37 +0200 Bram Moolenaar patch 8.2.0514: several global functions are used in only one file v8.2.0514
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Sat, 28 Mar 2020 21:45:06 +0100 Bram Moolenaar patch 8.2.0469: Vim9: no error for missing ] after list v8.2.0469
Wed, 29 Jan 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0175: crash when removing list element in map() v8.2.0175