diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-07-28 16:49:40 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-07-28 16:49:40 +0200 |
commit | d0b4a95bda044ce7d576481ba62ddcf33065a43a (patch) | |
tree | 31e3faf4c3a77367d18793a6fd2f71aed7b88b9e /vis.changes | |
parent | 39aefaccc9ed19783f0b42ed975b151e30e2dc2b (diff) | |
download | vis-pkg-d0b4a95bda044ce7d576481ba62ddcf33065a43a.tar.gz |
- 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
Diffstat (limited to 'vis.changes')
-rw-r--r-- | vis.changes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vis.changes b/vis.changes index 62cbfe1..37795b3 100644 --- a/vis.changes +++ b/vis.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Fri Jul 28 14:46:50 UTC 2023 - Matej Cepl <mcepl@suse.com> + +- 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 <mcepl@suse.com> - Merge in test-vis submodule ( |