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
/
blob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0618: calling function for reduce() has too much overhead
v9.0.0618
Bram Moolenaar
2022-09-28
1
-4
/
+10
*
patch 9.0.0601: too much indent
v9.0.0601
Yegappan Lakshmanan
2022-09-27
1
-74
/
+104
*
patch 9.0.0548: reduce() with a compiled lambda could be faster
v9.0.0548
Bram Moolenaar
2022-09-22
1
-6
/
+7
*
patch 9.0.0359: error message for wrong argument type is not specific
v9.0.0359
Yegappan Lakshmanan
2022-09-02
1
-4
/
+1
*
patch 8.2.4670: memory allocation failures for new tab page not tested
v8.2.4670
Yegappan Lakshmanan
2022-04-03
1
-1
/
+1
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-7
/
+7
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3960: error messages are spread out
v8.2.3960
Bram Moolenaar
2021-12-31
1
-1
/
+1
*
patch 8.2.3871: list.c contains code for dict and blob
v8.2.3871
Yegappan Lakshmanan
2021-12-22
1
-48
/
+276
*
patch 8.2.3855: illegal memory access when displaying a blob
v8.2.3855
Yegappan Lakshmanan
2021-12-19
1
-0
/
+1
*
patch 8.2.3750: error messages are everywhere
v8.2.3750
Bram Moolenaar
2021-12-05
1
-1
/
+1
*
patch 8.2.3728: internal error when passing range() to list2blob()
v8.2.3728
kuuote
2021-12-03
1
-0
/
+1
*
patch 8.2.3438: cannot manipulate blobs
v8.2.3438
Yegappan Lakshmanan
2021-09-14
1
-0
/
+61
*
patch 8.2.3284: no error for insert() or remove() changing a locked blob
v8.2.3284
Sean Dewar
2021-08-04
1
-2
/
+5
*
patch 8.2.3206: Vim9: argument types are not checked at compile time
v8.2.3206
Yegappan Lakshmanan
2021-07-23
1
-6
/
+0
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-1
/
+8
*
patch 8.2.2779: memory access error in remove() for blob
v8.2.2779
Bram Moolenaar
2021-04-17
1
-2
/
+3
*
patch 8.2.2777: Vim9: blob operations not tested in all ways
v8.2.2777
Bram Moolenaar
2021-04-17
1
-3
/
+23
*
patch 8.2.2767: compiler warning for unused argument
v8.2.2767
Bram Moolenaar
2021-04-14
1
-1
/
+1
*
patch 8.2.2765: Vim9: not all blob operations work
v8.2.2765
Bram Moolenaar
2021-04-14
1
-0
/
+30
*
patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate
v8.2.2757
Bram Moolenaar
2021-04-12
1
-0
/
+22
*
patch 8.2.2756: Vim9: blob index and slice not implemented yet
v8.2.2756
Bram Moolenaar
2021-04-11
1
-0
/
+77
*
patch 8.2.1866: Vim9: appending to pushed blob gives wrong result
v8.2.1866
Bram Moolenaar
2020-10-19
1
-0
/
+1
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-4
/
+4
*
patch 8.1.2368: using old C style comments
v8.1.2368
Bram Moolenaar
2019-11-30
1
-1
/
+1
*
patch 8.1.1763: evalfunc.c is still too big
v8.1.1763
Bram Moolenaar
2019-07-27
1
-0
/
+70
*
patch 8.1.1671: copying a blob may result in it being locked
v8.1.1671
Bram Moolenaar
2019-07-12
1
-0
/
+1
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-1
/
+1
*
patch 8.1.1022: may use NULL pointer when out of memory
v8.1.1022
Bram Moolenaar
2019-03-19
1
-0
/
+2
*
patch 8.1.0802: negative index doesn't work for Blob
v8.1.0802
Bram Moolenaar
2019-01-24
1
-1
/
+5
*
patch 8.1.0798: changing a blob while iterating over it works strangely
v8.1.0798
Bram Moolenaar
2019-01-23
1
-0
/
+22
*
patch 8.1.0765: string format of a Blob can't be parsed back
v8.1.0765
Bram Moolenaar
2019-01-17
1
-21
/
+16
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-1
/
+1
*
patch 8.1.0741: viminfo with Blob is not tested
v8.1.0741
Bram Moolenaar
2019-01-13
1
-0
/
+67
*
patch 8.1.0736: code for Blob not sufficiently tested
v8.1.0736
Bram Moolenaar
2019-01-13
1
-4
/
+7
*
patch 8.1.0735: cannot handle binary data
v8.1.0735
Bram Moolenaar
2019-01-12
1
-0
/
+167