log src/userfunc.c @ 33025:1d18c7fe609f v9.0.1804

age author description
Sun, 27 Aug 2023 19:30:05 +0200 Christian Brabandt patch 9.0.1804: Vim9: no support for private object methods v9.0.1804
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
Sat, 10 Jun 2023 20:15:04 +0200 Bram Moolenaar patch 9.0.1625: "super" is not considered a reserved name v9.0.1625
Sat, 10 Jun 2023 18:00:06 +0200 Bram Moolenaar patch 9.0.1624: crash when calling object constructor v9.0.1624
Sun, 04 Jun 2023 19:15:03 +0200 Bram Moolenaar patch 9.0.1605: crash when calling method on super in child constructor v9.0.1605
Wed, 24 May 2023 22:15:06 +0200 Bram Moolenaar patch 9.0.1576: users may not know what to do with an internal error v9.0.1576
Sat, 20 May 2023 15:15:05 +0200 Bram Moolenaar patch 9.0.1571: RedrawingDisabled not used consistently v9.0.1571
Mon, 15 May 2023 17:30:05 +0200 Bram Moolenaar patch 9.0.1559: function argument types not always checked v9.0.1559
Tue, 02 May 2023 17:30:05 +0200 Bram Moolenaar patch 9.0.1505: error when heredoc content looks like heredoc v9.0.1505
Wed, 19 Apr 2023 15:30:04 +0200 Bram Moolenaar patch 9.0.1470: deferred functions invoked in unexpected order v9.0.1470
Tue, 18 Apr 2023 23:00:03 +0200 Bram Moolenaar patch 9.0.1469: deferred functions not called from autocommands v9.0.1469
Mon, 17 Apr 2023 20:30:07 +0200 Bram Moolenaar patch 9.0.1462: recursively calling :defer function if it does :qa v9.0.1462
Sat, 15 Apr 2023 14:30:05 +0200 Bram Moolenaar patch 9.0.1454: code indenting is confused by macros v9.0.1454
Wed, 12 Apr 2023 22:00:03 +0200 Bram Moolenaar patch 9.0.1446: unnecessary checks for the "skip" flag when skipping v9.0.1446
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
Tue, 21 Feb 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1338: :defcompile and :disassemble can't find class method v9.0.1338
Tue, 21 Feb 2023 15:30:08 +0100 Bram Moolenaar patch 9.0.1336: functions without arguments are not always declared properly v9.0.1336
Sat, 18 Feb 2023 16:45:03 +0100 Bram Moolenaar patch 9.0.1321: vimscript test fails where using {expr} syntax v9.0.1321
Sat, 18 Feb 2023 15:45:04 +0100 Bram Moolenaar patch 9.0.1320: checking the type of a null object causes a crash v9.0.1320
Thu, 26 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1246: code is indented more than necessary v9.0.1246
Wed, 25 Jan 2023 13:30:04 +0100 Bram Moolenaar patch 9.0.1241: Coverity warns for not checking function return value v9.0.1241
Mon, 09 Jan 2023 12:45:05 +0100 Bram Moolenaar patch 9.0.1161: Coverity warns for using strcpy() v9.0.1161
Sun, 08 Jan 2023 21:45:03 +0100 Bram Moolenaar patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size v9.0.1160
Sun, 08 Jan 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1159: extends argument for class not implemented yet v9.0.1159
Thu, 05 Jan 2023 21:00:06 +0100 Bram Moolenaar patch 9.0.1150: :interface is not implemented yet v9.0.1150
Wed, 04 Jan 2023 14:30:03 +0100 Bram Moolenaar patch 9.0.1142: crash and/or memory leak when redefining function v9.0.1142
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Tue, 13 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1053: default constructor arguments are not optional v9.0.1053
Sat, 10 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1045: in a class object members cannot be initialized v9.0.1045
Fri, 09 Dec 2022 22:45:03 +0100 Bram Moolenaar patch 9.0.1041: cannot define a method in a class v9.0.1041
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Fri, 25 Nov 2022 17:45:04 +0100 Bram Moolenaar patch 9.0.0949: crash when unletting a variable while listing variables v9.0.0949
Sun, 13 Nov 2022 23:15:03 +0100 Bram Moolenaar patch 9.0.0875: using freed memory when executing delfunc at more prompt v9.0.0875
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Sat, 01 Oct 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0632: calling a function from an "expr" option has overhead v9.0.0632
Fri, 30 Sep 2022 20:30:04 +0200 Bram Moolenaar patch 9.0.0630: in Vim9 script a numbered function cannot be called v9.0.0630
Sat, 24 Sep 2022 12:45:03 +0200 Bram Moolenaar patch 9.0.0568: autocmd code is indented more than needed v9.0.0568
Thu, 22 Sep 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0553: no error for "|" after "{" in lamda v9.0.0553
Mon, 19 Sep 2022 17:00:07 +0200 Bram Moolenaar patch 9.0.0502: a closure in a nested loop in a :def function does not work v9.0.0502
Fri, 16 Sep 2022 20:15:03 +0200 Bram Moolenaar patch 9.0.0481: in :def function all closures in loop get the same variables v9.0.0481
Fri, 16 Sep 2022 13:15:05 +0200 Bram Moolenaar patch 9.0.0476: varargs does not work for replacement function of substitute() v9.0.0476
Thu, 08 Sep 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0419: the :defer command does not check the function arguments v9.0.0419
Wed, 07 Sep 2022 22:45:04 +0200 Bram Moolenaar patch 9.0.0411: only created files can be cleaned up with one call v9.0.0411
Wed, 07 Sep 2022 18:30:03 +0200 Bram Moolenaar patch 9.0.0406: deferred functions not invoked when partial func exits v9.0.0406
Wed, 07 Sep 2022 18:00:04 +0200 Bram Moolenaar patch 9.0.0405: arguments in a partial not used by a :def function v9.0.0405
Tue, 06 Sep 2022 22:15:02 +0200 Bram Moolenaar patch 9.0.0399: using :defer in expression funcref not tested v9.0.0399
Tue, 06 Sep 2022 20:00:04 +0200 Bram Moolenaar patch 9.0.0398: members of funccall_T are inconsistently named v9.0.0398
Tue, 06 Sep 2022 19:45:04 +0200 Bram Moolenaar patch 9.0.0397: :defer not tested with exceptions and ":qa!" v9.0.0397
Mon, 05 Sep 2022 22:30:04 +0200 Bram Moolenaar patch 9.0.0390: cannot use a partial with :defer v9.0.0390
Sun, 04 Sep 2022 17:00:03 +0200 Bram Moolenaar patch 9.0.0379: cleaning up after writefile() is a hassle v9.0.0379
Sun, 04 Sep 2022 14:45:02 +0200 Bram Moolenaar patch 9.0.0377: argument assignment does not work v9.0.0377
Sun, 04 Sep 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0376: clang warns for dead assignments v9.0.0376
Sat, 03 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0370: cleaning up afterwards can make a function messy v9.0.0370
Sun, 28 Aug 2022 20:00:05 +0200 Bram Moolenaar patch 9.0.0303: it is not easy to get information about a script v9.0.0303
Thu, 18 Aug 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0225: using freed memory with multiple line breaks in expression v9.0.0225
Tue, 16 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0219: cannot make a funcref with "s:func" in a def function v9.0.0219
Fri, 29 Jul 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0107: condition always has the same value v9.0.0107
Wed, 29 Jun 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0003: functions are global while they could be local v9.0.0003