summaryrefslogtreecommitdiffstats
path: root/src/channel.c
AgeCommit message (Expand)Author
2021-07-10patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan
2021-07-01patch 8.2.3082: a channel command "echoerr" does not show anythingv8.2.3082Bram Moolenaar
2021-06-30patch 8.2.3081: cannot catch errors in a channel commandv8.2.3081Alisue
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-05patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar
2021-03-27patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar
2020-09-11patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addressesv8.2.1661Bram Moolenaar
2020-09-10patch 8.2.1654: when job writes to hidden buffer current window is wrongv8.2.1654Bram Moolenaar
2020-09-05patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar
2020-09-04patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar
2020-08-30patch 8.2.1545: ch_logfile() is unclear about closing when forkingv8.2.1545Bram Moolenaar
2020-08-23patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar
2020-08-17patch 8.2.1475: Vim9: can't use v:true for option flagsv8.2.1475Bram Moolenaar
2020-07-20patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-05-30patch 8.2.0842: MS-Windows: channel tests failv8.2.0842Bram Moolenaar
2020-05-29patch 8.2.0837: compiler warning for value set but not usedv8.2.0837Bram Moolenaar
2020-05-24patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-13patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar
2020-05-07patch 8.2.0709: MS-Windows: compiler warning for int vs size_tv8.2.0709Bram Moolenaar
2020-05-03patch 8.2.0694: Haiku: channel and terminal do not workv8.2.0694Bram Moolenaar
2020-05-03patch 8.2.0689: when using getaddrinfo() the error message is unclearv8.2.0689Bram Moolenaar
2020-04-18patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501v8.2.0594Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-12patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-28patch 8.2.0466: not parsing messages recursively breaks the govim pluginv8.2.0466Bram Moolenaar
2020-03-26patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar
2020-03-26patch 8.2.0452: channel_parse_messages() fails when called recursivelyv8.2.0452Bram Moolenaar
2020-03-24patch 8.2.0442: channel contents might be used after being freedv8.2.0442Bram Moolenaar
2020-03-23patch 8.2.0435: channel contents might be freed twicev8.2.0435Bram Moolenaar
2020-01-30patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar
2020-01-29patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-23patch 8.2.0143: Coverity warning for possible use of NULL pointerv8.2.0143Bram Moolenaar
2020-01-20patch 8.2.0138: memory leak when starting a job failsv8.2.0138Bram Moolenaar
2019-12-23patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar
2019-12-22patch 8.2.0032: MS-Windows: test for blank job failsv8.2.0032Bram Moolenaar
2019-12-22patch 8.2.0031: MS-Windows: test for empty job failsv8.2.0031Bram Moolenaar
2019-12-21patch 8.2.0029: MS-Windows: crash with empty job commandv8.2.0029Bram Moolenaar
2019-11-30patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar
2019-09-27patch 8.1.2090: not clear why channel log file endsv8.1.2090Bram Moolenaar
2019-09-26patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar
2019-09-25patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar
2019-09-16patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar
2019-09-16patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar
2019-09-15patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar