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
c39e97ec5a24cd17d730de249f121d617f287b54
pv
/
autoconf
T
History
Andrew Wood
909355619b
Restructure tests and adjust display format, to better understand what each test is testing.
2023-07-23 16:25:52 +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
Restructure tests and adjust display format, to better understand what each test is testing.
2023-07-23 16:25:52 +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