Mail Archives: djgpp-workers/2001/10/25/12:00:27
On Thu, 25 Oct 2001, Eric Botcazou wrote:
> > > No, of course, but that's consistent with the errno code since
> > > _doserr_to_errno(5) = EACCES.
> >
> > I don't think this consistency matters too much. It's more important to
> > tell the calling application something intelligent about why did the
> > function fail.
>
> Is it really more intelligent to return 2 (File not Found) or 3 (Path not
> Found) when the path pointer or the result pointer are invalid, rather than
> 9 (memory block address invalid) that gives EFAULT ?
I don't object to 9; it's that ubiquitous EACCES that I don't like ;-)
> > Yes, there are places in the docs where incorrect markup is used. That
> > doesn't mean we should add new ones.
>
> Obviously not, but that makes it a little hard to pick the right one :-)
It's quite clear for me that it is not easy, without lots of experience
writing Texinfo docs. That's why I point out the parts that need fixing:
so that you could learn for the future. I'm grateful for the work you've
done.
- Raw text -