home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / BASH_112.ZIP / BASH-112.TAR / bash-1.12 / bash.str < prev    next >
Text File  |  1993-04-09  |  476b  |  10 lines

  1. 93-04-09 When starting we and giving it a file name to open, garbage
  2.     characters are sometimes put into the file.  It seems related to
  3.     command line editing.  Using the ! feature will often start the problem.
  4.     Also, the up arrow key.
  5.  
  6. 93-04-09 bash is not getting the return status from applications that
  7.     it starts.  Mattes has improvised a fork() call which will start a new
  8.     process, but when the child exec()'s, OS/2 will not let the
  9.     parent get the return code.
  10.