home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 149.lha / UuEnCode&DeCode / POSTER < prev    next >
Text File  |  1988-04-25  |  2KB  |  34 lines

  1. Article 1412 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!nbires!seismo!mnetor!utzoo!utcsri!flaps
  3. From: flaps@utcsri.UUCP (Alan J Rosenthal)
  4. Newsgroups: net.sources,comp.sys.amiga
  5. Subject: uuen/decode with checksums.
  6. Message-ID: <3917@utcsri.UUCP>
  7. Date: 13 Jan 87 05:56:06 GMT
  8. Reply-To: flaps@utcsri.UUCP (Alan J Rosenthal)
  9. Distribution: world
  10. Organization: University of Toronto
  11. Lines: 340
  12. Xref: mcdsun net.sources:319 comp.sys.amiga:1412
  13.  
  14.  
  15. I have made a simple patch which puts a checksum character at the end of each
  16. line.  Files uuencoded with this new uuencode can be uudecoded with the old
  17. uudecode without complaint.  If you use this uudecode on a file uuencoded
  18. with the old uuencode, every line gives a checksum error, so I have made it
  19. report only the first five checksum errors.  Therefore, if you get errors
  20. saying that there is a checksum error on lines 1, 2, 3, 4, and 5, you can
  21. presume that the file you are uudecoding was uuencoded without checksums.
  22.  
  23. To the best of my knowledge uuen/decode are public domain.  If they are not
  24. and I am flamed I will immediately cancel this article and instead post
  25. context diffs or something.  The reason I am posting the programs intact is
  26. that when I context-diffed them the resulting output was considerably
  27. longer than the files themselves.
  28.  
  29. Also: flames to /dev/null if you don't like my sccsids.  I don't know how
  30. they work and don't care; you are free to edit it as required.  "Dash one"
  31. to me means "minor edit #1".
  32.  
  33. -------------------------------- uuencode.c ---------------------------------
  34.