summaryrefslogtreecommitdiffstats
path: root/src/memline.c
AgeCommit message (Expand)Author
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
2020-08-22patch 8.2.1507: using malloc() directlyv8.2.1507Bram Moolenaar
2020-07-15patch 8.2.1219: symlink not followed if dirname ends in //v8.2.1219Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-30patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar
2020-05-30patch 8.2.0844: text properties crossing lines not handled correctlyv8.2.0844Bram Moolenaar
2020-02-14patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
2020-01-17patch 8.2.0126: textprop test failsv8.2.0126Bram Moolenaar
2020-01-17patch 8.2.0124: compiler warnings for variable typesv8.2.0124Bram Moolenaar
2020-01-13patch 8.2.0115: byte2line() does not work correctly with text propertiesv8.2.0115Bram Moolenaar
2019-12-04patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-26patch 8.1.2223: cannot see what buffer an ml_get error is forv8.1.2223Bram Moolenaar
2019-10-19patch 8.1.2180: Error E303 is not useful when 'directory' is emptyv8.1.2180Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar
2019-09-04patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar
2019-08-04patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar
2019-07-21patch 8.1.1725: MS-Windows: E325 message may use incorrect date formatv8.1.1725Bram Moolenaar
2019-07-17patch 8.1.1711: listener callback called at the wrong momentv8.1.1711Bram Moolenaar
2019-07-15patch 8.1.1700: listener callback called for the wrong bufferv8.1.1700Bram Moolenaar
2019-07-13patch 8.1.1681: insert stray "{" when listener gets buffer linev8.1.1681Bram Moolenaar
2019-06-18patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar
2019-06-08patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1395: saving for undo may access invalid memoryv8.1.1395Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-23patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar
2019-05-18patch 8.1.1344: Coverity complains about possibly using a NULL pointerv8.1.1344Bram Moolenaar
2019-05-16patch 8.1.1335: listener callback is called after inserting textv8.1.1335Bram Moolenaar
2019-05-11patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar
2019-05-10patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar
2019-04-28patch 8.1.1232: can't build on MS-Windowsv8.1.1232Bram Moolenaar
2019-04-28patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar