summaryrefslogtreecommitdiffstats
path: root/src/memline.c
AgeCommit message (Expand)Author
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
2021-08-15patch 8.2.3354: build failure with +byte_offset but without +textpropv8.2.3354Bram Moolenaar
2021-08-15patch 8.2.3348: line2byte() returns wrong value after adding textpropv8.2.3348Bram Moolenaar
2021-07-29patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar
2021-07-06patch 8.2.3114: Amiga-like systems: build error using stat()v8.2.3114=?UTF-8?q?Ola=20S=C3=B6der?=
2021-06-27patch 8.2.3062: internal error when adding several text propertiesv8.2.3062Bram Moolenaar
2021-06-21patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
2021-06-09patch 8.2.2966: ml_get errors after recovering a filev8.2.2966Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-26patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar
2021-03-10patch 8.2.2588: build failure with tiny featuresv8.2.2588Bram Moolenaar
2021-03-10patch 8.2.2586: process id may be invalidv8.2.2586Bram Moolenaar
2021-01-30patch 8.2.2429: :goto does not work correctly with text propertiesv8.2.2429Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-11-21patch 8.2.2026: Coverity warns for possibly using not NUL terminated stringv8.2.2026Bram Moolenaar
2020-11-09patch 8.2.1970: it is easy to make mistakes when cleaning up swap filesv8.2.1970Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-09-12patch 8.2.1670: a couple of gcc compiler warningsv8.2.1670Bram Moolenaar