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
749d23705e05baef7f846b0e002c59c035561cc9
pv
/
src
/
include
T
History
Andrew Wood
1f320dd7a2
Replace all gettimeofday() calls, and elapsed time arithmetic, with a new set of elapsed time functions based on clock_gettime(), to avoid faults due to time zone / DST changes and machine suspend/resume.
2023-08-30 22:23:43 +01:00
..
config-aux.h
Move libgen.h out of IPC conditional code since it is not related directly to IPC; adjust IPC configuration so that IPC support is auto-disabled if the relevant header files or library functions are missing.
2023-08-28 17:44:53 +01:00
config.h.in
Move libgen.h out of IPC conditional code since it is not related directly to IPC; adjust IPC configuration so that IPC support is auto-disabled if the relevant header files or library functions are missing.
2023-08-28 17:44:53 +01:00
options.h
Record whether the width or height were set manually, and refrain from changing a manually set value when the terminal size changes.
2023-08-28 22:03:14 +01:00
pv-internal.h
Replace all gettimeofday() calls, and elapsed time arithmetic, with a new set of elapsed time functions based on clock_gettime(), to avoid faults due to time zone / DST changes and machine suspend/resume.
2023-08-30 22:23:43 +01:00
pv.h
Replace all gettimeofday() calls, and elapsed time arithmetic, with a new set of elapsed time functions based on clock_gettime(), to avoid faults due to time zone / DST changes and machine suspend/resume.
2023-08-30 22:23:43 +01:00