# HG changeset patch # User Richard M. Stallman # Date 839215841 0 # Node ID 615a180ced876db0ea1eded3bfef4ac69f8df214 # Parent 11517dc55f5ba0c92041c07f3edee5837915cd01 Describe djgpp library replacement files. diff -r 11517dc55f5b -r 615a180ced87 INSTALL --- a/INSTALL Mon Aug 05 01:15:49 1996 +0000 +++ b/INSTALL Mon Aug 05 03:30:41 1996 +0000 @@ -591,3 +591,9 @@ 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.