log src/channel.c @ 12393:128cd982c7b8 v8.0.1076

age author description
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
Sat, 14 Jan 2017 17:15:04 +0100 Christian Brabandt patch 8.0.0183: ubsan warns for unaligned address v8.0.0183
Tue, 10 Jan 2017 15:30:05 +0100 Christian Brabandt patch 8.0.0166: JSON with a duplicate key gives an internal error v8.0.0166
Sun, 08 Jan 2017 21:00:05 +0100 Christian Brabandt patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG() v8.0.0160
Thu, 01 Dec 2016 15:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/958dc6923d341390531888058495569d73c356c3 v8.0.0107
Tue, 29 Nov 2016 22:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/4b785f69c0616dba5d3f38e8ce4b5398cec89407 v8.0.0105
Sat, 26 Nov 2016 15:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/8a8199e4a1814b10630a770165502abb1121cd1b v8.0.0103
Thu, 24 Nov 2016 17:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/833eb1d752426689051bf2001083359899536939 v8.0.0097
Thu, 17 Nov 2016 17:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7df915d113ac1981792c50e8b000c9f5f784b78b v8.0.0087
Sat, 12 Nov 2016 21:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e v8.0.0082
Fri, 11 Nov 2016 21:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/79cbdcb1eeead00bad6fc64ab4a53e5860d5a663 v8.0.0076
Thu, 27 Oct 2016 20:15:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/01688ad545ff0809ddad5c8fa6b149dc5d67312b v8.0.0050
Sat, 15 Oct 2016 18:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/97792de2762cc79cc365a8a0b858f27753179577 v8.0.0036
Sun, 09 Oct 2016 17:30:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc0ccaee68ca24d10050117fbec757ad33590a17 v8.0.0027
Sun, 09 Oct 2016 15:45:03 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8ddef48d1eade1911b946fdda8c73c80856e6273 v8.0.0024
Mon, 03 Oct 2016 21:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ec68a99464055029c01082762517e97245ddae0c v8.0.0022
Thu, 29 Sep 2016 15:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b9c31e71f5a4653a27e81c21226039bfa35b9131 v8.0.0018