Changes between Version 1 and Version 2 of kNIXPorting


Ignore:
Timestamp:
May 6, 2007, 8:46:15 PM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kNIXPorting

    v1 v2  
    66 - dos.m4 - Add {{{ && !defined __OS2__}}} to the long {{{#if}}} statement. See [3345] for an example.
    77 - po.m4 - Fix the root slash detections. See [3344] for an example.
     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...
    812
    913