Mail Archives: djgpp-workers/1998/08/26/21:23:52
> The case that I'm wondering about are the non-DOS-specific functions.
> For example, suppose somebody wants to use `stat' in a program which
> they plan to port to Borland C. They will want information on `stat's
> portability to other DOS compilers.
If Borland and MSC do the same thing with stat(), and djgpp does
something different, it should be noted. The note can simply say "way
different, read the docs" if needed.
> Am I misunderstanding you? It sounds vaguely like you're talking about
When you're documenting a difference, it doesn't matter which way you
look at it. So, we're documenting both portability from djgpp to
other compilers, and portability from other compilers. I just want to
make sure that "dos" is as specific as we get. We either do the
"usual" thing, or we don't. IMHO, it's a portability concern if the
other compilers agree about what the "usual" thing is and djgpp does
something different.
- Raw text -