log src/list.c @ 35122:739aaccbca74 default tip

age author description
Sat, 13 Jan 2024 12:00:06 +0100 Christian Brabandt patch 9.1.0027: Vim is missing a foreach() func v9.1.0027
Thu, 14 Dec 2023 20:15:08 +0100 Christian Brabandt patch 9.0.2163: Vim9: type can be assigned to list/dict v9.0.2163
Thu, 23 Nov 2023 20:30:07 +0100 Christian Brabandt patch 9.0.2123: Problem with initializing the length of range() lists v9.0.2123
Tue, 05 Sep 2023 21:00:03 +0200 Christian Brabandt patch 9.0.1876: Vim9: parsing commands with newlines wrong v9.0.1876
Sat, 19 Aug 2023 11:45:04 +0200 Christian Brabandt patch 9.0.1738: Duplicate code to reverse a string v9.0.1738
Thu, 17 Aug 2023 22:30:02 +0200 Christian Brabandt patch 9.0.1723: Fix regression in {func} argument of reduce() v9.0.1723
Thu, 17 Aug 2023 22:15:03 +0200 Christian Brabandt patch 9.0.1722: wrong error messages when passing wrong types to count() v9.0.1722
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Thu, 11 May 2023 16:15:08 +0200 Bram Moolenaar patch 9.0.1540: reverse() on string doesn't work in compiled function v9.0.1540
Sat, 06 May 2023 15:15:04 +0200 Bram Moolenaar patch 9.0.1515: reverse() does not work for a String v9.0.1515
Sun, 16 Apr 2023 22:00:02 +0200 Bram Moolenaar patch 9.0.1459: typo in name of type v9.0.1459
Sun, 19 Mar 2023 22:30:04 +0100 Bram Moolenaar patch 9.0.1416: crash when collection is modified when using filter() v9.0.1416
Thu, 09 Mar 2023 23:15:04 +0100 Bram Moolenaar patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context v9.0.1396
Tue, 07 Mar 2023 19:00:04 +0100 Bram Moolenaar patch 9.0.1391: "clear" macros are not always used v9.0.1391
Sat, 14 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1196: code is indented more than necessary v9.0.1196
Thu, 24 Nov 2022 01:15:04 +0100 Bram Moolenaar patch 9.0.0934: various code formatting issues v9.0.0934
Wed, 28 Sep 2022 17:30:04 +0200 Bram Moolenaar patch 9.0.0618: calling function for reduce() has too much overhead v9.0.0618
Wed, 28 Sep 2022 16:30:04 +0200 Bram Moolenaar patch 9.0.0617: calling function for reduce() has too much overhead v9.0.0617
Wed, 28 Sep 2022 14:30:04 +0200 Bram Moolenaar patch 9.0.0615: using reduce() on a list from range() is a bit slow v9.0.0615
Thu, 22 Sep 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0548: reduce() with a compiled lambda could be faster v9.0.0548
Sat, 17 Sep 2022 22:15:05 +0200 Bram Moolenaar patch 9.0.0491: no good reason to build without the float feature v9.0.0491
Thu, 01 Sep 2022 13:30:05 +0200 Bram Moolenaar patch 9.0.0345: error message for list argument could be clearer v9.0.0345
Wed, 31 Aug 2022 12:30:06 +0200 Bram Moolenaar patch 9.0.0338: return value of list_append_list() not always checked v9.0.0338
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Tue, 30 Aug 2022 19:00:03 +0200 Bram Moolenaar patch 9.0.0331: cannot use items() on a string v9.0.0331
Tue, 30 Aug 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0327: items() does not work on a list v9.0.0327
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