summaryrefslogtreecommitdiffstats
path: root/src/memline.c
AgeCommit message (Expand)Author
2024-03-13patch 9.1.0177: Coverity reports dead codev9.1.0177zeertzjq
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-03-11patch 9.1.0168: too many STRLEN() callsv9.1.0168John Marriott
2024-03-10patch 9.1.0163: Calling STRLEN() to compute ml_line_textlen when not neededv9.1.0163zeertzjq
2024-03-05patch 9.1.0151: ml_get_buf_len() does not consider text propertiesv9.1.0151Christian Brabandt
2024-02-26patch 9.1.0138: too many STRLEN calls when getting a memlinev9.1.0138John Marriott
2023-06-27patch 9.0.1669: Crash syncing swapfile in new buffer when using sodium cryptv9.0.1669Christian Brabandt
2023-06-26patch 9.0.1666: compiler may warn for uninitialized variablev9.0.1666Christian Brabandt
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-05-27patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2"v9.0.1583Bram Moolenaar
2023-04-27patch 9.0.1494: crash when recovering from corrupted swap filev9.0.1494Bram Moolenaar
2023-04-24patch 9.0.1484: Coverity warns for using invalid array indexv9.0.1484Bram Moolenaar
2023-04-23patch 9.0.1481: decrypting with libsodium may fail if the library changesv9.0.1481Christian Brabandt
2023-04-22patch 9.0.1477: crash when recovering from corrupted swap filev9.0.1477Bram Moolenaar
2023-02-01patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq
2023-01-14patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan
2022-12-23patch 9.0.1089: unnessary assignmentv9.0.1089Luuk van Baal
2022-12-05patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-29patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar
2022-08-28patch 9.0.0308: when cmdheight is zero the attention prompt doesn't showv9.0.0308Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-09patch 9.0.0181: textprop test with line2byte() fails on MS-Windowsv9.0.0181Bram Moolenaar
2022-08-07patch 9.0.0166: when using text properties line text length computed twicev9.0.0166Bram Moolenaar
2022-06-30patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar
2022-05-24patch 8.2.5014: byte offsets are wrong when using text propertiesv8.2.5014Paul Ollis
2022-05-16patch 8.2.4961: build error with a certain combination of featuresv8.2.4961Bram Moolenaar
2022-05-15patch 8.2.4960: text properties that cross lines not updated for deleted linev8.2.4960Paul Ollis
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-04-07patch 8.2.4704: using "else" after return or break increases indentv8.2.4704=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-04patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar
2022-03-23patch 8.2.4613: return type of swapfile_unchanged() is wrongv8.2.4613zeertzjq
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-16patch 8.2.4399: crash after ml_get errorv8.2.4399Bram Moolenaar
2022-01-29patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-19patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-02patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar
2022-01-01patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-11-25patch 8.2.3674: when ml_get_buf() fails it messes up IObuffv8.2.3674Bram Moolenaar
2021-10-19patch 8.2.3543: swapname has double slash when 'directory' ends in itv8.2.3543Bram Moolenaar
2021-10-14patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen
2021-10-09patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-06patch 8.2.3483: #ifdef for using sysinfo() is incompletev8.2.3483Bram Moolenaar
2021-08-25patch 8.2.3375: using uninitialized memoryv8.2.3375Bram Moolenaar
2021-08-25patch 8.2.3372: line2byte() value wrong when adding a text propertyv8.2.3372Bram Moolenaar
2021-08-16patch 8.2.3355: MS-Windows: compiler warning for 64-32 bit conversionv8.2.3355Bram Moolenaar