Mail Archives: djgpp-workers/2001/02/26/13:44:22
Tim Van Holder writes:
> I'd like to note that section 5.4 of the GNU coding standards (node 'Names'
> in the info version) indicates you should take the 8+3 restriction into
> account.
If you start citing arbitrary sections of the GNU coding standards, I
can do the same. Node 'System Portability':
As for systems that are not like Unix, such as MSDOS, Windows,
the Macintosh, VMS, and MVS, supporting them is usually so much
work that it is better if you don't.
> While it does not require it, this would be especially valid when
> developing a package that is supposed to work on DOS/Windows.
Note that dos != windows. I'd even say, dos < windows.
> Admittedly, there are particularly many "problem files" in libiconv, so
> there would be some work involved
It is not about the amount of work. It is about the information it
conveys. "mail-2001-02-26-libiconv-vanHolder" conveys more information
than "mail0237".
You are saying "Cripple your package so it runs optimally on my
crippled system". I say NO.
Bruno
- Raw text -