Changes between Version 3 and Version 4 of kNIXPorting
- Timestamp:
- May 7, 2007, 1:45:56 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kNIXPorting
v3 v4 9 9 - Check for CYGWIN, WIN32, WINDOWS, MINGW or similar defines. 10 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 - Check if there is a {{{lib/system.h}}} and check the {{{SET_BINARY_MODE}}} definition. 11 12 - 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... 12 13 - {{{aclocal}}}, {{{aclocal.in}}}, {{{atconfig}}} and {{{atconfig.in}}} in testcase directories (typically {{{tests}}}). Fix the PATHs and other stuff they mess with.