	Bugs and Limitations
	6/6/95

1. Some of the makefile targets are not yet working.  Those known to
   work include all, uninstall, check, ksh, config.h, makefile,
   debugtools (only check-fd and check-sigs.), clean, & distclean.

2. You cannot start a full screen session from the windowed ksh command line.

3. Some 'nmake check' tests require a local /tmp, /bin, /dev, and /etc  
   directory. The bin directory needs a copy of cp, and ksh 
   (called sh). The /etc directory needs a copy of termcap and passwd 
   (or any file with these names). 

4. Job control is not working and may never work in os/2 (no sigstp,
   sigcont, etc).

5. There is some sort of ending status problem associated with opening
   and using a new file descriptor ('exec 5>', for example).

6. version 5.2.2 will build for os2 using the supplied instructions but
   the following changes should be made to fix some os2 specific
   bugs in that version.

   config.h - must comment out the termios.h line and enable termio.
   #define HAVE_TERMIO_H 1
   
   misc.c in the routine gmatch - the line that reads:
         if (pc == MAGIC)
   should be changed to if (pc == MAGIC || pc == -63 )
