home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / msshell / notes < prev    next >
Text File  |  1992-06-20  |  2KB  |  59 lines

  1. Version 2.0 Release Notes:
  2.  
  3. Release 2.0 has had significant parts re-written and much of the POSIX (Korn)
  4. Shell functionality implemented.
  5.  
  6. Addition New Functionality:
  7.  
  8.     1.  The format of the history file has changed match some of the
  9.     functionality provided by the POSIX shell.
  10.     
  11.     2.  The format of the EXTENDED_LINE file has changed to provide a number of
  12.     difference ways of processing command line parameters and overcoming
  13.     the 127 or 255 byte limitation of DOS and OS/2.
  14.     
  15.     3.  The OS/2 port has been tested (on release 1.3 and 2.0 beta) and a number
  16.     of OS/2 specific builtins have been added.
  17.  
  18. Missing POSIX Shell functionality:
  19.  
  20.     1.    The PS1 prompt is not expanded.
  21.     2.  The getopts builtin is not implemented
  22.     3.  POSIX command line editing is not implemented.
  23.     4.  OS/2 uses files and not pipes to pipe data.
  24.  
  25. The following enhancements/bugs remain outstanding:
  26.  
  27.     1.  The processing of the escape character (\) is not consistent with the
  28.     Korn shell.  The MS-Shell always strips the first escape character.
  29.     The Korn shell only strips escape characters when it detects a shell
  30.     special character following.
  31.  
  32.     ie.  echo "\033[H" works under Korn however echo "\\033[H" is required
  33.          in the MSDOS shell.
  34.  
  35.     This problem requires a large amount of rework to one 30K source file
  36.     and I haven't been able to start on it yet.
  37.  
  38.     2.  8 Bit character are not supported.  This is tied in with the processing
  39.     of escape characters.  The shell uses the 8-bit to mark escaped
  40.     characters.
  41.     
  42.     3.  Interrupting a swap at the wrong time may cause the shell to hang.  I've
  43.     not been able to track this down.
  44.     
  45. Thanks are due to
  46.  
  47.     Francis Klay
  48.     Prof. Ken Turner
  49.     David Darknell
  50.     Richard Reiner
  51.     Gunther Schadow
  52.     Doug Konkin
  53.     Dr. Greg Wettstein
  54.     Prof. Charles Dyer 
  55.  
  56. for their comments, fixes, tolerance etc in testing release 2.0
  57.  
  58. Ian Stewartson.
  59.