Message-ID: <007301be81e4$7e39db00$85023bd4@default> From: "Laurynas Biveinis" To: Subject: Re: Patches for and for C9X standard compatibility Date: Thu, 8 Apr 1999 19:21:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Reply-To: djgpp-workers AT delorie DOT com >It is not enough to just #define it. It needs to be described in the >docs (see src/libc/ansi/errno/errno.txh on DJ's server), it needs a text >string that describes it (see src/libc/ansi/string/syserr1.c), and perhaps >some of the DOS error codes need to be mapped into it (see doserr2e.c in >djlsr202). No mapping is neccesarry, because DOS does not support multibyte characters >What exactly does this error mean, btw? Functions in (such as mbrtowc() and others) may assign EILSEQ to errno, if multibyte character cannot be made from specified few bytes, if I understand the draft correctly. Laurynas Biveinis