From: Richard M. Stallman Date: Mon, 5 Aug 1996 03:30:41 +0000 (+0000) Subject: Describe djgpp library replacement files. X-Git-Tag: emacs-19.34~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d536be4ac84eccf30fd7cbf9ed7b3863337cde32;p=emacs.git Describe djgpp library replacement files. --- diff --git a/INSTALL b/INSTALL index 18cafe3916e..ff79ccfabbb 100644 --- a/INSTALL +++ b/INSTALL @@ -591,3 +591,9 @@ and info are accessed as subdirectories of the HOME directory. MSDOG is a not a multitasking operating system, so Emacs features such as asynchronous subprocesses that depend on multitasking will not work. Synchronous subprocesses do work. + +The current version of djgpp 2.0 (as of August 1996) has two bugs that +affect Emacs. We've included corrected versions of two files from +djgpp in the msdos subdirectory: is_exec.c and sigaction.c. To work +around the bugs, compile these files and link them into temacs. The +next version of djgpp should have these bugs fixed.