| 8 | - Absolute paths. Try get rid of these, if not possible prefix with {{{/@unixroot}}} or {{{$UNIXROOT}}}. |
| 9 | - Check for CYGWIN, WIN32, WINDOWS, MINGW or similar defines. |
| 10 | - Add calls to {{{_wildcard(&argc, &argv); _response(&argc, &argv);}}} in the main function of tools that it may be more useful if the supported wildcard and response files when invoked from a non-kNIX shell. |
| 11 | - Tools reading stdin or writing to stdout, needs to be checked in respect to binary/text mode translation. This isn't as simple as just doing setmode on stdin and stdout in main... |