index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1196: code is indented more than necessary
v9.0.1196
Yegappan Lakshmanan
2023-01-14
1
-111
/
+111
*
patch 9.0.0934: various code formatting issues
v9.0.0934
Bram Moolenaar
2022-11-24
1
-22
/
+25
*
patch 9.0.0618: calling function for reduce() has too much overhead
v9.0.0618
Bram Moolenaar
2022-09-28
1
-8
/
+20
*
patch 9.0.0617: calling function for reduce() has too much overhead
v9.0.0617
Bram Moolenaar
2022-09-28
1
-1
/
+3
*
patch 9.0.0615: using reduce() on a list from range() is a bit slow
v9.0.0615
Bram Moolenaar
2022-09-28
1
-12
/
+43
*
patch 9.0.0548: reduce() with a compiled lambda could be faster
v9.0.0548
Bram Moolenaar
2022-09-22
1
-19
/
+11
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-8
/
+0
*
patch 9.0.0345: error message for list argument could be clearer
v9.0.0345
Bram Moolenaar
2022-09-01
1
-8
/
+2
*
patch 9.0.0338: return value of list_append_list() not always checked
v9.0.0338
Bram Moolenaar
2022-08-31
1
-4
/
+12
*
patch 9.0.0335: checks for Dictionary argument often give a vague error
v9.0.0335
Yegappan Lakshmanan
2022-08-30
1
-4
/
+1
*
patch 9.0.0331: cannot use items() on a string
v9.0.0331
Bram Moolenaar
2022-08-30
1
-2
/
+34
*
patch 9.0.0327: items() does not work on a list
v9.0.0327
Bram Moolenaar
2022-08-30
1
-0
/
+32
*
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK
v8.2.5107
Bram Moolenaar
2022-06-16
1
-1
/
+1
*
patch 8.2.5089: some functions return a different value on failure
v8.2.5089
Yegappan Lakshmanan
2022-06-14
1
-1
/
+3
*
patch 8.2.4662: no error for using out of range list index
v8.2.4662
Bram Moolenaar
2022-04-01
1
-5
/
+7
*
patch 8.2.4632: using freed memory in flatten()
v8.2.4632
Bram Moolenaar
2022-03-26
1
-1
/
+1
*
patch 8.2.4629: flattennew() makes a deep copy unnecessarily
v8.2.4629
Bram Moolenaar
2022-03-26
1
-4
/
+2
*
patch 8.2.4627: flatten() does not use maxdepth correctly
v8.2.4627
Bram Moolenaar
2022-03-25
1
-24
/
+21
*
patch 8.2.4455: accepting one and zero for second sort() argument is strange
v8.2.4455
Bram Moolenaar
2022-02-23
1
-1
/
+2
*
patch 8.2.4295: Vim9: concatenating two lists may result in wrong type
v8.2.4295
Bram Moolenaar
2022-02-04
1
-3
/
+2
*
patch 8.2.4293: Vim9: when copying a list it gets type list<any>
v8.2.4293
Bram Moolenaar
2022-02-03
1
-1
/
+5
*
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()
v8.2.4286
Bram Moolenaar
2022-02-02
1
-8
/
+9
*
patch 8.2.4255: theoretical computation overflow
v8.2.4255
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-29
1
-1
/
+1
*
patch 8.2.4232: some compilers don't like a goto label without statement
v8.2.4232
Bram Moolenaar
2022-01-27
1
-3
/
+1
*
patch 8.2.4231: Vim9: map() gives type error when type was not declared
v8.2.4231
Bram Moolenaar
2022-01-27
1
-11
/
+10
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-3
/
+3
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-6
/
+4
*
patch 8.2.4005: error messages are spread out
v8.2.4005
Bram Moolenaar
2022-01-04
1
-2
/
+2
*
patch 8.2.3997: Vim9: not enough testing for extend() and map()
v8.2.3997
Bram Moolenaar
2022-01-04
1
-4
/
+0
*
patch 8.2.3996: Vim9: type checking lacks information about declared type
v8.2.3996
Bram Moolenaar
2022-01-04
1
-0
/
+4
*
patch 8.2.3994: Vim9: extend() complains about type when it was not declared
v8.2.3994
Bram Moolenaar
2022-01-03
1
-11
/
+12
*
patch 8.2.3991: Vim9: error when extending dict<any>
v8.2.3991
Bram Moolenaar
2022-01-03
1
-3
/
+3
*
patch 8.2.3972: error messages are spread out
v8.2.3972
Bram Moolenaar
2022-01-01
1
-2
/
+2
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-18
/
+18
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-3
/
+3
*
patch 8.2.3910: when compare function of sort() fails it does not abort
v8.2.3910
Bram Moolenaar
2021-12-27
1
-1
/
+2
*
patch 8.2.3897: Vim9: second argument of map() and filter() not checked
v8.2.3897
Bram Moolenaar
2021-12-25
1
-1
/
+1
*
patch 8.2.3871: list.c contains code for dict and blob
v8.2.3871
Yegappan Lakshmanan
2021-12-22
1
-773
/
+196
*
patch 8.2.3867: implementation of some list functions too complicated
v8.2.3867
Yegappan Lakshmanan
2021-12-21
1
-374
/
+486
*
patch 8.2.3849: functions implementing reduce and map are too long
v8.2.3849
Yegappan Lakshmanan
2021-12-19
1
-468
/
+570
*
patch 8.2.3848: cannot use reduce() for a string
v8.2.3848
rbtnn
2021-12-18
1
-17
/
+71
*
patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9
v8.2.3822
Bram Moolenaar
2021-12-16
1
-2
/
+3
*
patch 8.2.3818: cannot filter or map characters in a string
v8.2.3818
rbtnn
2021-12-15
1
-1
/
+67
*
patch 8.2.3796: the funcexe_T struct members are not named consistently
v8.2.3796
Bram Moolenaar
2021-12-13
1
-6
/
+6
*
patch 8.2.3750: error messages are everywhere
v8.2.3750
Bram Moolenaar
2021-12-05
1
-1
/
+1
*
patch 8.2.3449: sort fails if the sort compare function returns 999
v8.2.3449
Yasuhiro Matsumoto
2021-09-19
1
-0
/
+6
*
patch 8.2.3427: double free when list is copied
v8.2.3427
Bram Moolenaar
2021-09-11
1
-1
/
+7
*
patch 8.2.3422: Vim9: no failure if return type differs from returned var
v8.2.3422
Bram Moolenaar
2021-09-09
1
-0
/
+1
*
patch 8.2.3338: Vim9: no type check when assigning a list range
v8.2.3338
Bram Moolenaar
2021-08-13
1
-0
/
+9
*
patch 8.2.3336: behavior of negative index in list change changed
v8.2.3336
Bram Moolenaar
2021-08-12
1
-3
/
+7
[next]