Date: Sun, 11 Apr 1999 13:51:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: Additional patches conserning EILSEQ In-Reply-To: <009401be81e7$dcbf36e0$85023bd4@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Messages with patches are best posted to djgpp-workers. On Thu, 8 Apr 1999, Laurynas Biveinis wrote: Thank you for your contribution. > Q: What tools are required for building djdev? Only the ones in djdevNNN.zip, the Texinfo package (v2gnu/txi312b.zip), and Make (v2gnu/mak377b.zip). > *** errno.txh Sun Sep 27 15:20:30 1998 > --- errno2.txh Thu Apr 8 19:24:14 1999 > *************** > *** 172,177 **** > --- 172,181 ---- > > ENMFILE -- No more files > > + @item 39 > + > + EILSEQ -- Invalid character sequence > + > @end table Please always use the anonymous CVS server on delorie.com to access the latest library source files, before submitting changes. The file errno.txh has been significantly changed in preparation for v2.03, and this patch cannot be applied. The new version offers much more detailed information about each value of errno, so the short description you wrote is no longer acceptable. Also, please read section 22.2 of the DJGPP FAQ, which explains how to produce patches for DJGPP sources. Your patches don't follow those rules; in particular, they don't name the files correctly and don't include full path names of the files you want to patch. > + char __syserr39[] = "Invalid character sequence (EILSEQ)"; > \ No newline at end of file ^^^^^^^^^^^^^^^^^^^^^^^^^ Please don't send patches which have this problem.