log src/diff.c @ 35067:b2e515aab168 default tip

age author description
Sat, 16 Mar 2024 09:45:05 +0100 Christian Brabandt patch 9.1.0183: Wrong display or screenpos() result when toggling diff mode v9.1.0183
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, 12 Feb 2024 20:30:06 +0100 Christian Brabandt patch 9.1.0099: Not able to use diff() with 'diffexpr' v9.1.0099
Sun, 11 Feb 2024 17:15:05 +0100 Christian Brabandt patch 9.1.0096: diff() function uses 'diffexpr' v9.1.0096
Sat, 03 Feb 2024 18:00:02 +0100 Christian Brabandt patch 9.1.0072: Not able to build without FEAT_DIFF v9.1.0072
Thu, 01 Feb 2024 22:30:03 +0100 Christian Brabandt patch 9.1.0071: Need a diff() Vim script function v9.1.0071
Thu, 04 Jan 2024 21:30:04 +0100 Christian Brabandt patch 9.1.0006: is*() and to*() function may be unsafe v9.1.0006
Fri, 29 Sep 2023 20:45:04 +0200 Christian Brabandt patch 9.0.1958: cannot complete option values v9.0.1958
Tue, 04 Apr 2023 23:15:06 +0200 Bram Moolenaar patch 9.0.1440: "rvim" can execute a shell through :diffpatch v9.0.1440
Tue, 07 Mar 2023 19:00:04 +0100 Bram Moolenaar patch 9.0.1391: "clear" macros are not always used v9.0.1391
Tue, 07 Mar 2023 18:15:04 +0100 Bram Moolenaar patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file v9.0.1390
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Mon, 09 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1166: code is indented more than necessary v9.0.1166
Mon, 26 Dec 2022 14:00:07 +0100 Bram Moolenaar patch 9.0.1098: code uses too much indent v9.0.1098
Mon, 28 Nov 2022 20:00:05 +0100 Bram Moolenaar patch 9.0.0965: using one window for executing autocommands is insufficient v9.0.0965
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sun, 31 Jul 2022 19:45:02 +0200 Bram Moolenaar patch 9.0.0124: code has more indent than needed v9.0.0124
Thu, 28 Jul 2022 19:45:06 +0200 Bram Moolenaar patch 9.0.0101: invalid memory access in diff mode with "dp" and undo v9.0.0101
Sat, 02 Jul 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0026: accessing freed memory with diff put v9.0.0026
Sun, 26 Jun 2022 18:00:02 +0200 Bram Moolenaar patch 8.2.5164: invalid memory access after diff buffer manipulations v8.2.5164
Sun, 26 Jun 2022 15:15:03 +0200 Bram Moolenaar patch 8.2.5163: crash when deleting buffers in diff mode v8.2.5163
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
Fri, 25 Mar 2022 16:00:03 +0100 Bram Moolenaar patch 8.2.4624: old Coverity warning for resource leak v8.2.4624
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
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
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Thu, 30 Dec 2021 12:00:03 +0100 Bram Moolenaar patch 8.2.3943: compiler warning from gcc for uninitialized variable v8.2.3943
Wed, 29 Dec 2021 13:00:05 +0100 Bram Moolenaar patch 8.2.3931: Coverity reports a memory leak v8.2.3931
Tue, 28 Dec 2021 19:45:04 +0100 Bram Moolenaar patch 8.2.3925: diff mode confused by NUL bytes v8.2.3925
Tue, 28 Dec 2021 15:00:03 +0100 Bram Moolenaar patch 8.2.3921: the way xdiff is used is inefficient v8.2.3921
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Fri, 22 Oct 2021 22:00:05 +0200 Bram Moolenaar patch 8.2.3556: filler lines are incorrect for other window in diff mode v8.2.3556
Wed, 01 Sep 2021 16:15:04 +0200 Bram Moolenaar patch 8.2.3394: filler lines are wrong when changing text in diff mode v8.2.3394
Tue, 31 Aug 2021 21:00:05 +0200 Bram Moolenaar patch 8.2.3390: included xdiff code is outdated v8.2.3390
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Wed, 21 Jul 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.3194: Vim9: argument types are not checked at compile time v8.2.3194
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Sat, 17 Jul 2021 19:15:05 +0200 Bram Moolenaar patch 8.2.3173: Vim9: argument types are not checked at compile time v8.2.3173
Mon, 24 May 2021 14:30:03 +0200 Bram Moolenaar patch 8.2.2880: unified diff fails if actually used v8.2.2880
Wed, 10 Feb 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.2490: 'wrap' option is always reset when starting diff mode v8.2.2490
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Tue, 09 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-case v8.2.0938
Sun, 07 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0928: many type casts are used for vim_strnsave() v8.2.0928
Sat, 30 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0853: ml_delete() often called with FALSE argument v8.2.0853
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Sun, 01 Dec 2019 21:15:03 +0100 Bram Moolenaar patch 8.1.2378: using old C style comments v8.1.2378
Sat, 16 Nov 2019 14:00:05 +0100 Bram Moolenaar patch 8.1.2302: :lockmarks does not work for '[ and '] v8.1.2302
Sun, 10 Nov 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2289: after :diffsplit closing the window does not disable diff v8.1.2289
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Thu, 05 Sep 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1989: the evalfunc.c file is still too big v8.1.1989
Sat, 24 Aug 2019 21:00:06 +0200 Bram Moolenaar patch 8.1.1922: in diff mode global operations can be very slow v8.1.1922
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sun, 26 May 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.1405: "highlight" option of popup windows not supported v8.1.1405
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sun, 03 Mar 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0991: cannot build with a mix of features v8.1.0991