Put all terminal writes through the same pv_write_retry function for consistency and to clear up compiler warnings.

This commit is contained in:
Andrew Wood
2023-07-22 23:22:34 +01:00
parent 9783f7ebef
commit e94600d7a4
5 changed files with 35 additions and 29 deletions
+1
View File
@@ -9,6 +9,7 @@
* cleanup: skip test 10 (for *SIGPIPE*) if GNU "`head`" is not available, so "`make test`" on stock OpenBSD 7.3 works
* cleanup: replace all calls to `sprintf()` and `snprintf()` with a new wrapper function `pv_snprintf()` to centralise compatibility changes
* cleanup: tidy up and fix compilation warning in "`--watchfd`" code
* cleanup: replace all `write()` calls to the terminal with a wrapper `pv_write_retry()` for consistency
1.7.0 - 17 July 2023
* dropped: support for Red Hat Enterprise Linux and its derivatives has been dropped; removed the RPM spec file, and will no longer build binaries