summaryrefslogtreecommitdiff
path: root/src/strings.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar2023-01-041-1/+14
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-281-4/+16
* patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar2022-09-221-6/+7
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-16/+6
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-19/+3
* patch 8.2.4878: valgrind warning for using uninitialized variablev8.2.4878Bram Moolenaar2022-05-061-0/+1
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-4/+0
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-2/+2
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-2/+2
* patch 8.2.3968: build failurev8.2.3968Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-5/+5
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-261-2/+0
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-221-4/+180
* patch 8.2.3663: using %S in printf() does not work correctlyv8.2.3663presuku2021-11-241-17/+12
* patch 8.2.3630: printf() with %S does not handle multi-byte correctlyv8.2.3630presuku2021-11-201-4/+9
* patch 8.2.3393: escaping for fish shell is skipping some charactersv8.2.3393Bram Moolenaar2021-09-011-0/+1
* patch 8.2.3387: compiler warning for non-static functionv8.2.3387Dominique Pelle2021-08-301-1/+1
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-291-0/+21
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-8/+1114
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-2/+63
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-6/+19
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-0/+12
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-2/+23
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+1563