patch 8.2.1173: tee doesn't build on some systemsProblem: Tee doesn't build on some systems.Solution: Include header files. (Dominique Pelle, closes #6431)
patch 8.2.1172: error messages when doing "make clean" in doc or teeProblem: Error messages when doing "make clean" in the runtime/doc or src/tee directories.Solution: Use "rm -f".
patch 8.1.0500: cleaning up in src/tee may not always workProblem: Cleaning up in src/tee may not always work.Solution: Use "rm" when appropriate. (Michael Soyka, closes #3571)
patch 8.1.0483: MinGW does not build tee.exeProblem: MinGW does not build tee.exe.Solution: Add build instructions. (Yasuhiro Matsumoto, closes #3548)
patch 8.0.1178: using old compiler on MS-WindowsProblem: Using old compiler on MS-Windows.Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
patch 7.4.1240Problem: Visual studio tools are noisy.Solution: Suppress startup info. (Mike Williams)
patch 7.4.1040Problem: The tee command is not available on MS-Windows.Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
updated for version 7.0001