Andrew Wood
|
146add0ed3
|
Check for termios.h so that HAVE_TERMIOS_H is defined, otherwise terminal size detection is broken on Cygwin (issue GH#72).
|
2023-07-30 16:54:35 +01:00 |
|
Andrew Wood
|
34fe796806
|
Refactored "--help" to support multi-byte character locales when word wrapping, and clear all "splint" and "flawfinder" warnings.
|
2023-07-29 21:32:34 +01:00 |
|
Andrew Wood
|
38ddb5e32a
|
Corrected language list in NLS support.
|
2023-07-28 11:08:49 +01:00 |
|
Andrew Wood
|
ae81f83e9b
|
New option "--direct-io".
|
2023-07-27 21:44:30 +01:00 |
|
Andrew Wood
|
6cff3c1c2a
|
First draft of new "--sync" option.
|
2023-07-26 22:17:00 +01:00 |
|
Andrew Wood
|
c7e0bb727e
|
Introduce strlcat() instead of strcat(), and replace all sizeof() of buffers inside structures with constants where possible, to avoid bugs caused by reading the size of a pointer instead of the size of the buffer it points to.
|
2023-07-23 01:57:00 +01:00 |
|
Andrew Wood
|
b6d1f62979
|
Centralise all sprintf()/snprintf() calls in a compatibility wrapper pv_snprintf()
|
2023-07-22 22:40:07 +01:00 |
|
Andrew Wood
|
7448c7f320
|
Rewrote configure.in and replaced header.in with one generated by autoheader, added copyright notice to all source files as per GNU standards, and changed "pv --version" output to conform to GNU standards.
|
2023-07-22 19:35:43 +01:00 |
|
Andrew Wood
|
456ab7cebb
|
Applied OS X 11 stat64 configure.in patch from Dave Beckett
|
2023-07-16 11:11:09 +01:00 |
|
Andrew Wood
|
685c91a1cb
|
NEWS was renamed to NEWS.md.
|
2023-07-16 00:04:33 +01:00 |
|
Andrew Wood
|
5c8e2707a4
|
Removed support for Red Hat Enterprise Linux package builds
|
2023-07-15 23:41:27 +01:00 |
|
Andrew Wood
|
7d68a574ca
|
Added all changes made between v1.6.6 and June 2020
|
2021-09-04 21:00:00 +01:00 |
|
Andrew Wood
|
12f28d0689
|
Initial commit based on v1.6.6
|
2021-09-04 20:51:25 +01:00 |
|