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

  1. CURRENT KNOWN BUGS/PROBLEMS WITH AMIGA KERMIT 7.0.196 - 11 September 1999
  2.  
  3. Stephen Walton (stephen.walton@csun.edu)
  4.  
  5. A correct CKIXLA.C (character translation module) has not yet been done for
  6. the Amiga.  In principle, it should just be a matter of making a slightly
  7. modified CKUXLA.C which knows that the internal file character set is, in
  8. fact, ISO Latin-1.
  9.  
  10. The system(), getcwd(), and chdir() functions in ckiutl.c may no longer
  11. be needed.  They are not needed under Manx, and have been commented out
  12. in favor of the routines of the same name in the Manx libraries. 
  13. Nevertheless, here is the comment about the getcwd() routine in ckiutl.c
  14. from the last version of this file: The current directory name is
  15. constructed from the previous current directory name and a new relative
  16. name.  This is similar to the way the CD command operates, but it is
  17. subject to some peculiarities.  For instance, 'CWD C:' followed by 'CWD
  18. /' results in the current directory being the the parent of C: and a
  19. directory name of 'C:/'.  It is possible to reconstruct the name using
  20. the Parent() AmigaDOS function, and this should be done;  a previous bug
  21. in the RAM: handler has been fixed.
  22.  
  23. Kermit should support AmigaDOS wildcarding, especially for SEND's.  It
  24. can be argued that Unix wildcarding is often appropriate for remote
  25. GET's from the Amiga server, but AmigaDOS wildcarding should be
  26. optionally available.
  27.  
  28. The Manx C compiler is now obsolete, and the Makefile for building
  29. Kermit (CKIKER.MAK) as well as the sources would need some work to
  30. allow building on this compiler.  This code has also not been built
  31. using Amiga GCC, at least not by me.
  32.