home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / cksker.txt < prev    next >
Text File  |  2020-01-01  |  1KB  |  35 lines

  1.     The following changes have been made to edit 179 for 
  2. ST Kermit:
  3.  
  4.     - One of the calls to cc_clean() was omitted from ckcmai.c
  5.     - The patches for ckuus5.c were inadvertently omitted in the
  6.     previous edit.
  7.     - File name completions was added to ckucmd.c.  This involved
  8.     appending "*.*" instead of "*" in certain cases.
  9.     - Control C handling was improved in ckstio.c.  Control C is
  10.     now polled whenever tty input is attempted, but tty input is
  11.     unavailable.  Control C handling was also added to the console
  12.     input routines.  If a control C is detected, then if a handler
  13.     is currently active, it is called.
  14.     - The logic for the name of the file to be used as a pipe was
  15.     fixed.  Previously, multiple external commands would cause
  16.     kermit to crash.  The pipe name is also deleted upon pipe close.
  17.     - A small version of kermit was added to the makefile.  This has
  18.     no server, command parser, etc.
  19.     - While attempting to make a baby kermit with no parser a bug was
  20.     found in cksfio.c.  The function zkermini() should be null if no
  21.     parser is available.
  22.  
  23. Bruce Moore
  24. mooreb@iccgcc.decnet.ab.com
  25.     The following changes have been made to edit 180 for
  26. ST Kermit:
  27.  
  28.     - Since there is no hardware support for determining the
  29.     baud rate, an environment variable is queried for the current
  30.     speed on the first try.  The environment variables queried
  31.     are SPEED and BAUD.
  32.  
  33. Bruce Moore
  34. mooreb@iccgcc.decnet.ab.com
  35.