log src/evalvars.c @ 20566:37ba6d4a9455

age author description
Mon, 25 May 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.0822: Vim9: code left over from discovery phase v8.2.0822
Sun, 24 May 2020 23:15:05 +0200 Bram Moolenaar patch 8.2.0819: compiler warning for unused variable v8.2.0819
Sun, 24 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0818: Vim9: using a discovery phase doesn't work well v8.2.0818
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
Sat, 09 May 2020 13:15:03 +0200 Bram Moolenaar patch 8.2.0718: gcc warning for returning pointer to local variable v8.2.0718
Fri, 01 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0675: Vim9: no support for closures v8.2.0675
Fri, 01 May 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0672: heredoc in scripts does not accept lower case marker v8.2.0672
Fri, 24 Apr 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.0629: setting a boolean option to v:false does not work v8.2.0629
Mon, 20 Apr 2020 18:00:03 +0200 Bram Moolenaar patch 8.2.0611: Vim9: no check for space before #comment v8.2.0611
Sun, 19 Apr 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0607: gcc warns for using uninitialized variable v8.2.0607
Sun, 19 Apr 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.0602: :unlet $VAR does not work properly v8.2.0602
Sun, 19 Apr 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.0601: Vim9: :unlet is not compiled v8.2.0601
Tue, 14 Apr 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.0578: heredoc for interfaces does not support "trim" v8.2.0578
Thu, 09 Apr 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0537: Vim9: no check for sandbox when setting v:var v8.2.0537
Thu, 09 Apr 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0536: Vim9: some compilation code not tested v8.2.0536
Sun, 05 Apr 2020 21:45:25 +0200 Bram Moolenaar patch 8.2.0517: Vim9: cannot separate "func" and "func(): void" v8.2.0517
Sun, 05 Apr 2020 19:00:37 +0200 Bram Moolenaar patch 8.2.0514: several global functions are used in only one file v8.2.0514
Fri, 03 Apr 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.0507: getbufvar() may get the wrong dictionary v8.2.0507
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Mon, 30 Mar 2020 23:00:05 +0200 Bram Moolenaar patch 8.2.0486: Vim9: some code and error messages not tested v8.2.0486
Sun, 29 Mar 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0473: variables declared in an outer scope v8.2.0473
Sat, 07 Mar 2020 17:00:06 +0100 Bram Moolenaar patch 8.2.0361: internal error when using "0" for a callback v8.2.0361
Wed, 26 Feb 2020 20:30:09 +0100 Bram Moolenaar patch 8.2.0322: Vim9: error checks not tested v8.2.0322
Wed, 26 Feb 2020 13:45:06 +0100 Bram Moolenaar patch 8.2.0319: file missing in distribution, comments outdated v8.2.0319
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, 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 22:30:04 +0100 Bram Moolenaar patch 8.2.0200: Vim9 script commands not sufficiently tested v8.2.0200
Wed, 29 Jan 2020 21:30:05 +0100 Bram Moolenaar patch 8.2.0173: build fails with old compiler v8.2.0173
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 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Sun, 26 Jan 2020 19:30:14 +0100 Bram Moolenaar patch 8.2.0154: reallocating the list of scripts is inefficient v8.2.0154
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
Sun, 12 Jan 2020 17:45:03 +0100 Bram Moolenaar patch 8.2.0114: info about sourced scripts is scattered v8.2.0114
Sat, 11 Jan 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0111: VAR_SPECIAL is also used for booleans v8.2.0111
Sat, 04 Jan 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.0085: dead code in builtin functions v8.2.0085
Tue, 29 Oct 2019 04:30:05 +0100 Bram Moolenaar patch 8.1.2233: cannot get the Vim command line arguments v8.1.2233
Wed, 16 Oct 2019 23:45:03 +0200 Bram Moolenaar patch 8.1.2168: heredoc assignment not skipped in if block v8.1.2168
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
Tue, 03 Sep 2019 17:15:03 +0200 Bram Moolenaar patch 8.1.1968: crash when using nested map() v8.1.1968
Sun, 01 Sep 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.1957: more code can be moved to evalvars.c v8.1.1957
Fri, 30 Aug 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1943: more code can be moved to evalvars.c v8.1.1943
Thu, 29 Aug 2019 23:00:03 +0200 Bram Moolenaar patch 8.1.1940: script tests fail v8.1.1940
Thu, 29 Aug 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1939: code for handling v: variables in generic eval file v8.1.1939
Tue, 27 Aug 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1933: the eval.c file is too big v8.1.1933