home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit4f / ckvker.upd < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. From: buda%star.DEC@decwrl.dec.com (Mark A. Buda; 381-1969)
  2. Date: 2 May 89 10:52
  3. Subject: Updated files CKermit - CKVKER.UPD
  4.  
  5.         01-May-1989    mab
  6. ckvtio.c  Add debugging code and general cleanup.
  7.  
  8.         24-Apr-1989    mab
  9. ckvtio.c  Add some parity code from bitnet.
  10.  
  11.         23-Apr-1989    mab
  12. ckvdia.c  Add Joe Grissom's changes to debug(F110,"dialing",lbuf,0);
  13. ckuusr.c   "   "    "          "    for command line exit when using -h
  14.  
  15. ckvfio.c   #ifdef chkfn() and code gtdir() for V4.x
  16.  
  17.         16-Apr-1989    mab
  18. ckvvms.h   Add definition of SUB_PROC buffer sizes
  19. ckvfio.c   Fix remote command failure
  20.  
  21.         11-Apr-1989    mab
  22. ckvker.com Add CMS support
  23. ckvmak.com Add CMS support
  24.  
  25.         10-Apr-1989    mab
  26. ckvtio.c  More fixes to lcl/remote code.
  27.  
  28.          8-Apr-1989    mab
  29. ckcker.h  Bump receive packet max to 1920 conditionaly, for VMS.  Do not
  30.       go larger without adding code to ttini to check for maxbuf
  31.       size.  Doing a QIO(W) larger than MAXBUF returns exquota error.
  32.  
  33.          5-Apr-1989    mab
  34. ckvfio.c (016) Add PWP code to optimize packetizing.
  35.       Fix zxpand code to use pointer correctly so user would not
  36.       get '?too many files' error.
  37.  
  38.          4-Apr-1989    mab
  39. ckvfio.c (015) Add latent support for attribute packet and clean up
  40.        file name parsing code.
  41. ckvcdt.com Wrote procedure that compares dates of source to dates of
  42.       modules in object libraries.
  43. ckvtio.c (017) Fix some minor bugs to lcl/remote detection.
  44.  
  45.         25-Mar-1989    mab
  46. ckcpro.w  The second '%states' was being passed through to the compiler and
  47.        causing it pain.  I removed the second '%states' and it seems to work
  48.       ok and compile ok now.
  49.  
  50.         24-Mar-1989    mab
  51. ckvker.bwr Cleaned out the rif-raf.
  52. ckuusr.h  Modify Kermit.ini to Ckermit.ini
  53. ckvtio.c  Allow XON/XOFF usage for console cbreak mode.
  54.  
  55.         23-Mar-1989    mab
  56. ckuus2.c  Change printf("%s","blah...",cmdbuf) to printf("blah...",cmdbuf)
  57.       in two places...
  58.       HELP SET TERM does not have any text.
  59. ckuus3.c  Add call from chkspd to ttsspd to check for valid speeds.
  60.       Change one printf so a colon is now a comma.  The line
  61.       would have looked like '_TXA1:: baud 9600' and is now
  62.       '_TXA1:, baud 9600'.
  63. ckvtio.c  Add IO$M_BREAKTHRU's to IO$_WRITEVBLK.  Also changed the processing
  64.       of inbound charcters.  Characters typed at console will have first
  65.       chance at getting out over the wire.  If there are no characters
  66.       typed at the console, then all tty characters are processed.  This
  67.       now allows a person to use ^Y/^O etc... correctly.
  68.       Added code to hopefully process parity correctly.  This needs
  69.       to be tested.
  70.       Added new routine that enables all old terminal characteristics
  71.       but does not turn on echo.  This allows the ^\(byte) not to show
  72.       on the screen.  Also allows XON/XOFF to work.
  73. ckvfio.c  Added fdc's initial code for attribute packet
  74. ckvvms.h  R_OK was not defined for access().  Defined all for bits worth.
  75. ckvcon.c  Clean up doesc() code.  Replace static buffer with malloc'd buffer
  76.       that is also larger in size.
  77.  
  78. ---- Sent to fdc
  79.  
  80.         15-Mar-1989    mab
  81. ckvfio.c  Check for non-null data, not array of pointers in zkermini
  82.  
  83.         07-Mar-1989    mab
  84. ckudia.c debug(F110,"Dialing",mumble) needed additional arguement added to line
  85. ckuus2.c changed variable rdatap to data+1, so debug logging would not accvio.
  86.  
  87.         07-Mar-1989    mab
  88. ckvtio.c Fix overwrite of DCL prompt on exit
  89.  
  90.         06-Mar-1989    mab
  91. ckcfns.c Add Barry A's changes.
  92. ckvfio.c Add more of Barry's changes.
  93.  
  94. ckvfio.c    05-Mar-1898    mab
  95. ckvtio.c
  96. ckvvms.h
  97.  1) Create ckvvms.h for common definitions.
  98.  2) Make sure all qio(w) have iosb's for ALL VMS dependant modules
  99.  3) When assigning channel, grab speed and use it as default.  This
  100.     way joe blow does not have to type 'set speed xxxx'.  It will
  101.     default to whatever was retreived by the sensemode.
  102.  
  103. ckvfio.c    26-Feb-1989    mab
  104. ckuusr.c
  105. ckucmd.h
  106.  1) Add code that will search for kermit.ini file.
  107.  2) Increase line buf to 255 in case someone has a long device name
  108.     with sub.sub.subdirectory and long file name etc...  This
  109.     was hardcaoded but should have been NAM$C_MAXRSS, but NAM is not
  110.     #included possibly, so do the next best thing.
  111.     
  112.  
  113. ckvtio.c    26-feb-1989    mab
  114.  1) Add dcl exit handler.  This needs to have more routines added
  115.     to do cleanup.  This is a start.
  116.  
  117. ckvcon.c    15-feb-1989    mab
  118.  1) In hconne ignore  XOFF's from the console.  This usually comes
  119.     because a VT100 XOFF'd.  This gets buffered up and coninc() returns
  120.     this to hconne.  hconne then writes this to the console, freezeing
  121.     it with an XOFF.  Somewhat cosmetic but agrivated me enough to fix it.
  122.  
  123. ckvker.com    14-feb-1989    mab
  124.  1) Make this work in batch so I can sleep and have a log when it is done!
  125.  
  126. ckvtio.c    14-feb-1989    mab
  127.  1) Get break working.  It is conditional on V4/V5.
  128.  2) Add iosb's to ALL qio's.  Saftey precaution in case any
  129.     asynch I/O would set event flag 0.
  130.  
  131. ckvfio.c    14-feb-1989    mab
  132.  1) uncomment out zgtdir so it will work.
  133.  2) make zkself use delprc.
  134.  3) Remove function to system();
  135.  
  136.