This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pv
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9f5923864bc2bc8783d8a7f9e7f113e3f8e9b3f3
pv
/
src
/
include
T
History
Andrew Wood
9f5923864b
Inhibit UTF-8 based bar formats when UTF-8 output support is not detected, falling back to the default format instead.
2024-12-13 20:17:01 +00:00
..
config-aux.h
When cross-compiling, we cannot run a test program to check whether a siginfo_t provides the signal sender PID, so we fall back to assuming that it does, and also check that SA_SIGINFO is declared so compilation will not fail on systems without it (
#120
).
2024-12-03 21:04:58 +00:00
config.h.in
Add a "can_display_utf8" flag based on the current locale, for future use.
2024-12-09 23:23:07 +00:00
options.h
New option "--extra-display" (
#3
,
#4
).
2024-12-01 19:39:59 +00:00
pv-internal.h
Inhibit UTF-8 based bar formats when UTF-8 output support is not detected, falling back to the default format instead.
2024-12-13 20:17:01 +00:00
pv.h
Permit decimals with suffix for --size, --rate-limit, --buffer-size, and --error-skip-block (
#35
); and document the types of numbers allowed in the manual.
2024-12-10 22:09:32 +00:00