Mail Archives: djgpp-workers/2000/07/10/17:50:35
> @port-target sco, SCO
> @port-qualifier unixware-8, Unixware 8
> @port-note sco-unixware-8, It just about works.
> @portability posix, ~sco-unixware-8
No, what I mean is that this *alone* should be enough:
@port-note sco-unixware-8, It almost works
@portability posix, ~sco-unixware-8, unix-98
It would cause this ouput, obviously hacked:
POSIX: Yes
sco: not unixware-8 (It almost works)
unix: 98
Obviously, the "pretty" text isn't there, but I'm talking about a
catch-all to handle the cases it *doesn't* know about. If you want to
add the other @port-* to add the pretty text, OK, but it shouldn't
require them.
> Note that the new mkdoc has no concept of newer, so there is no current
> way of saying that C99 encompasses C89.
Right, which is why it should ignore qualifiers not listed in the txh
files, because the *user* has the concept of newer that mkdoc is
lacking.
- Raw text -