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
b086ddf599eda5676ec5674c174cc9eaedf2e2de
pv
/
autoconf
T
History
Andrew Wood
b086ddf599
Rewrote most of run-test, and gave variables clearer names
2023-07-23 14:54:45 +01:00
..
make
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
scripts
Rewrote most of run-test, and gave variables clearer names
2023-07-23 14:54:45 +01:00
configure.in
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
header.in
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
Makefile.in
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