home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc190.zip / ckiker.bwr < prev    next >
Text File  |  1993-06-30  |  3KB  |  56 lines

  1. CURRENT KNOWN BUGS WITH AMIGA KERMIT -- October 10, 1990
  2.  
  3. Author: Steve Walton
  4.  
  5. The carrier detection code has not yet been implemented.
  6.  
  7. A correct CKIXLA.C (character translation module) has not yet been done for
  8. the Amiga.  In principle, it should just be a matter of making a slightly
  9. modified CKUXLA.C which knows that the internal file character set is, in
  10. fact, ISO Latin-1.
  11.  
  12. Support for SET HOST and one or more of the Amiga networking boards would
  13. be nice, but will have to wait until release of programmer's information
  14. for Commodore's proposed Standard Amiga Network Architecture (SANA)
  15. interface.
  16.  
  17. The DIAL and SCRIPT commands don't exist.  However, version 5A of C Kermit
  18. has a real, very powerful scripting language, and thus DIAL and SCRIPT are
  19. probably unneccessary.
  20.  
  21. The system(), getcwd(), and chdir() functions in ckiutl.c may no longer
  22. be needed.  They are not needed under Manx, and have been commented out
  23. in favor of the routines of the same name in the Manx libraries. 
  24. Nevertheless, here is the comment about the getcwd() routine in ckiutl.c
  25. from the last version of this file: The current directory name is
  26. constructed from the previous current directory name and a new relative
  27. name.  This is similar to the way the CD command operates, but it is
  28. subject to some peculiarities.  For instance, 'CWD C:' followed by 'CWD
  29. /' results in the current directory being the the parent of C: and a
  30. directory name of 'C:/'.  It is possible to reconstruct the name using
  31. the Parent() AmigaDOS function, and this should be done;  a previous bug
  32. in the RAM: handler has been fixed.
  33.  
  34. There should be some form of output control and input for one-liners invoked
  35. with the '!' command.
  36.  
  37. An audible bell is needed, but can be added with a PD program called
  38. InstallBeep.
  39.  
  40. Without overscan, the Kermit window is 23 by 77 characters in size, maximum.
  41. This is incompatible with the assumptions of many editors.  Emulation of a
  42. real terminal like a "not quite" ANSI VT100 would be nice.
  43.  
  44. Kermit should support AmigaDOS wildcarding, especially for SEND's.  It can be
  45. argued that UNIX wildcarding is often appropriate for remote GET's from the
  46. Amiga server, but AmigaDOS wildcarding should be optionally available.
  47.  
  48. It is probable that this code will fail if eol changes during a file
  49. transaction as a result of the starting negotiations; see ttinl() in ckitio.c
  50. for the gory details.
  51.  
  52. This code has not been compiled with the Lattice (now SAS/C) compiler for over
  53. two years. The CKIKER.LNK and CKIKER.BLD files reflect this, and will
  54. certainly not work with version 5A; they are here so someone can update them
  55. if they like.
  56.