log src/eval.c @ 17151:ebe9aab81898 v8.1.1575

age author description
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Sat, 15 Jun 2019 17:15:05 +0200 Bram Moolenaar patch 8.1.1542: an OptionSet autocommand does not get enough info v8.1.1542
Sat, 15 Jun 2019 16:00:05 +0200 Bram Moolenaar patch 8.1.1539: not easy to define a variable and lock it v8.1.1539
Fri, 14 Jun 2019 14:45:06 +0200 Bram Moolenaar patch 8.1.1526: no numerical value for the patchlevel v8.1.1526
Fri, 07 Jun 2019 23:30:06 +0200 Bram Moolenaar patch 8.1.1491: when skipping over code a function call may cause trouble v8.1.1491
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
Thu, 06 Jun 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1484: some tests are slow v8.1.1484
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
Sun, 26 May 2019 19:00:04 +0200 Bram Moolenaar patch 8.1.1400: using global pointer for tab-local popups is clumsy v8.1.1400
Sat, 25 May 2019 20:00:08 +0200 Bram Moolenaar patch 8.1.1391: no popup window support v8.1.1391
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 20:00:09 +0200 Bram Moolenaar patch 8.1.1355: obvious mistakes are accepted as valid expressions v8.1.1355
Sun, 19 May 2019 18:45:05 +0200 Bram Moolenaar patch 8.1.1354: getting a list of text lines is clumsy v8.1.1354
Sat, 11 May 2019 18:45:07 +0200 Bram Moolenaar patch 8.1.1319: computing function length name in many places v8.1.1319
Sat, 04 May 2019 15:15:05 +0200 Bram Moolenaar patch 8.1.1261: no error for quickfix commands with negative range v8.1.1261
Sat, 27 Apr 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1218: cannot set a directory for a tab page v8.1.1218
Sat, 27 Apr 2019 13:15:07 +0200 Bram Moolenaar patch 8.1.1210: support for user commands is spread out v8.1.1210
Fri, 26 Apr 2019 20:45:06 +0200 Bram Moolenaar patch 8.1.1207: some compilers give warning messages v8.1.1207
Sat, 20 Apr 2019 14:45:06 +0200 Bram Moolenaar patch 8.1.1188: not all Vim variables require the v: prefix v8.1.1188
Fri, 05 Apr 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1120: cannot easily get directory entry matches v8.1.1120
Thu, 04 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1116: cannot enforce a Vim script style v8.1.1116
Thu, 04 Apr 2019 15:45:04 +0200 Bram Moolenaar patch 8.1.1114: confusing overloaded operator "." for string concatenation v8.1.1114
Sat, 30 Mar 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.1090: MS-Windows: modify_fname() has problems with some 'encoding' v8.1.1090
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Tue, 19 Mar 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.1023: may use NULL pointer when indexing a blob v8.1.1023
Sun, 17 Mar 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.1012: memory leak with E461 v8.1.1012
Sat, 02 Mar 2019 12:00:06 +0100 Bram Moolenaar patch 8.1.0990: floating point exception with "%= 0" and "/= 0" v8.1.0990
Wed, 20 Feb 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.0958: compiling weird regexp pattern is very slow v8.1.0958
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Tue, 12 Feb 2019 22:30:08 +0100 Bram Moolenaar patch 8.1.0902: incomplete set of assignment operators v8.1.0902
Tue, 12 Feb 2019 21:00:15 +0100 Bram Moolenaar patch 8.1.0899: no need to check restricted mode for setwinvar() v8.1.0899
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 23:00:05 +0100 Bram Moolenaar patch 8.1.0892: failure when closing a window when location list is in use v8.1.0892
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, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Fri, 25 Jan 2019 21:00:14 +0100 Bram Moolenaar patch 8.1.0819: a failed assert with a long string is hard to read v8.1.0819
Thu, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805
Thu, 24 Jan 2019 14:00:08 +0100 Bram Moolenaar patch 8.1.0804: crash when setting v:errmsg to empty list v8.1.0804
Thu, 24 Jan 2019 12:45:05 +0100 Bram Moolenaar patch 8.1.0802: negative index doesn't work for Blob v8.1.0802
Wed, 23 Jan 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0798: changing a blob while iterating over it works strangely v8.1.0798
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Thu, 17 Jan 2019 17:15:06 +0100 Bram Moolenaar patch 8.1.0766: various problems when using Vim on VMS v8.1.0766
Thu, 17 Jan 2019 16:45:06 +0100 Bram Moolenaar patch 8.1.0765: string format of a Blob can't be parsed back v8.1.0765
Tue, 15 Jan 2019 22:45:05 +0100 Bram Moolenaar patch 8.1.0756: copy() does not make a copy of a Blob v8.1.0756
Tue, 15 Jan 2019 20:30:07 +0100 Bram Moolenaar patch 8.1.0753: printf format not checked for semsg() v8.1.0753
Mon, 14 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0749: error message contains garbage v8.1.0749
Mon, 14 Jan 2019 22:30:07 +0100 Bram Moolenaar patch 8.1.0747: map() with a bad expression doesn't give an error v8.1.0747
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sun, 13 Jan 2019 18:00:05 +0100 Bram Moolenaar patch 8.1.0741: viminfo with Blob is not tested v8.1.0741
Sun, 13 Jan 2019 17:00:06 +0100 Bram Moolenaar patch 8.1.0740: Tcl test fails v8.1.0740
Sun, 13 Jan 2019 16:15:06 +0100 Bram Moolenaar patch 8.1.0738: using freed memory, for loop over blob leaks memory v8.1.0738
Sun, 13 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0737: compiler warning for uninitialized variable v8.1.0737
Sun, 13 Jan 2019 15:30:08 +0100 Bram Moolenaar patch 8.1.0736: code for Blob not sufficiently tested v8.1.0736
Sat, 12 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0735: cannot handle binary data v8.1.0735
Sat, 22 Dec 2018 13:30:08 +0100 Bram Moolenaar patch 8.1.0619: :echomsg and :echoerr do not handle List and Dict v8.1.0619
Fri, 21 Dec 2018 16:15:06 +0100 Bram Moolenaar patch 8.1.0615: get_tv function names are not consistent v8.1.0615
Fri, 14 Dec 2018 15:45:06 +0100 Bram Moolenaar patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() v8.1.0583
Wed, 05 Dec 2018 18:45:06 +0100 Bram Moolenaar patch 8.1.0564: setting v:errors to wrong type still possible v8.1.0564