home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / prime.ann < prev    next >
Internet Message Format  |  2020-01-01  |  7KB

  1. Date: Wed, 17 Jan 90 12:51:45 WET DST
  2. From: John Horne, Polytechnic South West <C20211 @ UK.AC.PSW.PA>
  3. Via: Steve Jenkins, The National PD Software Archive, Lancaster University
  4.  <pdsoft%pd-software.lancaster.ac.uk@NSFnet-Relay.AC.UK>
  5. Subject: PRIME Kermit Version 8.00, for PRIMOS revisions 21 and 22.
  6.  
  7. This new version of PRIME Kermit (8.00) replaces the previous version (7.57)
  8. of May 1986, which was contributed by The Source Telecomputing, recently gone
  9. out of business.
  10.  
  11. Initially I was asked to investigate some problems our users were having with
  12. large (>100k) files.  However, the code seemed to be getting a bit old and
  13. messy.  So it seemed somewhat easier to look at all of the code.  This version
  14. should work exactly as the old version, but there is more functionality in it
  15. and the use of packets should be more efficient.  The error handling has been
  16. much improved, and I think that this will cure most problems that users used
  17. to have.  All the previous known bugs have been sorted out in the code.  Where
  18. possible version 6 of the Kermit Protocol Manual has been followed.  The new
  19. version has been tested at PRIMOS revisions 21.0.5q and 22.0.1a.  Here is a
  20. brief summary of the changes:
  21.  
  22.  - Support for 8-bit no-parity file transfers.
  23.  - Better error handling and messages.
  24.  - Full support for pathnames within commands.
  25.  - Improved logging.
  26.  - More command line options available (use -HELP to show them).
  27.  - SET INCOMPLETE command.
  28.  - Pound sign conversion option (US/UK).
  29.  - CONVERT command to convert files to PRIME format.
  30.  - Support for file size and  date attributes, user settable.
  31.  - Support for nested TAKE files.
  32.  - Local file management commands added including SPACE, RENAME, COPY, PUSH.
  33.  - Better use of timeouts.
  34.  - Filename collision detection and avoidance, user settable.
  35.  - Many internal cleanups.
  36.  
  37. [Ed. - Many thanks to John for this new version, and to Steve for sending it
  38. to us!  The new files are installed in the Kermit Distribution D area as
  39. PRIME8.*.  PRIME8.UPD includes a detailed list of changes since version 7.57.
  40. PRIME8.SRC includes the build procedure, four insert files, and 39 source
  41. files written in PLP, PRIME's version of PL/1.  Within PRIME8.SRC, each of
  42. these files is separated by a line of -----'s and can be separated using a
  43. text editor.  Warning, PRIME.SRC contains some rather long lines (some of them
  44. up to 144 characters in length), which will no doubt cause problems for BITNET
  45. transfers.  We are trying to find out if there is a way to legally break these
  46. long lines.  Meanwhile, the old PRIME Kermit files for version 7.57 will
  47. remain available in the D area as PRIME.*.  It is not known whether Version 8
  48. will run under older versions of PRIMOS, such as R19, which 7.57 was written
  49. for.  Reports welcome!]
  50.  
  51. ------------------------------
  52.  
  53. Date: Fri Aug  3 10:46:17 1990
  54. From: Christine M. Gianone <cmg@watsun.cc.columbia.edu>
  55. Subject: Version 8.12 of PRIME Kermit Now Available
  56. Keywords: PRIME Kermit
  57.  
  58. From Matthew Sutter of Lincoln National Corporation in Fort Wayne, Indiana,
  59. USA, comes version 8.12 of PRIME Kermit, an upgrade of version 8.00 that was
  60. prepared by John Horne of Polytechnic South West in Plymouth, England.
  61.  
  62. The major feature of version 8.12 is support for local-mode (dialout)
  63. operation using the AMLC lines.  CONNECT, GET, FINISH, and BYE commands have
  64. been added, as well as the script commands INPUT, OUTPUT, CLEAR, and PAUSE.
  65.  
  66. This version also contains fixes to repeat character processing and sliding
  67. windows, but the sliding window feature still needs more work in order to
  68. interoperate with MS-DOS Kermit 3.0 or C-Kermit 5A.  This work is underway,
  69. watch Info-Kermit for further announcements.
  70.  
  71. The new files are in kermit/d/prime8.* on watsun, and PRIME8.* on CUVMA.
  72. There is, as yet, no new documentation.  Thanks to Matt for his work and for
  73. contributing it to the Kermit collection!
  74.  
  75. ------------------------------
  76.  
  77. Date: Tue, 28 Aug 90 17:27:31 EDT
  78. From: John M. Crawford <CRAW4D@prime.cob.ohio-state.edu>
  79. Subject: Prime8 help for dividing source
  80.  
  81. Here is a short file which provides the necessary Primos editor (ED) tricks
  82. to divide (and then build) Kermit 8.12 for Primos. You might consider
  83. appending it to the PRIME8.ANN file (or another) for general distribution
  84. to Prime kermit users.
  85.  
  86. /*The following lines below should be extracted to be made into a cominput
  87. /*file, and placed with the files prime8.src and prime8.bld to execute in
  88. /*an otherwise empty directory.
  89. /*
  90. /* the following disk objects should not exist at attach point...
  91. delete (t s source insert obj) -no_verify -report -no_query
  92. /*
  93. /* the following files must exist: prime8.src, prime8.bld and this
  94. /* cominput file
  95. /*
  96. create s
  97. create insert
  98. create obj
  99. ed prime8.src  /* the next 3 lines exist because source is not symmetrical
  100. f(2) * INPUT - Wait;n-2;f           ;delete /* delete "non-uniform" blank line
  101. f(5) REC_AMLC;c/ //      /* slide these to col 4 if col 5
  102. f(5) SEND_AMLC;c/ //     /* slide these to col 4 if col 5
  103. top
  104. i dummy line
  105. l ------
  106. n-1;f -;n1;u t;loa t;n-1;G E3I/U *>s>/c I/ TO -----/;move stra inlin;n;X stra;*
  107. qF
  108. cname s source
  109. cname *>source>^@@plp ==.+plp
  110. copy *>source>@.ins.plp *>insert>== -delete -report
  111. cpl prime8.bld -comp -como -load -noc -debug  /* note: -debug makes it big
  112. /* that's all folks!
  113.  
  114. John M. Crawford      (614) 292-1741                Computing Services Center
  115.                                                     College of Business
  116. craw4d+@osu.edu                                     1775 College Road
  117. craw4d@prime.cob.ohio-state.edu                     The Ohio State University
  118. crawford-j@osu-20.ircc.ohio-state.edu               Columbus, Ohio 43210
  119.  
  120. ------------------------------
  121. From C20211@UK.AC.PLYMOUTH.PRIME-A Wed Apr  7 14:03 GMT 1993
  122. Via: uk.ac.plymouth; Wed, 7 Apr 93 14:03:29 GMT
  123. Date:         Wed, 07 Apr 93 15:01:38
  124. From: John Horne  <C20211@UK.AC.PLYMOUTH.PRIME-A>
  125. Subject:      Re: Prime Kermit version 8.15
  126. To: syspds
  127. In-Reply-To:  Your message of  Fri, 19 Mar 1993 16:21:30 +0000 (GMT)
  128. Status: RO
  129.  
  130. Jayne,
  131.  
  132. Sorry for the delay in replying to you - been a bit busy!
  133.  
  134. After this message I shall send 3 other email messages to you, which together
  135. will comprise Prime Kermit version 8.15. The first message will be all the
  136. source files, and a build file, all bundled up together - obviously, it will be
  137. a large message. The second one will be the PRIME.BWR file, and the third the
  138. PRIME.HLP file.
  139.  
  140. I hope this is acceptable to you, and Frank in the USA! If not then let me
  141. know, although I think this is how I sent it to you last time.
  142.  
  143.  
  144. Many thanks for your help,
  145.  
  146. John Horne,
  147. University of Plymouth.
  148.  
  149.