log src/channel.c @ 13618:ea4f2a8040b4 v8.0.1681

age author description
Tue, 10 Apr 2018 12:45:06 +0200 Christian Brabandt patch 8.0.1681: the format attribute fails with MinGW v8.0.1681
Sun, 08 Apr 2018 12:45:07 +0200 Christian Brabandt patch 8.0.1676: no compiler warning for wrong printf format v8.0.1676
Sat, 07 Apr 2018 13:30:06 +0200 Christian Brabandt patch 8.0.1671: crash when passing non-dict argument as env to job_start() v8.0.1671
Tue, 03 Apr 2018 13:00:07 +0200 Christian Brabandt patch 8.0.1657: crash when reading a channel v8.0.1657
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
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
Tue, 13 Feb 2018 15:30:07 +0100 Christian Brabandt patch 8.0.1516: errors for job options are not very specific v8.0.1516
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Wed, 31 Jan 2018 21:00:08 +0100 Christian Brabandt patch 8.0.1449: slow redrawing with DirectX v8.0.1449
Sat, 09 Dec 2017 19:15:05 +0100 Christian Brabandt patch 8.0.1381: ch_readraw() waits for NL if channel mode is NL v8.0.1381
Sat, 11 Nov 2017 16:00:06 +0100 Christian Brabandt patch 8.0.1286: occasional crash when using a channel v8.0.1286
Sun, 01 Oct 2017 16:30:03 +0200 Christian Brabandt patch 8.0.1170: using termdebug results in 100% CPU time v8.0.1170
Wed, 13 Sep 2017 22:30:05 +0200 Christian Brabandt patch 8.0.1101: channel write fails if writing to log fails v8.0.1101
Sat, 09 Sep 2017 18:30:05 +0200 Christian Brabandt patch 8.0.1083: leaking memory in input part of channel v8.0.1083
Sat, 09 Sep 2017 16:45:05 +0200 Christian Brabandt patch 8.0.1081: memory leak for the channel write queue v8.0.1081
Fri, 08 Sep 2017 21:00:04 +0200 Christian Brabandt patch 8.0.1076: term_start() does not take callbacks v8.0.1076
Fri, 08 Sep 2017 14:45:05 +0200 Christian Brabandt patch 8.0.1074: ":term NONE" does not work on MS-Windows v8.0.1074
Sat, 02 Sep 2017 17:30:03 +0200 Christian Brabandt patch 8.0.1036: ++eof argument for terminal only available on MS-Windows v8.0.1036
Sat, 02 Sep 2017 16:30:04 +0200 Christian Brabandt patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windows v8.0.1035
Sat, 02 Sep 2017 15:00:04 +0200 Christian Brabandt patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows v8.0.1034
Sun, 27 Aug 2017 15:00:04 +0200 Christian Brabandt patch 8.0.1005: terminal without job updates slowly in GUI v8.0.1005
Sun, 27 Aug 2017 13:15:05 +0200 Christian Brabandt patch 8.0.1003: 64 bit compiler warning v8.0.1003
Sat, 26 Aug 2017 23:45:04 +0200 Christian Brabandt patch 8.0.1002: unnecessarily updating screen after timer callback v8.0.1002
Sat, 26 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1000: cannot open a terminal without running a job in it v8.0.1000
Sat, 19 Aug 2017 21:30:04 +0200 Christian Brabandt patch 8.0.0969: Coverity warning for unused return value v8.0.0969
Sat, 19 Aug 2017 16:00:04 +0200 Christian Brabandt patch 8.0.0964: channel write buffer does not work with poll() v8.0.0964
Fri, 18 Aug 2017 22:00:04 +0200 Christian Brabandt patch 8.0.0959: build failure on MS-Windows v8.0.0959
Fri, 18 Aug 2017 21:00:05 +0200 Christian Brabandt patch 8.0.0957: a terminal job can deadlock when sending many keys v8.0.0957
Sun, 13 Aug 2017 17:15:03 +0200 Christian Brabandt patch 8.0.0928: MS-Windows: passing arglist to job has escaping problems v8.0.0928
Sat, 12 Aug 2017 16:15:04 +0200 Christian Brabandt patch 8.0.0916: cannot specify properties of window for terminal open v8.0.0916
Sat, 12 Aug 2017 14:45:04 +0200 Christian Brabandt patch 8.0.0912: cannot run a job in a hidden terminal v8.0.0912
Fri, 11 Aug 2017 22:30:06 +0200 Christian Brabandt patch 8.0.0910: cannot create a terminal in the current window v8.0.0910
Fri, 11 Aug 2017 22:30:05 +0200 Christian Brabandt patch 8.0.0909: channel test fails v8.0.0909
Fri, 11 Aug 2017 22:00:05 +0200 Christian Brabandt patch 8.0.0908: cannot set terminal size with options v8.0.0908
Fri, 11 Aug 2017 19:15:04 +0200 Christian Brabandt patch 8.0.0902: cannot specify directory or environment for a job v8.0.0902
Fri, 11 Aug 2017 16:45:04 +0200 Christian Brabandt patch 8.0.0899: function name mch_stop_job() is confusing v8.0.0899
Fri, 11 Aug 2017 16:00:05 +0200 Christian Brabandt patch 8.0.0897: wrong error message for invalid term_finish value v8.0.0897
Thu, 10 Aug 2017 23:30:05 +0200 Christian Brabandt patch 8.0.0896: cannot close a terminal window when the job ends v8.0.0896
Sat, 05 Aug 2017 17:45:03 +0200 Christian Brabandt patch 8.0.0869: job output is sometimes not displayed in a terminal v8.0.0869
Sat, 05 Aug 2017 15:15:04 +0200 Christian Brabandt patch 8.0.0865: cannot build with channel but without terminal feature v8.0.0865
Sat, 05 Aug 2017 15:00:03 +0200 Christian Brabandt patch 8.0.0864: cannot specify the name of a terminal v8.0.0864
Fri, 04 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0860: side effects when channel appends to a buffer v8.0.0860
Thu, 03 Aug 2017 17:15:04 +0200 Christian Brabandt patch 8.0.0849: crash when job exit callback wipes the terminal v8.0.0849
Thu, 03 Aug 2017 15:00:05 +0200 Christian Brabandt patch 8.0.0848: using multiple ch_log functions is clumsy v8.0.0848
Thu, 03 Aug 2017 14:00:06 +0200 Christian Brabandt patch 8.0.0846: cannot get the name of the pty of a job v8.0.0846
Fri, 28 Jul 2017 22:00:04 +0200 Christian Brabandt patch 8.0.0797: finished job in terminal window is not handled v8.0.0797
Sun, 23 Jul 2017 20:00:05 +0200 Christian Brabandt patch 8.0.0761: options not set properly for a terminal buffer v8.0.0761
Sat, 22 Jul 2017 18:45:04 +0200 Christian Brabandt patch 8.0.0746: when :term fails the job is not properly cleaned up v8.0.0746
Sat, 22 Jul 2017 18:15:04 +0200 Christian Brabandt patch 8.0.0744: terminal window does not use a pty v8.0.0744
Sat, 22 Jul 2017 16:15:04 +0200 Christian Brabandt patch 8.0.0742: terminal feature does not work on MS-Windows v8.0.0742
Mon, 17 Jul 2017 23:30:03 +0200 Christian Brabandt patch 8.0.0728: the terminal structure is never freed v8.0.0728
Sun, 16 Jul 2017 14:15:03 +0200 Christian Brabandt patch 8.0.0719: build failure without +terminal feature v8.0.0719
Sun, 16 Jul 2017 14:00:03 +0200 Christian Brabandt patch 8.0.0718: output of job in terminal is not displayed v8.0.0718
Sat, 15 Jul 2017 19:45:03 +0200 Christian Brabandt patch 8.0.0716: not easy to start Vim cleanly v8.0.0716
Sun, 30 Apr 2017 19:45:03 +0200 Christian Brabandt patch 8.0.0592: if a job writes to a buffer screen is not updated v8.0.0592
Sat, 29 Apr 2017 16:30:03 +0200 Christian Brabandt patch 8.0.0588: job_stop() often assumes the channel will be closed v8.0.0588
Fri, 07 Apr 2017 14:15:06 +0200 Christian Brabandt patch 8.0.0544: cppcheck warnings v8.0.0544
Tue, 28 Feb 2017 21:30:06 +0100 Christian Brabandt patch 8.0.0387: compiler warnings v8.0.0387
Mon, 06 Feb 2017 22:00:05 +0100 Christian Brabandt patch 8.0.0312: failure when a channel receives a split json message v8.0.0312