summaryrefslogtreecommitdiff
path: root/src/memline.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3674: when ml_get_buf() fails it messes up IObuffv8.2.3674Bram Moolenaar2021-11-251-2/+3
* patch 8.2.3543: swapname has double slash when 'directory' ends in itv8.2.3543Bram Moolenaar2021-10-191-1/+5
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-0/+6
* patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-091-2/+0
* patch 8.2.3483: #ifdef for using sysinfo() is incompletev8.2.3483Bram Moolenaar2021-10-061-1/+1
* patch 8.2.3375: using uninitialized memoryv8.2.3375Bram Moolenaar2021-08-251-1/+2
* patch 8.2.3372: line2byte() value wrong when adding a text propertyv8.2.3372Bram Moolenaar2021-08-251-1/+11
* patch 8.2.3355: MS-Windows: compiler warning for 64-32 bit conversionv8.2.3355Bram Moolenaar2021-08-161-2/+2
* patch 8.2.3354: build failure with +byte_offset but without +textpropv8.2.3354Bram Moolenaar2021-08-151-3/+3
* patch 8.2.3348: line2byte() returns wrong value after adding textpropv8.2.3348Bram Moolenaar2021-08-151-3/+17
* patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar2021-07-291-5/+0
* patch 8.2.3114: Amiga-like systems: build error using stat()v8.2.3114=?UTF-8?q?Ola=20S=C3=B6der?=2021-07-061-4/+6
* patch 8.2.3062: internal error when adding several text propertiesv8.2.3062Bram Moolenaar2021-06-271-4/+6
* patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt2021-06-211-1/+2
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-8/+30
* patch 8.2.2966: ml_get errors after recovering a filev8.2.2966Bram Moolenaar2021-06-091-0/+1
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-261-2/+7
* patch 8.2.2588: build failure with tiny featuresv8.2.2588Bram Moolenaar2021-03-101-2/+5
* patch 8.2.2586: process id may be invalidv8.2.2586Bram Moolenaar2021-03-101-7/+29
* patch 8.2.2429: :goto does not work correctly with text propertiesv8.2.2429Bram Moolenaar2021-01-301-11/+23
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.2026: Coverity warns for possibly using not NUL terminated stringv8.2.2026Bram Moolenaar2020-11-211-0/+1
* patch 8.2.1970: it is easy to make mistakes when cleaning up swap filesv8.2.1970Bram Moolenaar2020-11-091-3/+29
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-3/+4
* patch 8.2.1670: a couple of gcc compiler warningsv8.2.1670Bram Moolenaar2020-09-121-1/+1
* patch 8.2.1507: using malloc() directlyv8.2.1507Bram Moolenaar2020-08-221-2/+1
* patch 8.2.1219: symlink not followed if dirname ends in //v8.2.1219Bram Moolenaar2020-07-151-9/+9
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-4/+4
* patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar2020-05-301-16/+16
* patch 8.2.0844: text properties crossing lines not handled correctlyv8.2.0844Bram Moolenaar2020-05-301-44/+75
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-88/+0
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0126: textprop test failsv8.2.0126Bram Moolenaar2020-01-171-1/+1
* patch 8.2.0124: compiler warnings for variable typesv8.2.0124Bram Moolenaar2020-01-171-3/+3
* patch 8.2.0115: byte2line() does not work correctly with text propertiesv8.2.0115Bram Moolenaar2020-01-131-5/+31
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-439/+438
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-13/+13
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2223: cannot see what buffer an ml_get error is forv8.1.2223Bram Moolenaar2019-10-261-1/+4
* patch 8.1.2180: Error E303 is not useful when 'directory' is emptyv8.1.2180Bram Moolenaar2019-10-191-2/+2
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar2019-09-041-1/+1
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-1/+2
* patch 8.1.1725: MS-Windows: E325 message may use incorrect date formatv8.1.1725Bram Moolenaar2019-07-211-1/+18
* patch 8.1.1711: listener callback called at the wrong momentv8.1.1711Bram Moolenaar2019-07-171-8/+9
* patch 8.1.1700: listener callback called for the wrong bufferv8.1.1700Bram Moolenaar2019-07-151-59/+73
* patch 8.1.1681: insert stray "{" when listener gets buffer linev8.1.1681Bram Moolenaar2019-07-131-1/+3
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-181-7/+43