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