summaryrefslogtreecommitdiff
path: root/src/blob.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0810: readblob() returns empty when trying to read too muchv9.0.0810Bram Moolenaar2022-10-211-9/+17
* patch 9.0.0803: readblob() cannot read from character devicev9.0.0803K.Takata2022-10-201-2/+6
* patch 9.0.0795: readblob() always reads the whole filev9.0.0795K.Takata2022-10-191-5/+35
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-281-4/+10
* patch 9.0.0601: too much indentv9.0.0601Yegappan Lakshmanan2022-09-271-74/+104
* patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar2022-09-221-6/+7
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-4/+1
* patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan2022-04-031-1/+1
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-7/+7
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3960: error messages are spread outv8.2.3960Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-221-48/+276
* patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan2021-12-191-0/+1
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3728: internal error when passing range() to list2blob()v8.2.3728kuuote2021-12-031-0/+1
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-141-0/+61
* patch 8.2.3284: no error for insert() or remove() changing a locked blobv8.2.3284Sean Dewar2021-08-041-2/+5
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-6/+0
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-1/+8
* patch 8.2.2779: memory access error in remove() for blobv8.2.2779Bram Moolenaar2021-04-171-2/+3
* patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar2021-04-171-3/+23
* patch 8.2.2767: compiler warning for unused argumentv8.2.2767Bram Moolenaar2021-04-141-1/+1
* patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar2021-04-141-0/+30
* patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar2021-04-121-0/+22
* patch 8.2.2756: Vim9: blob index and slice not implemented yetv8.2.2756Bram Moolenaar2021-04-111-0/+77
* patch 8.2.1866: Vim9: appending to pushed blob gives wrong resultv8.2.1866Bram Moolenaar2020-10-191-0/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-4/+4
* patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar2019-11-301-1/+1
* patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar2019-07-271-0/+70
* patch 8.1.1671: copying a blob may result in it being lockedv8.1.1671Bram Moolenaar2019-07-121-0/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1022: may use NULL pointer when out of memoryv8.1.1022Bram Moolenaar2019-03-191-0/+2
* patch 8.1.0802: negative index doesn't work for Blobv8.1.0802Bram Moolenaar2019-01-241-1/+5
* patch 8.1.0798: changing a blob while iterating over it works strangelyv8.1.0798Bram Moolenaar2019-01-231-0/+22
* patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar2019-01-171-21/+16
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-1/+1
* patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar2019-01-131-0/+67
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-4/+7
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+167