home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20605 < prev    next >
Encoding:
Text File  |  1992-12-16  |  3.1 KB  |  70 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!iat.holonet.net!tmcwill
  3. From: tmcwill@iat.holonet.net (Thomas McWilliams)
  4. Subject: XC patch level 5 for Linux
  5. Message-ID: <BzC7to.3HI@iat.holonet.net>
  6. Organization: HoloNet National Internet Access BBS: 510-704-1058/modem
  7. References: <Bz2BA0.2nK@ux1.cso.uiuc.edu>
  8. Date: Wed, 16 Dec 1992 05:41:46 GMT
  9. Lines: 59
  10.  
  11. Jeff-Randall@uiuc.edu (Jeff Randall) writes:
  12. : paulf@halcyon.com (Paul Forgey) writes:
  13. : The sources available for Xcomm on tsx-11 have not compiled cleanly for
  14. : a *LONG* time (have never gotten them to compile and I've been around
  15. : since about .96pl3).
  16.   
  17. Reply to: uunet!pyrdc!bimbo!ukelele!tmcwill
  18.  
  19. Hello All,
  20.  
  21. Recently Jeff Randall inquired about the state of XC for Linux.
  22. I had not posted any changes since last spring. Getting FTP
  23. access has been difficult. However, Jeff was kind enough to
  24. post the revisions to XC to sunsite.unc.edu and to tsx-11.mit.edu.
  25. He has also put together a binary for use with jump tables.
  26. The fixes and changes are listed below. Those who connect to BBSs
  27. and DOS based servers should find a considerable improvement in
  28. the way XC will now handle DOS "ansi" (?) sequences which differ
  29. from the vt102 standard. Also high ascii characters are translated to
  30. their latin1 equivalent which makes things easier for non-English
  31. language use. One of the reasons there was problems compiling the 
  32. current code is that under GCC 1.40 and earlier, stderr wasn't
  33. buffered. Apparently with the change to GCC 2.x, stderr is now line
  34. buffered which is why some programs that display characters instead
  35. of lines don't function properly. I did post a patch to the net last
  36. summer which fixed this problem but I was unable to get it to an FTP 
  37. SIte. 
  38.  
  39. Here is a summary of the changes:
  40.  
  41. a) bug fixes, 
  42. b) clean-up of the code, 
  43. c) correction of the buffering problem with stderr (a fault of GCC 2.x), 
  44. d) fixes to the dialing directory to not choke on the DEL character, 
  45. e) improved dos_mode for displaying high-ascii characters and line 
  46.    graphics (the latter by mapping them to vt102 graphics sequences), 
  47. f) proper parsing of dos-type "ansi" (?) sequences which differ from the 
  48.    vt102 standard.
  49. g) *selectable* trapping of the DEL character and mapping it to backspace. 
  50.  
  51. It should be noted also that the internal xmodem protocols are consid-
  52. erably faster and more reliable than in stock XC. CRC or Checksum packet
  53. verification is automatically negotiated and true 1K Xmodem is implem-
  54. ented with dynamic on-the-fly switching between 128 byte and 1K packets
  55. as needed. While rz/sz is usually preffered, there are situations when
  56. an internal protocol has its advantages. In some situations where there
  57. are flow control problems, an ACKing protocol such as xmodem will work 
  58. better than a streaming protocol such as zmodem. Of course rs/sz run 
  59. just fine from the XC command line.
  60.  
  61. Thomas 
  62. (ars KI4N)
  63.  
  64. Replies to: uunet!pyrdc!bimbo!ukelele!tmcwill
  65.  
  66. Note: Jeff Randall who uploaded the code and built the binary can be
  67. reached at Jeff-Randall@uiuc.edu    (thanks Jeff!)
  68.  
  69.