summaryrefslogtreecommitdiffstats
path: root/src/memline.c
AgeCommit message (Expand)Author
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
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-04patch 8.1.0688: text properties are not restored by undov8.1.0688Bram Moolenaar
2019-01-03patch 8.1.0684: warnings from 64-bit compilerv8.1.0684Bram Moolenaar
2018-12-28patch 8.1.0655: when appending a line text property flags are not addedv8.1.0655Bram Moolenaar
2018-12-28patch 8.1.0654: when deleting a line text property flags are not adjustedv8.1.0654Bram Moolenaar
2018-12-26patch 8.1.0643: computing byte offset wrongv8.1.0643Bram Moolenaar
2018-12-26patch 8.1.0642: swapinfo() leaks memoryv8.1.0642Bram Moolenaar
2018-12-25patch 8.1.0636: line2byte() gives wrong values with text propertiesv8.1.0636Bram Moolenaar
2018-12-16patch 8.1.0601: a few compiler warningsv8.1.0601Bram Moolenaar
2018-12-13patch 8.1.0581: double free without the text properties featurev8.1.0581Bram Moolenaar
2018-12-13patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar
2018-10-30patch 8.1.0501: cppcheck warns for using array index before bounds checkv8.1.0501Bram Moolenaar
2018-10-13patch 8.1.0473: user doesn't notice file does not exist when swap file doesv8.1.0473Bram Moolenaar
2018-10-07patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar
2018-10-07patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file promptv8.1.0463Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-08-23patch 8.1.0325: strings in swap file may not be NUL terminatedv8.1.0325Bram Moolenaar
2018-08-21patch 8.1.0314: build failure without the +eval featurev8.1.0314Bram Moolenaar
2018-08-21patch 8.1.0313: information about a swap file is unavailablev8.1.0313Bram Moolenaar
2018-08-21patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar
2018-08-20patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar
2018-08-07patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar
2018-05-26patch 8.1.0023: gcc 8.1 warns for use of strncpy()v8.1.0023Bram Moolenaar
2018-05-12patch 8.0.1819: swap file warning for file with non-existing directoryv8.0.1819Bram Moolenaar
2018-04-10patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2017-12-02patch 8.0.1363: recovering does not work when swap file ends in .stzv8.0.1363Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar