log src/memline.c @ 35075:43739470fe40 default tip

age author description
Fri, 05 Apr 2024 20:15:08 +0200 Christian Brabandt patch 9.1.0270: a few minor issues to fix v9.1.0270
Wed, 13 Mar 2024 21:00:03 +0100 Christian Brabandt patch 9.1.0177: Coverity reports dead code v9.1.0177
Tue, 12 Mar 2024 22:00:04 +0100 Christian Brabandt patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() v9.1.0172
Mon, 11 Mar 2024 22:15:03 +0100 Christian Brabandt patch 9.1.0168: too many STRLEN() calls v9.1.0168
Sun, 10 Mar 2024 09:00:08 +0100 Christian Brabandt patch 9.1.0163: Calling STRLEN() to compute ml_line_textlen when not needed v9.1.0163
Tue, 05 Mar 2024 21:00:02 +0100 Christian Brabandt patch 9.1.0151: ml_get_buf_len() does not consider text properties v9.1.0151
Mon, 26 Feb 2024 21:30:03 +0100 Christian Brabandt patch 9.1.0138: too many STRLEN calls when getting a memline v9.1.0138
Tue, 27 Jun 2023 20:00:04 +0200 Bram Moolenaar patch 9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt v9.0.1669
Mon, 26 Jun 2023 20:00:03 +0200 Bram Moolenaar patch 9.0.1666: compiler may warn for uninitialized variable v9.0.1666
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Wed, 31 May 2023 18:15:04 +0200 Bram Moolenaar patch 9.0.1594: some internal error messages are translated v9.0.1594
Sat, 27 May 2023 19:15:04 +0200 Bram Moolenaar patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" v9.0.1583
Thu, 27 Apr 2023 22:15:02 +0200 Bram Moolenaar patch 9.0.1494: crash when recovering from corrupted swap file v9.0.1494
Mon, 24 Apr 2023 19:15:03 +0200 Bram Moolenaar patch 9.0.1484: Coverity warns for using invalid array index v9.0.1484
Sun, 23 Apr 2023 19:00:05 +0200 Bram Moolenaar patch 9.0.1481: decrypting with libsodium may fail if the library changes v9.0.1481
Sat, 22 Apr 2023 22:15:04 +0200 Bram Moolenaar patch 9.0.1477: crash when recovering from corrupted swap file v9.0.1477
Wed, 01 Feb 2023 14:15:04 +0100 Bram Moolenaar patch 9.0.1271: using sizeof() and subtract array size is tricky v9.0.1271
Sat, 14 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1196: code is indented more than necessary v9.0.1196
Fri, 23 Dec 2022 13:30:03 +0100 Bram Moolenaar patch 9.0.1089: unnessary assignment v9.0.1089
Mon, 05 Dec 2022 15:00:11 +0100 Bram Moolenaar patch 9.0.1007: there is no way to get a list of swap file names v9.0.1007
Wed, 31 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0340: the 'cmdheight' zero support causes too much trouble v9.0.0340
Mon, 29 Aug 2022 16:15:04 +0200 Bram Moolenaar patch 9.0.0318: clearing screen causes flicker v9.0.0318
Sun, 28 Aug 2022 23:30:02 +0200 Bram Moolenaar patch 9.0.0308: when cmdheight is zero the attention prompt doesn't show v9.0.0308
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Tue, 09 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0181: textprop test with line2byte() fails on MS-Windows v9.0.0181
Sun, 07 Aug 2022 23:00:03 +0200 Bram Moolenaar patch 9.0.0166: when using text properties line text length computed twice v9.0.0166
Thu, 30 Jun 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0013: reproducing memory access errors can be difficult v9.0.0013
Tue, 24 May 2022 22:30:02 +0200 Bram Moolenaar patch 8.2.5014: byte offsets are wrong when using text properties v8.2.5014
Mon, 16 May 2022 11:15:05 +0200 Bram Moolenaar patch 8.2.4961: build error with a certain combination of features v8.2.4961
Sun, 15 May 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.4960: text properties that cross lines not updated for deleted line v8.2.4960
Fri, 15 Apr 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4753: error from setting an option is silently ignored v8.2.4753
Thu, 07 Apr 2022 14:30:02 +0200 Bram Moolenaar patch 8.2.4704: using "else" after return or break increases indent v8.2.4704
Mon, 04 Apr 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4685: when a swap file is found for a popup there is no dialog v8.2.4685
Wed, 23 Mar 2022 15:00:04 +0100 Bram Moolenaar patch 8.2.4613: return type of swapfile_unchanged() is wrong v8.2.4613
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Wed, 16 Feb 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4399: crash after ml_get error v8.2.4399
Sat, 29 Jan 2022 16:30:03 +0100 Bram Moolenaar patch 8.2.4255: theoretical computation overflow v8.2.4255
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Wed, 19 Jan 2022 14:45:05 +0100 Bram Moolenaar patch 8.2.4144: cannot load libsodium dynamically v8.2.4144
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Sun, 02 Jan 2022 18:15:04 +0100 Bram Moolenaar patch 8.2.3983: error messages are spread out v8.2.3983
Sat, 01 Jan 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.3977: error messages are spread out v8.2.3977
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Thu, 25 Nov 2021 15:00:06 +0100 Bram Moolenaar patch 8.2.3674: when ml_get_buf() fails it messes up IObuff v8.2.3674
Tue, 19 Oct 2021 23:15:03 +0200 Bram Moolenaar patch 8.2.3543: swapname has double slash when 'directory' ends in it v8.2.3543
Thu, 14 Oct 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3510: changes are only detected with one second accuracy v8.2.3510
Sat, 09 Oct 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3490: superfluous return statements v8.2.3490
Wed, 06 Oct 2021 12:30:05 +0200 Bram Moolenaar patch 8.2.3483: #ifdef for using sysinfo() is incomplete v8.2.3483
Wed, 25 Aug 2021 17:45:04 +0200 Bram Moolenaar patch 8.2.3375: using uninitialized memory v8.2.3375
Wed, 25 Aug 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3372: line2byte() value wrong when adding a text property v8.2.3372
Mon, 16 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3355: MS-Windows: compiler warning for 64-32 bit conversion v8.2.3355
Sun, 15 Aug 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3354: build failure with +byte_offset but without +textprop v8.2.3354
Sun, 15 Aug 2021 14:30:04 +0200 Bram Moolenaar patch 8.2.3348: line2byte() returns wrong value after adding textprop v8.2.3348
Thu, 29 Jul 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3245: the crypt key may appear in a swap partition v8.2.3245
Tue, 06 Jul 2021 20:30:03 +0200 Bram Moolenaar patch 8.2.3114: Amiga-like systems: build error using stat() v8.2.3114
Sun, 27 Jun 2021 13:15:03 +0200 Bram Moolenaar patch 8.2.3062: internal error when adding several text properties v8.2.3062
Mon, 21 Jun 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.3032: build problems with MSVC, other crypt issues with libsodium v8.2.3032
Sun, 20 Jun 2021 14:15:07 +0200 Bram Moolenaar patch 8.2.3022: available encryption methods are not strong enough v8.2.3022