summaryrefslogtreecommitdiff
path: root/src/channel.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3640: freeze when calling term_wait() in a close callbackv8.2.3640Bram Moolenaar2021-11-211-0/+4
* patch 8.2.3415: Vim9: not all function argument types are properly checkedv8.2.3415Yegappan Lakshmanan2021-09-081-1/+1
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-1/+1
* patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar2021-08-021-5/+1
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-6/+41
* patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan2021-07-241-1/+7
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-1/+20
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-101-0/+5
* patch 8.2.3082: a channel command "echoerr" does not show anythingv8.2.3082Bram Moolenaar2021-07-011-3/+8
* patch 8.2.3081: cannot catch errors in a channel commandv8.2.3081Alisue2021-06-301-2/+3
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-2/+2
* patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar2021-06-051-0/+18
* patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar2021-03-271-0/+5
* patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addressesv8.2.1661Bram Moolenaar2020-09-111-2/+2
* patch 8.2.1654: when job writes to hidden buffer current window is wrongv8.2.1654Bram Moolenaar2020-09-101-9/+9
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-1841/+4
* patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar2020-09-041-0/+23
* patch 8.2.1545: ch_logfile() is unclear about closing when forkingv8.2.1545Bram Moolenaar2020-08-301-1/+4
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-231-1/+1
* patch 8.2.1475: Vim9: can't use v:true for option flagsv8.2.1475Bram Moolenaar2020-08-171-7/+7
* patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar2020-07-201-21/+0
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-2/+2
* patch 8.2.0842: MS-Windows: channel tests failv8.2.0842Bram Moolenaar2020-05-301-0/+6
* patch 8.2.0837: compiler warning for value set but not usedv8.2.0837Bram Moolenaar2020-05-291-3/+1
* patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar2020-05-241-0/+6
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-131-3/+3
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-131-2/+2
* patch 8.2.0709: MS-Windows: compiler warning for int vs size_tv8.2.0709Bram Moolenaar2020-05-071-1/+1
* patch 8.2.0694: Haiku: channel and terminal do not workv8.2.0694Bram Moolenaar2020-05-031-2/+30
* patch 8.2.0689: when using getaddrinfo() the error message is unclearv8.2.0689Bram Moolenaar2020-05-031-2/+4
* patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501v8.2.0594Bram Moolenaar2020-04-181-4/+10
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-5/+5
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-121-112/+231
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-23/+28
* patch 8.2.0466: not parsing messages recursively breaks the govim pluginv8.2.0466Bram Moolenaar2020-03-281-30/+32
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-0/+15
* patch 8.2.0452: channel_parse_messages() fails when called recursivelyv8.2.0452Bram Moolenaar2020-03-261-2/+11
* patch 8.2.0442: channel contents might be used after being freedv8.2.0442Bram Moolenaar2020-03-241-10/+9
* patch 8.2.0435: channel contents might be freed twicev8.2.0435Bram Moolenaar2020-03-231-1/+3
* patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar2020-01-301-14/+29
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-2/+2
* patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar2020-01-271-0/+2
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-1/+4
* patch 8.2.0143: Coverity warning for possible use of NULL pointerv8.2.0143Bram Moolenaar2020-01-231-1/+1
* patch 8.2.0138: memory leak when starting a job failsv8.2.0138Bram Moolenaar2020-01-201-1/+5
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-4/+2
* patch 8.2.0032: MS-Windows: test for blank job failsv8.2.0032Bram Moolenaar2019-12-221-3/+2
* patch 8.2.0031: MS-Windows: test for empty job failsv8.2.0031Bram Moolenaar2019-12-221-2/+10
* patch 8.2.0029: MS-Windows: crash with empty job commandv8.2.0029Bram Moolenaar2019-12-211-0/+5
* patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar2019-11-301-273/+272