log src/userfunc.c @ 20433:5950284a517f v8.2.0771

age author description
Sat, 16 May 2020 21:30:10 +0200 Bram Moolenaar patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled code v8.2.0771
Thu, 14 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase v8.2.0753
Wed, 13 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0751: Vim9: performance can be improved v8.2.0751
Sat, 09 May 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script v8.2.0725
Mon, 04 May 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.0695: Vim9: cannot define a function inside a function v8.2.0695
Sun, 03 May 2020 15:45:05 +0200 Bram Moolenaar patch 8.2.0684: Vim9: memory leak when using lambda v8.2.0684
Sat, 02 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0683: Vim9: parsing type does not always work v8.2.0683
Fri, 01 May 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.0677: Vim9: no support for closures
Mon, 27 Apr 2020 23:45:03 +0200 Bram Moolenaar patch 8.2.0653: using uninitialized pointer v8.2.0653
Mon, 27 Apr 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.0652: compiler warning for char conversion v8.2.0652
Mon, 27 Apr 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0650: Vim9: script function can be deleted v8.2.0650
Thu, 23 Apr 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0627: Vim9: error message does not work v8.2.0627
Thu, 23 Apr 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script v8.2.0626
Thu, 23 Apr 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.0624: Vim9: no check for space before #comment v8.2.0624
Sat, 18 Apr 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0596: crash in test49 v8.2.0596
Sat, 18 Apr 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0595: Vim9: not all commands using ends_excmd() tested v8.2.0595
Tue, 14 Apr 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.0578: heredoc for interfaces does not support "trim" v8.2.0578
Mon, 13 Apr 2020 17:30:05 +0200 Bram Moolenaar patch 8.2.0570: Vim9: no error when omitting type from argument v8.2.0570
Mon, 13 Apr 2020 14:45:04 +0200 Bram Moolenaar patch 8.2.0567: Vim9: cannot put comments halfway expressions v8.2.0567
Sun, 12 Apr 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0563: Vim9: cannot split a function line v8.2.0563
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Tue, 07 Apr 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0529: Vim9: function argument with default not checked v8.2.0529
Tue, 07 Apr 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.0528: Vim9: function arguments insufficiently tested v8.2.0528
Mon, 06 Apr 2020 22:15:39 +0200 Bram Moolenaar patch 8.2.0523: loops are repeated v8.2.0523
Sun, 05 Apr 2020 17:15:25 +0200 Bram Moolenaar patch 8.2.0512: Vim9: no optional arguments in func type v8.2.0512
Fri, 03 Apr 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.0506: Coverity complains about ignoring return value v8.2.0506
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Thu, 02 Apr 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.0499: calling a lambda is slower than evaluating a string v8.2.0499
Sat, 28 Mar 2020 21:45:06 +0100 Bram Moolenaar patch 8.2.0469: Vim9: no error for missing ] after list v8.2.0469
Wed, 18 Mar 2020 15:30:04 +0100 Bram Moolenaar patch 8.2.0399: various memory leaks v8.2.0399
Sun, 01 Mar 2020 23:45:04 +0100 Bram Moolenaar patch 8.2.0346: Vim9: finding common list type not tested v8.2.0346
Wed, 19 Feb 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0279: Vim9: no test for deleted :def function v8.2.0279
Mon, 17 Feb 2020 10:15:04 +0100 Bram Moolenaar patch 8.2.0268: trycatch test fails v8.2.0268
Sun, 16 Feb 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0267: no check for a following cmd when calling a function fails v8.2.0267
Thu, 06 Feb 2020 19:30:08 +0100 Bram Moolenaar patch 8.2.0223: some instructions not yet tested v8.2.0223
Thu, 06 Feb 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0222: Vim9: optional function arguments don't work yet v8.2.0222
Tue, 04 Feb 2020 22:00:05 +0100 Bram Moolenaar patch 8.2.0207: crash when missing member type on list argument v8.2.0207
Mon, 03 Feb 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0201: cannot assign to an imported variable v8.2.0201
Sun, 02 Feb 2020 17:30:03 +0100 Bram Moolenaar patch 8.2.0199: Vim9 script commands not sufficiently tested v8.2.0199
Fri, 31 Jan 2020 20:15:05 +0100 Bram Moolenaar patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines v8.2.0185
Tue, 28 Jan 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0171: Coverity warning for using uninitialized buffer v8.2.0171
Mon, 27 Jan 2020 22:15:07 +0100 Bram Moolenaar patch 8.2.0159: non-materialized range() list causes problems v8.2.0159
Sun, 26 Jan 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.0150: cannot define python function when using :execute v8.2.0150
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
Tue, 07 Jan 2020 21:00:07 +0100 Bram Moolenaar patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098
Thu, 02 Jan 2020 14:45:03 +0100 Bram Moolenaar patch 8.2.0078: expanding <sfile> works differently the second time v8.2.0078
Tue, 31 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.2.0067: ERROR_UNKNOWN clashes on some systems v8.2.0067
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Wed, 25 Dec 2019 15:15:03 +0100 Bram Moolenaar patch 8.2.0042: clearing funccal values twice v8.2.0042
Mon, 16 Dec 2019 17:15:04 +0100 Bram Moolenaar patch 8.2.0013: not using a typedef for condstack v8.2.0013
Thu, 05 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2396: using old C style comments v8.1.2396
Sun, 10 Nov 2019 00:15:04 +0100 Bram Moolenaar patch 8.1.2282: crash when passing many arguments through a partial v8.1.2282
Sat, 09 Nov 2019 22:30:04 +0100 Bram Moolenaar patch 8.1.2280: crash when passing partial to substitute() v8.1.2280
Wed, 06 Nov 2019 15:15:03 +0100 Bram Moolenaar patch 8.1.2262: unpack assignment in function not recognized v8.1.2262
Wed, 09 Oct 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2127: the indent.c file is a bit big v8.1.2127
Mon, 16 Sep 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2047: cannot check the current state v8.1.2047
Thu, 29 Aug 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1938: may crash when out of memory v8.1.1938
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sat, 17 Aug 2019 21:15:03 +0200 Bram Moolenaar patch 8.1.1878: negative float before method not parsed correctly v8.1.1878
Fri, 16 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1863: confusing error when using a builtin function as method v8.1.1863
Thu, 08 Aug 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1827: allocating more memory than needed for extended structs v8.1.1827
Mon, 05 Aug 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1820: using expr->FuncRef() does not work v8.1.1820
Sun, 04 Aug 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1816: cannot use a user defined function as a method v8.1.1816
Sat, 03 Aug 2019 22:00:07 +0200 Bram Moolenaar patch 8.1.1803: all builtin functions are global v8.1.1803
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
Sun, 21 Jul 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1729: heredoc with trim not properly handled in function v8.1.1729
Sun, 14 Jul 2019 16:00:06 +0200 Bram Moolenaar patch 8.1.1689: profiling code is spread out v8.1.1689
Sat, 13 Jul 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1684: profiling functionality is spread out v8.1.1684
Thu, 04 Jul 2019 15:00:07 +0200 Bram Moolenaar patch 8.1.1625: script line numbers are not exactly right v8.1.1625
Tue, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
Sun, 23 Jun 2019 02:00:06 +0200 Bram Moolenaar patch 8.1.1583: set_ref_in_list() only sets ref in items v8.1.1583
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Mon, 17 Jun 2019 21:30:08 +0200 Bram Moolenaar patch 8.1.1563: crash when using closures v8.1.1563
Thu, 06 Jun 2019 19:15:06 +0200 Bram Moolenaar patch 8.1.1485: double free when garbage_collect() is used in autocommand v8.1.1485
Sat, 01 Jun 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1437: code to handle callbacks is duplicated v8.1.1437
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
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, 19 May 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1356: some text in heredoc assignment ends the text v8.1.1356
Sat, 11 May 2019 18:45:07 +0200 Bram Moolenaar patch 8.1.1319: computing function length name in many places v8.1.1319
Thu, 09 May 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.1310: named function arguments are never optional v8.1.1310
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Sun, 21 Apr 2019 00:15:05 +0200 Bram Moolenaar patch 8.1.1194: typos and small problems in source files v8.1.1194
Thu, 14 Mar 2019 13:45:06 +0100 Bram Moolenaar patch 8.1.1007: using closure may consume a lot of memory v8.1.1007
Thu, 14 Feb 2019 13:45:13 +0100 Bram Moolenaar patch 8.1.0917: double free when running out of memory v8.1.0917
Mon, 11 Feb 2019 22:15:07 +0100 Bram Moolenaar patch 8.1.0897: can modify a:000 when using a reference v8.1.0897
Sun, 10 Feb 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.0888: the a: dict is not immutable as documented v8.1.0888
Sat, 02 Feb 2019 14:15:12 +0100 Bram Moolenaar patch 8.1.0868: crash if triggering garbage collector after a function call v8.1.0868
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Wed, 23 Jan 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0800: may use a lot of memory when a function refers itself v8.1.0800
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Thu, 13 Dec 2018 22:30:08 +0100 Bram Moolenaar patch 8.1.0579: cannot attach properties to text v8.1.0579
Sat, 10 Nov 2018 17:45:06 +0100 Bram Moolenaar patch 8.1.0515: reloading a script gives errors for existing functions v8.1.0515
Sun, 04 Nov 2018 23:45:07 +0100 Bram Moolenaar patch 8.1.0511: ml_get error when calling a function with a range v8.1.0511
Thu, 25 Oct 2018 13:45:05 +0200 Bram Moolenaar patch 8.1.0495: :filter only supports some commands v8.1.0495
Sun, 14 Oct 2018 21:45:04 +0200 Bram Moolenaar patch 8.1.0475: memory not freed on exit when quit in autocmd v8.1.0475
Mon, 10 Sep 2018 22:15:05 +0200 Christian Brabandt patch 8.1.0365: function profile doesn't specify where it was defined v8.1.0365
Mon, 10 Sep 2018 21:15:07 +0200 Christian Brabandt patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
Sun, 29 Jul 2018 17:45:06 +0200 Christian Brabandt patch 8.1.0229: crash when dumping profiling data v8.1.0229
Tue, 10 Jul 2018 19:45:05 +0200 Christian Brabandt patch 8.1.0177: defining function in sandbox is inconsistent v8.1.0177
Sun, 08 Jul 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0167: lock flag in new dictitem is reset in many places v8.1.0167
Sat, 30 Jun 2018 18:30:06 +0200 Christian Brabandt patch 8.1.0130: ":profdel func" does not work if func was called already v8.1.0130
Tue, 22 May 2018 18:45:05 +0200 Christian Brabandt patch 8.1.0019: error when defining a Lambda with index of a function result v8.1.0019
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sun, 11 Feb 2018 19:15:05 +0100 Christian Brabandt patch 8.0.1505: debugger can't break on a condition v8.0.1505
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 23 Dec 2017 17:30:05 +0100 Christian Brabandt patch 8.0.1423: error in return not caught by try/catch v8.0.1423
Thu, 07 Dec 2017 22:30:06 +0100 Christian Brabandt patch 8.0.1378: autoload script sources itself when defining function v8.0.1378
Thu, 07 Dec 2017 22:15:06 +0100 Christian Brabandt patch 8.0.1377: cannot call a dict function in autoloaded dict v8.0.1377
Sat, 24 Jun 2017 15:00:03 +0200 Christian Brabandt patch 8.0.0667: memory access error when command follows :endfunc v8.0.0667
Fri, 23 Jun 2017 21:00:03 +0200 Christian Brabandt patch 8.0.0663: unexpected error message only when 'verbose' is set v8.0.0663
Thu, 22 Jun 2017 19:30:04 +0200 Christian Brabandt patch 8.0.0655: not easy to make sure a function does not exist v8.0.0655
Thu, 22 Jun 2017 19:15:04 +0200 Christian Brabandt patch 8.0.0654: no warning for text after :endfunction v8.0.0654
Fri, 07 Apr 2017 20:00:04 +0200 Christian Brabandt patch 8.0.0548: saving the redo buffer only works one time v8.0.0548
Sat, 01 Apr 2017 21:30:04 +0200 Christian Brabandt patch 8.0.0535: memory leak when exiting from within a user function v8.0.0535
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466