From d0b4a95bda044ce7d576481ba62ddcf33065a43a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 28 Jul 2023 16:49:40 +0200 Subject: - Add PRs from https://github.com/martanne/vis-test: - core/Makefile: Respect $CC and $CFLAGS - vim/test.sh: use ${CPP:-cpp} instead of hardcoding to cpp - Improved Lua API testing system - New vis:communicate function test - Little improvements of the output readability - Added test of stderr output event and writing to the process stdin - Fixes a typo in the word response --- vis.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/vis.changes b/vis.changes index 62cbfe1..37795b3 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 28 14:46:50 UTC 2023 - Matej Cepl + +- Add PRs from https://github.com/martanne/vis-test: + - core/Makefile: Respect $CC and $CFLAGS + - vim/test.sh: use ${CPP:-cpp} instead of hardcoding to cpp + - Improved Lua API testing system + - New vis:communicate function test + - Little improvements of the output readability + - Added test of stderr output event and writing to the process + stdin + - Fixes a typo in the word response + ------------------------------------------------------------------- Mon Jul 24 14:57:07 UTC 2023 - Matej Cepl -- cgit