log src/evalfunc.c @ 15521:6d949e552e99 v8.1.0768

age author description
Thu, 17 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0763: nobody is using the Sun Workshop support v8.1.0763
Tue, 15 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0755: error message for get() on a Blob with invalid index v8.1.0755
Tue, 15 Jan 2019 20:30:07 +0100 Bram Moolenaar patch 8.1.0753: printf format not checked for semsg() v8.1.0753
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 19:15:06 +0100 Bram Moolenaar patch 8.1.0742: not all Blob operations are tested v8.1.0742
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, 12 Jan 2019 14:00:04 +0100 Bram Moolenaar patch 8.1.0730: compiler warning for get_buf_arg() unused v8.1.0730
Fri, 11 Jan 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0719: too many #ifdefs v8.1.0719
Fri, 11 Jan 2019 13:45:06 +0100 Bram Moolenaar patch 8.1.0717: there is no function for the ":sign jump" command v8.1.0717
Mon, 07 Jan 2019 22:15:04 +0100 Bram Moolenaar patch 8.1.0702: ":sign place" only uses the current buffer v8.1.0702
Fri, 04 Jan 2019 18:15:04 +0100 Bram Moolenaar patch 8.1.0690: setline() and setbufline() do not clear text properties v8.1.0690
Thu, 03 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0685: get_buf_tv() is named inconsistently v8.1.0685
Wed, 02 Jan 2019 13:45:06 +0100 Bram Moolenaar patch 8.1.0679: sign functions do not take buffer argument as documented v8.1.0679
Tue, 01 Jan 2019 13:30:09 +0100 Bram Moolenaar patch 8.1.0673: functionality for signs is spread out over several files v8.1.0673
Sat, 29 Dec 2018 21:15:05 +0100 Bram Moolenaar patch 8.1.0660: sign_cleanup() may leak memory v8.1.0660
Sat, 29 Dec 2018 19:00:08 +0100 Bram Moolenaar patch 8.1.0658: deleting signs and completion for :sign is insufficient v8.1.0658
Thu, 27 Dec 2018 23:45:05 +0100 Bram Moolenaar patch 8.1.0648: custom operators can't act upon a forced motion v8.1.0648
Thu, 27 Dec 2018 00:30:06 +0100 Bram Moolenaar patch 8.1.0644: finding next sign ID is inefficient v8.1.0644
Mon, 24 Dec 2018 23:45:04 +0100 Bram Moolenaar patch 8.1.0635: Coverity complains about null pointer use v8.1.0635
Sun, 23 Dec 2018 19:15:05 +0100 Bram Moolenaar patch 8.1.0629: "gn" selects the wrong text with a multi-line match v8.1.0629
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, 21 Dec 2018 15:30:07 +0100 Bram Moolenaar patch 8.1.0614: placing signs can be complicated v8.1.0614
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
Thu, 13 Dec 2018 22:30:08 +0100 Bram Moolenaar patch 8.1.0579: cannot attach properties to text v8.1.0579
Sat, 08 Dec 2018 14:00:07 +0100 Bram Moolenaar patch 8.1.0571: non-silent execute() resets display column to zero v8.1.0571
Fri, 07 Dec 2018 16:45:05 +0100 Bram Moolenaar patch 8.1.0569: execute() always resets display column to zero v8.1.0569
Thu, 22 Nov 2018 03:15:10 +0100 Bram Moolenaar patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account v8.1.0542
Sun, 11 Nov 2018 21:30:05 +0100 Bram Moolenaar patch 8.1.0521: cannot build with +eval but without +quickfix v8.1.0521
Sun, 11 Nov 2018 15:30:07 +0100 Bram Moolenaar patch 8.1.0519: cannot save and restore the tag stack v8.1.0519
Thu, 25 Oct 2018 13:15:05 +0200 Bram Moolenaar patch 8.1.0494: functions do not check for a window ID in other tabs v8.1.0494
Thu, 25 Oct 2018 12:45:05 +0200 Bram Moolenaar patch 8.1.0493: argv() and argc() only work on the current argument list v8.1.0493
Sun, 07 Oct 2018 20:30:06 +0200 Bram Moolenaar patch 8.1.0460: assert_fails() does not take a message argument v8.1.0460
Tue, 02 Oct 2018 16:30:05 +0200 Christian Brabandt patch 8.1.0447: GUI scrollbar test fails with Athena and Motif v8.1.0447
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sun, 16 Sep 2018 19:00:06 +0200 Christian Brabandt patch 8.1.0401: can't get swap name of another buffer v8.1.0401
Fri, 14 Sep 2018 21:30:05 +0200 Christian Brabandt patch 8.1.0390: scrollbars are not tested v8.1.0390
Thu, 13 Sep 2018 21:45:05 +0200 Christian Brabandt patch 8.1.0388: Coverity complains about possible NULL pointer use v8.1.0388
Thu, 13 Sep 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0386: cannot test with non-default option value v8.1.0386
Thu, 13 Sep 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions v8.1.0377
Tue, 11 Sep 2018 20:15:07 +0200 Christian Brabandt patch 8.1.0367: getchar(1) no longer processes pending messages v8.1.0367
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
Thu, 06 Sep 2018 13:15:05 +0200 Christian Brabandt patch 8.1.0349: crash when wiping buffer in a callback v8.1.0349
Sun, 02 Sep 2018 14:30:05 +0200 Christian Brabandt patch 8.1.0343: 'shellslash' is not used for getcwd() with local directory v8.1.0343
Tue, 21 Aug 2018 20:30:05 +0200 Christian Brabandt patch 8.1.0313: information about a swap file is unavailable v8.1.0313
Tue, 21 Aug 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0307: there is no good way to get the window layout v8.1.0307
Sat, 11 Aug 2018 14:00:05 +0200 Christian Brabandt patch 8.1.0268: file type checking has too many #ifdef v8.1.0268
Thu, 09 Aug 2018 22:15:04 +0200 Christian Brabandt patch 8.1.0262: not enough testing for getftype() v8.1.0262
Sun, 29 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0226: too many #ifdefs v8.1.0226
Sun, 29 Jul 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0225: mode() does not indicate using CTRL-O from Insert mode v8.1.0225
Sat, 28 Jul 2018 17:00:05 +0200 Christian Brabandt patch 8.1.0218: cannot add matches to another window v8.1.0218
Fri, 27 Jul 2018 22:15:05 +0200 Christian Brabandt patch 8.1.0214: +autochdir feature not reported by has() or :version v8.1.0214
Wed, 25 Jul 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0211: expanding a file name "~" results in $HOME v8.1.0211
Wed, 25 Jul 2018 20:00:06 +0200 Christian Brabandt patch 8.1.0210: still a few K&R function declarations v8.1.0210
Sun, 22 Jul 2018 05:15:05 +0200 Christian Brabandt patch 8.1.0202: :version always shows +packages v8.1.0202
Fri, 20 Jul 2018 20:30:05 +0200 Christian Brabandt patch 8.1.0199: spellbadword() does not check for caps error v8.1.0199
Sun, 15 Jul 2018 17:15:06 +0200 Christian Brabandt patch 8.1.0187: getwininfo() and win_screenpos() return different numbers v8.1.0187
Sat, 14 Jul 2018 21:45:05 +0200 Christian Brabandt patch 8.1.0184: not easy to figure out the window layout v8.1.0184
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Thu, 28 Jun 2018 16:00:07 +0200 Christian Brabandt patch 8.1.0124: has('vcon') returns true even for non-win32 terminal v8.1.0124
Sun, 24 Jun 2018 19:15:06 +0200 Christian Brabandt patch 8.1.0112: no error when using bad arguments with searchpair() v8.1.0112
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Sat, 23 Jun 2018 14:30:07 +0200 Christian Brabandt patch 8.1.0098: segfault when pattern with z() is very slow v8.1.0098
Wed, 20 Jun 2018 22:45:05 +0200 Christian Brabandt patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is running v8.1.0091
Sun, 17 Jun 2018 19:45:06 +0200 Christian Brabandt patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer v8.1.0069
Sun, 17 Jun 2018 19:30:06 +0200 Christian Brabandt patch 8.1.0068: nasty autocommands can still cause using freed memory v8.1.0068
Tue, 12 Jun 2018 20:30:06 +0200 Christian Brabandt patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window v8.1.0050
Thu, 07 Jun 2018 18:30:07 +0200 Christian Brabandt patch 8.1.0039: cannot easily delete lines in another buffer v8.1.0039
Wed, 06 Jun 2018 21:15:05 +0200 Christian Brabandt patch 8.1.0037: cannot easily append lines to another buffer v8.1.0037
Sun, 03 Jun 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0027: difficult to make a plugin that feeds a line to a job v8.1.0027
Tue, 22 May 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0020: cannot tell whether a register is executing or recording v8.1.0020
Mon, 21 May 2018 13:30:06 +0200 Christian Brabandt patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existing v8.1.0011
Sun, 13 May 2018 15:30:07 +0200 Christian Brabandt patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':' v8.0.1831
Tue, 08 May 2018 22:15:05 +0200 Christian Brabandt patch 8.0.1804: using :normal in terminal window causes problems v8.0.1804
Tue, 01 May 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1786: no test for 'termwinkey' v8.0.1786
Sat, 28 Apr 2018 17:00:06 +0200 Christian Brabandt patch 8.0.1770: assert functions don't return anything v8.0.1770
Tue, 24 Apr 2018 15:30:08 +0200 Christian Brabandt patch 8.0.1753: various warnings from a static analyser v8.0.1753
Sat, 21 Apr 2018 20:00:07 +0200 Christian Brabandt patch 8.0.1742: cannot get a list of all the jobs v8.0.1742
Sat, 14 Apr 2018 17:15:05 +0200 Christian Brabandt patch 8.0.1711: term_setsize() is not implemented yet v8.0.1711
Sat, 14 Apr 2018 14:00:06 +0200 Christian Brabandt patch 8.0.1708: mkdir with 'p' flag fails on existing directory v8.0.1708
Tue, 10 Apr 2018 16:00:09 +0200 Christian Brabandt patch 8.0.1685: can't set ANSI colors of a terminal window v8.0.1685
Thu, 05 Apr 2018 22:45:07 +0200 Christian Brabandt patch 8.0.1666: % argument in ch_log() causes trouble v8.0.1666
Thu, 29 Mar 2018 16:15:07 +0200 Christian Brabandt patch 8.0.1650: too many #ifdefs v8.0.1650
Thu, 22 Mar 2018 23:15:06 +0100 Christian Brabandt patch 8.0.1630: trimming white space is not that easy v8.0.1630
Fri, 16 Mar 2018 21:00:08 +0100 Christian Brabandt patch 8.0.1609: shell commands in the GUI use a dumb terminal v8.0.1609
Mon, 12 Mar 2018 22:30:06 +0100 Christian Brabandt patch 8.0.1601: highlight test fails on Win32 v8.0.1601
Sat, 10 Mar 2018 20:30:04 +0100 Christian Brabandt patch 8.0.1593: :qall never exits with an active terminal window v8.0.1593
Fri, 09 Mar 2018 21:45:06 +0100 Christian Brabandt patch 8.0.1592: terminal windows in a session are not properly restored v8.0.1592
Sun, 04 Mar 2018 20:15:05 +0100 Christian Brabandt patch 8.0.1566: too many #ifdefs v8.0.1566
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sat, 03 Mar 2018 21:30:06 +0100 Christian Brabandt patch 8.0.1563: timeout of getwinposx() can be too short
Sat, 03 Mar 2018 15:15:05 +0100 Christian Brabandt patch 8.0.1557: printf() does not work with only one argument v8.0.1557
Thu, 22 Feb 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1531: cannot use 24 bit colors in MS-Windows console v8.0.1531
Sun, 18 Feb 2018 22:15:06 +0100 Christian Brabandt patch 8.0.1523: cannot write and read terminal screendumps v8.0.1523
Tue, 13 Feb 2018 19:30:06 +0100 Christian Brabandt patch 8.0.1519: getchangelist() does not use argument as bufname() v8.0.1519
Tue, 13 Feb 2018 14:15:05 +0100 Christian Brabandt patch 8.0.1514: getting the list of changes is not easy v8.0.1514
Tue, 13 Feb 2018 13:45:05 +0100 Christian Brabandt patch 8.0.1513: the jumplist is not always properly cleaned up v8.0.1513
Tue, 13 Feb 2018 12:30:07 +0100 Christian Brabandt patch 8.0.1510: cannot test if a command causes a beep v8.0.1510
Sun, 11 Feb 2018 19:15:05 +0100 Christian Brabandt patch 8.0.1505: debugger can't break on a condition v8.0.1505
Sun, 11 Feb 2018 14:30:06 +0100 Christian Brabandt patch 8.0.1498: getjumplist() returns duplicate entries v8.0.1498
Sat, 10 Feb 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1497: getting the jump list requires parsing the output of :jumps v8.0.1497
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 10 Feb 2018 15:45:07 +0100 Christian Brabandt patch 8.0.1492: memory leak in balloon_split() v8.0.1492
Fri, 09 Feb 2018 21:00:06 +0100 Christian Brabandt patch 8.0.1489: there is no easy way to get the global directory v8.0.1489
Fri, 09 Feb 2018 12:30:06 +0100 Christian Brabandt patch 8.0.1480: patch missing change v8.0.1480
Sun, 28 Jan 2018 18:00:06 +0100 Christian Brabandt patch 8.0.1436: not enough information about what Python version may work v8.0.1436
Mon, 25 Dec 2017 13:45:05 +0100 Christian Brabandt patch 8.0.1425: execute() does not work in completion of user command v8.0.1425
Thu, 21 Dec 2017 20:30:06 +0100 Christian Brabandt patch 8.0.1419: cursor column is not updated after ]s v8.0.1419
Tue, 19 Dec 2017 12:00:05 +0100 Christian Brabandt patch 8.0.1410: hang when using count() with an empty string v8.0.1410
Sun, 10 Dec 2017 21:15:05 +0100 Christian Brabandt patch 8.0.1386: cannot select modified buffers with getbufinfo() v8.0.1386
Sat, 02 Dec 2017 15:45:04 +0100 Christian Brabandt patch 8.0.1364: there is no easy way to get the window position v8.0.1364
Sat, 25 Nov 2017 14:45:04 +0100 Christian Brabandt patch 8.0.1335: writefile() using fsync() may give an error. v8.0.1335
Sun, 19 Nov 2017 20:15:05 +0100 Christian Brabandt patch 8.0.1319: can't build GUI on MS-Windows v8.0.1319
Sun, 19 Nov 2017 20:00:06 +0100 Christian Brabandt patch 8.0.1318: terminal balloon only shows one line v8.0.1318
Sat, 18 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI v8.0.1312
Sat, 18 Nov 2017 19:00:06 +0100 Christian Brabandt patch 8.0.1309: cannot use 'balloonexpr' in a terminal v8.0.1309
Thu, 16 Nov 2017 23:15:05 +0100 Christian Brabandt patch 8.0.1305: writefile() never calls fsync() v8.0.1305
Sun, 12 Nov 2017 19:30:05 +0100 Christian Brabandt patch 8.0.1295: cannot automatically get a server name in a terminal v8.0.1295
Mon, 06 Nov 2017 21:45:04 +0100 Christian Brabandt patch 8.0.1274: setbufline() fails when using folding v8.0.1274