changeset 16861:310fd977a344

Update info about DJGPP.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Jan 1997 02:41:58 +0000
parents 247f0b107588
children 7417db9e3f61
files INSTALL
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon Jan 13 01:41:59 1997 +0000
+++ b/INSTALL	Mon Jan 13 02:41:58 1997 +0000
@@ -608,8 +608,8 @@
 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.
+Version 2.0 of djgpp 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.  Djgpp version 2.01 have these bugs
+fixed, so upgrade if you can before building Emacs.