From 3f8f52218b3e174405bc35df660bb080415021ead1d98c7854909f519c7ed20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 28 Jul 2023 16:49:40 +0200 Subject: [PATCH] - 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 f27bb9c..1376c62 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