Changes between Version 3 and Version 4 of kNIXPorting


Ignore:
Timestamp:
May 6, 2007, 11:45:56 PM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kNIXPorting

    v3 v4  
    99 - Check for CYGWIN, WIN32, WINDOWS, MINGW or similar defines.
    1010 - 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.
    1112 - 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...
    1213 - {{{aclocal}}}, {{{aclocal.in}}}, {{{atconfig}}} and {{{atconfig.in}}} in testcase directories (typically {{{tests}}}). Fix the PATHs and other stuff they mess with.