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

  1. last update 95/07/06 08:27
  2.  
  3. ckcdeb.h: added macros CK_TMPDIR, CK_MKDIR, CK_RESEND for OSK
  4.   and changed the prototype for ttinl() for OSK
  5. ckcfn2.c: added the argument turn in the call of ttinl() for OSK
  6. ckcfns.c: when sleeping with the send delay, check for none zero value
  7.   of delay for OSK cause a sleep(0) sleeps infinitely
  8. ckucmd.c: solved the problem with the new line character when reprinting
  9.   a command line for OSK
  10. ckuscr.c: see ckuusr.c (1)
  11. ckuus3.c: see ckuusr.c (1)
  12. ckuus4.c: see ckuusr.c (1)
  13. ckuus5.c: solved problem with the new line character when printing version
  14.   and system strings
  15. ckuus6.c: added code for CK_TMPDIR for OSK
  16. ckuusr.c: (1) made changes so that the nice feature SET SESSION-LOG TEXT/BINARY
  17.   works for OSK
  18.   (2) fixed a bug: you RESEND a file from a remote kermit and then put it in
  19.   server mode, escape back to your local kermit and issue a GET command in
  20.   text mode, then the message "Refused: disposition" will appear because
  21.   'sendmode' is still set to SM_RESEND, therefore reset sendmode to SM_SEND
  22.   before server mode is entered
  23. ckuusr.h: added macro XFRCAN for OSK
  24. ck9con.c: improved overall performance (system load is reduced about 80% on a
  25.   communication line receive burst, see ck9tio.c), brought it near to the unix
  26.   version that means: added APC and ansi escape sequence recognition, text
  27.   session logging, support of SET TERM CR-DISPLAY, support of SET TERM NEWLINE,
  28.   debug session, keyboard macros and some escape character features
  29. ck9fio.c: changed rename(), added isdir(), zmkdir() and zfseek()
  30. ck9ren.c: new file; rename function to support unix like renames
  31. ck9tio.c: improved performance (system load is reduced about 80% on my system
  32.   (68020, 25MHz) with the little tsleep in myread(): achieved an efficiency of
  33.   96% in a system transfer loop (two kermits running on the same system) with
  34.   all characters unprefixed and a packet size of 2K at 19200 baud), fixed
  35.   xfrnum bug and brought ttinl() near to the unix version, added support of
  36.   CK_REDIR, added O_GOODRIVER compilation flag for carefully written drivers
  37.   (add or remove it in the makefile)
  38. ck9ker.gcc: adapted to version 190, added compilation flags CK_APC, CK_REDIR
  39.   and RENAME; remove the RENAME flag if you don't want to use the new rename
  40.   function in ck9ren.c
  41. ck9ker.mak: ditto
  42.  
  43. Changed zrtol() to enable directories in asnames, corrected MAXNAMLEN, adapted
  44. znewn() to the fact that it is called with full path names, fixed bug in
  45. tilde_expand() (buffer to small). ck9fio.c 5A(011) 13 Jan 95.
  46.  
  47. Changed the name of ttypn to ttyfd for CK_TTYFD (exit warnig). ck9tio.c,
  48. ck9con.c 2 Feb 95
  49.  
  50. Added network support for OS-9 with Microware ISP-Package (got some problems
  51. when sending files to an OS-9 kermit server: buggy pkdvr and telndc - changed
  52. pkdvr and pk). ck9con.c 5A(008) 26 Jan 95, ck9tio.c 5A(011) 26 Jan 95,
  53. ckcnet.h, ck9ker.gcc, ck9ker.mak.
  54.  
  55. Made input and output buffers dynamic for CONNECT command because static
  56. storage increases to much. ck9con.c 5A(009) 13 Mar 95.
  57.  
  58. Added null device in zchki(), zchko(), rcvfil() and ckdial(). Cleaned up
  59. zchki() and zchko(). Made ztrip() and zltor() to share one static buffer.
  60. Added tilde expansion to zchdir() and zxpand(). Made zhome() not to return NULL
  61. anymore. Fixed conversion of local time to local time in zfcdat(). Cleaned up
  62. zstime(), get_gmtime() and convert_to_local_time(). Made zshcmd() and zsyscmd()
  63. to return meaningful values (child status). ck9fio.c 5A(012) 13 Mar 95,
  64. ckcfns.c, ckudia.c 13 Mar 95
  65.  
  66. Made the SPACE command to accept a device name in docmd(). ckuusr.c 13 Mar 95
  67.  
  68. Someone has changed the sequence of setting the interrupt signal handler for
  69. `ckdial()'. It is now saved before the call of `ckdial()' and therefore set
  70. unconditionally in `ckdial()'. This someone has not changed the setting of the
  71. handler for OS-9 though is was not really OS-9 specific. It was impossible to
  72. quit dialing by ^C. ckudia.c 20 Mar 95.
  73.  
  74. Fixed a typo in the version date of ckcpro.w 20 Mar 95.
  75.  
  76. Made ttopen() to accept the null device. ck9tio.c 5A(012) 20 Mar 95.
  77.  
  78. Made kill_tree() more reliable. ck9fio.c 5A(013) 20 Mar 95.
  79.  
  80. Fixed calculation of transfer rate when display is CRT in showpkt(). Fixed
  81. calculation of percent done in chkint(). ckuusx.c 7 Apr 95.
  82.  
  83. Changed handling (especially local echoing) when CR from keyboard. Added
  84. handling of telnet binary mode. ck9con.c 5A(010) 19 Apr 95.
  85.  
  86. Rewrote zgtdir() and made some large buffers dynamic. The static storage
  87. of the program is near (not above) the 64K boundary. But when the linker
  88. adds his jump table, he does not take care of an overflow. The effect are
  89. crashes of the program at totally unexpected locations.
  90. ck9fio.c 5A(014) 19 Apr 95.
  91.  
  92. The texts for telnet newline mode in shotel() were inconsistent with other
  93. descriptions of these parameters. ckuus4.c 19 Apr 95.
  94.  
  95. If tthang() was called on a network connection, it calls netclos() and not
  96. ttclos(), so the event was not deleted. ck9tio.c 5A(013) 21 Apr 95.
  97.  
  98. On telnet connections incoming CR/NUL is now parsed. Made debugging display
  99. prettier and some little cleanups. ck9con.c 5A(011) 21 Apr 95.
  100.  
  101. The event is created now after netopen() so that keyboard interrupts doesn't
  102. leave the event undeleted. ck9tio.c 5A(014) 25 Apr 95.
  103.  
  104. Made keyboard i/o buffered for terminal connection - especially improves
  105. network traffic. ck9con.c 5A(012) 25 Apr 95.
  106.  
  107. Added MORE_DYNAMIC (but not enabled) and removed `dfttystr', which was equal
  108. to myttystr. ck9tio.c 5A(015) 20 Jun 95.
  109.  
  110. Added -DNOOLDMODEMS to makefiles. ck9ker.mak, ck9ker.gcc 6 Jul 95.
  111.