log src/channel.c @ 18478:94223687df0e

age author description
Fri, 27 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2090: not clear why channel log file ends v8.1.2090
Thu, 26 Sep 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.2080: the terminal API is limited and can't be disabled v8.1.2080
Wed, 25 Sep 2019 21:45:03 +0200 Bram Moolenaar patch 8.1.2075: get many log messages when waiting for a typed character v8.1.2075
Sat, 21 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2064: MS-Windows: compiler warnings for unused arguments v8.1.2064
Mon, 16 Sep 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2047: cannot check the current state v8.1.2047
Mon, 16 Sep 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.2046: SafeState may be triggered at the wrong moment v8.1.2046
Sun, 15 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2044: no easy way to process postponed work v8.1.2044
Sat, 07 Sep 2019 16:00:03 +0200 Bram Moolenaar patch 8.1.2001: some source files are too big v8.1.2001
Wed, 04 Sep 2019 19:00:03 +0200 Bram Moolenaar patch 8.1.1983: compiler nags for uninitialized variable and unused function v8.1.1983
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
Mon, 29 Jul 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1776: text added with a job isn't displayed v8.1.1776
Mon, 08 Jul 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1653: ubsan warns for possibly passing NULL pointer v8.1.1653
Fri, 28 Jun 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1605: Vim may delay processing messages on a json channel v8.1.1605
Mon, 24 Jun 2019 00:45:04 +0200 Bram Moolenaar patch 8.1.1584: the evalfunc.c file is getting too big v8.1.1584
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Sun, 09 Jun 2019 20:00:06 +0200 Bram Moolenaar patch 8.1.1512: ch_evalexpr() hangs when used recursively v8.1.1512
Mon, 03 Jun 2019 21:30:05 +0200 Bram Moolenaar patch 8.1.1457: cannot reuse a buffer when loading a screen dump v8.1.1457
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
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
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
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 22:00:06 +0200 Bram Moolenaar patch 8.1.1312: Coverity warning for using uninitialized variable v8.1.1312
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Sun, 21 Apr 2019 00:15:05 +0200 Bram Moolenaar patch 8.1.1194: typos and small problems in source files v8.1.1194
Fri, 12 Apr 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1158: json encoded string is sometimes missing the final NUL v8.1.1158
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Mon, 04 Mar 2019 12:15:05 +0100 Bram Moolenaar patch 8.1.0993: ch_read() may return garbage if terminating NL is missing v8.1.0993
Wed, 20 Feb 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0960: when using ConPTY garbage collection has undefined behavior v8.1.0960
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sun, 10 Feb 2019 22:30:07 +0100 Bram Moolenaar patch 8.1.0889: MS-Windows: a channel write may hang v8.1.0889
Fri, 08 Feb 2019 13:00:08 +0100 Bram Moolenaar patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty v8.1.0880
Sun, 03 Feb 2019 15:00:08 +0100 Bram Moolenaar patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10 v8.1.0870
Thu, 31 Jan 2019 16:00:06 +0100 Bram Moolenaar patch 8.1.0863: cannot see what signal caused a job to end v8.1.0863
Tue, 29 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0845: having job_status() free the job causes problems v8.1.0845
Mon, 28 Jan 2019 20:15:06 +0100 Bram Moolenaar patch 8.1.0838: compiler warning for type conversion v8.1.0838
Sat, 26 Jan 2019 15:15:12 +0100 Bram Moolenaar patch 8.1.0824: SunOS/Solaris has a problem with ttys v8.1.0824
Thu, 24 Jan 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw() v8.1.0818
Tue, 22 Jan 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0796: MS-Windows 7: problem with named pipe on channel v8.1.0796
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 14:45:06 +0100 Bram Moolenaar patch 8.1.0777: Win32: using pipes for channel does not work well v8.1.0777
Thu, 17 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0770: inconsistent use of ELAPSED_FUNC v8.1.0770
Thu, 17 Jan 2019 14:45:11 +0100 Bram Moolenaar patch 8.1.0762: compiler warning v8.1.0762
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sat, 12 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0735: cannot handle binary data v8.1.0735
Sat, 05 Jan 2019 00:15:07 +0100 Bram Moolenaar patch 8.1.0692: if a buffer was deleted a channel can't write to it v8.1.0692
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 21:45:05 +0100 Bram Moolenaar patch 8.1.0590: when a job ends the closed channels are not handled v8.1.0590
Fri, 19 Oct 2018 17:45:06 +0200 Bram Moolenaar patch 8.1.0486: can't build in MS-Windows v8.1.0486
Fri, 19 Oct 2018 17:00:06 +0200 Bram Moolenaar patch 8.1.0485: term_start() does not check if directory is accessible v8.1.0485
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
Thu, 06 Sep 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0350: Vim may block on ch_sendraw() v8.1.0350
Thu, 09 Aug 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0263: channel log doesn't show part of channel v8.1.0263
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
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
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
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
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