log src/message.c @ 29234:96ff6c230a66 v8.2.5136

age author description
Wed, 15 Jun 2022 13:15:03 +0200 Bram Moolenaar patch 8.2.5097: using uninitialized memory when using 'listchars' v8.2.5097
Mon, 13 Jun 2022 22:45:06 +0200 Bram Moolenaar patch 8.2.5084: when the GUI shows a dialog tests get stuck v8.2.5084
Thu, 09 Jun 2022 15:00:07 +0200 Bram Moolenaar patch 8.2.5070: unnecessary code v8.2.5070
Tue, 07 Jun 2022 11:30:04 +0200 Bram Moolenaar patch 8.2.5066: timer_create is not available on every Mac system v8.2.5066
Mon, 09 May 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.4924: maparg() may return a string that cannot be reused v8.2.4924
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Wed, 04 May 2022 20:00:03 +0200 Bram Moolenaar patch 8.2.4867: listing of mapping with K_SPECIAL is wrong v8.2.4867
Tue, 22 Mar 2022 21:45:04 +0100 Bram Moolenaar patch 8.2.4610: some conditions are always true v8.2.4610
Fri, 11 Feb 2022 16:15:03 +0100 Bram Moolenaar patch 8.2.4343: when reloading not all properties are detected v8.2.4343
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Thu, 20 Jan 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4156: fileinfo message overwrites echo'ed message v8.2.4156
Sat, 08 Jan 2022 16:45:02 +0100 Bram Moolenaar patch 8.2.4040: keeping track of allocated lines is too complicated v8.2.4040
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 02:00:03 +0100 Bram Moolenaar patch 8.2.3963: build failure with tiny and small features v8.2.3963
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Thu, 30 Dec 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3946: when an internal error makes Vim exit the error is not seen v8.2.3946
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:45:04 +0100 Bram Moolenaar patch 8.2.3675: using freed memory when vim_strsave() fails v8.2.3675
Thu, 25 Nov 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3673: crash when allocating signal stack fails v8.2.3673
Fri, 10 Sep 2021 17:00:07 +0200 Bram Moolenaar patch 8.2.3424: a sequence of spaces is hard to see in list mode v8.2.3424
Sat, 14 Aug 2021 14:15:03 +0200 Bram Moolenaar patch 8.2.3341: Vim9: function call aborted despite try/catch v8.2.3341
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Sun, 11 Jul 2021 19:15:03 +0200 Bram Moolenaar patch 8.2.3149: some plugins have a problem with the error check v8.2.3149
Tue, 15 Jun 2021 22:45:04 +0200 Bram Moolenaar patch 8.2.3006: crash when echoing a value very early v8.2.3006
Sat, 10 Apr 2021 14:15:03 +0200 Bram Moolenaar patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!" v8.2.2743
Mon, 15 Feb 2021 20:45:04 +0100 Bram Moolenaar patch 8.2.2518: 'listchars' should be window-local v8.2.2518
Sun, 14 Feb 2021 15:45:03 +0100 Bram Moolenaar patch 8.2.2515: memory access error when truncating an empty message v8.2.2515
Wed, 03 Feb 2021 16:00:07 +0100 Bram Moolenaar patch 8.2.2454: leading space can not be made visible v8.2.2454
Sat, 05 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2097: Vim9: using :silent! when calling a function prevents abort v8.2.2097
Fri, 04 Dec 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.2091: MS-Windows: build warnings v8.2.2091
Wed, 02 Dec 2020 12:45:03 +0100 Bram Moolenaar patch 8.2.2078: illegal memory access when using :print on invalid text v8.2.2078
Wed, 28 Oct 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution v8.2.1919
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, 13 Oct 2020 22:30:06 +0200 Bram Moolenaar patch 8.2.1844: using "q" at the more prompt doesn't stop a long message v8.2.1844
Mon, 12 Oct 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1840: Vim9: error message is not clear about compilation error v8.2.1840
Thu, 10 Sep 2020 19:30:05 +0200 Bram Moolenaar patch 8.2.1653: expand('<stack>') does not include the final line number v8.2.1653
Sun, 06 Sep 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1631: test_fails() does not check the context of the line number v8.2.1631
Tue, 18 Aug 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.1479: Vim9: error for list index uses wrong line number v8.2.1479
Sun, 26 Jul 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1297: when a test fails it's often not easy to see where v8.2.1297
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Mon, 06 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1147: :confirm may happen in cooked mode v8.2.1147
Wed, 10 Jun 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0943: displaying ^M or ^J depends on current buffer v8.2.0943
Fri, 29 May 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.0839: dropping modifier when putting a character back in typeahead v8.2.0839
Sat, 25 Apr 2020 16:00:03 +0200 Bram Moolenaar patch 8.2.0636: :messages does not show the maintainer when $LANG is unset v8.2.0636
Wed, 18 Mar 2020 15:30:04 +0100 Bram Moolenaar patch 8.2.0399: various memory leaks v8.2.0399
Sun, 08 Mar 2020 18:45:03 +0100 Bram Moolenaar patch 8.2.0364: printf test failing on Haiku v8.2.0364
Sat, 29 Feb 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.0334: abort called when using test_void() v8.2.0334
Sat, 22 Feb 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0296: mixing up "long long" and __int64 may cause problems v8.2.0296
Mon, 17 Feb 2020 22:15:07 +0100 Bram Moolenaar patch 8.2.0271: the "num64" feature is available everywhere v8.2.0271
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Mon, 30 Dec 2019 18:00:04 +0100 Bram Moolenaar patch 8.2.0060: message test only runs with one encoding v8.2.0060
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Sat, 21 Dec 2019 18:30:05 +0100 Bram Moolenaar patch 8.2.0026: still some /* */ comments v8.2.0026
Wed, 11 Dec 2019 19:15:04 +0100 Bram Moolenaar patch 8.1.2419: with a long file name the hit-enter prompt appears v8.1.2419
Fri, 06 Dec 2019 22:30:04 +0100 Bram Moolenaar patch 8.1.2402: typos and other small things v8.1.2402
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171