home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 278.lha / Patch_v0.91 / README.AMIGA < prev    next >
Text File  |  1989-08-06  |  2KB  |  49 lines

  1. Patch v0.91
  2. -----------
  3. July 20, 1989
  4.  
  5. I looked on PLINK, GENIE, and local BBS's, but could not find a version of
  6. Patch that ran on the Amiga. It may have already been done. If not, it only
  7. took a weekend to port it, so what the heck?
  8.  
  9. This is PATCH, a Unix program which, when given a list of differences
  10. between an old version and a new version (in Unix "diff" format) will patch
  11. source code (old version) to be the same as the new version. This is an
  12. alpha test release of Amiga version .90. I have tested it rudimentarily (by
  13. using patch to patch itself up to patchlevel 12), but it is by no means
  14. completely tested.
  15.  
  16. Problem reports: Voice: 318-984-1820  Bix: egreen. I have a PLINK account
  17. under the name "elg" which is rarely used. If you want to contact me about
  18. problems with this software, the best thing to do would be to call, send
  19. Bix mail, or send US Mail to
  20.  
  21.                Eric Green
  22.                P.O. Box 92191
  23.                Lafayette, LA 70509
  24.  
  25. NOTE: This software is copyrighted by Larry Wall, with the exception of my
  26. "chdir" routine which is in the public domain. All my changes become
  27. property of Larry Wall by provision of copyright law. If you wish to
  28. discuss legal aspects of use or distribution of this software, talk to
  29. Larry.
  30.  
  31. NOTE 2: As I mentioned, I have applied 12 released patches to this
  32. software. If Larry has released further patches, I'd appreciate knowing
  33. about them, so I can bring AmigaPatch up to snuff with Larry's changes.
  34.  
  35. NOTE 3: This is NOT shareware. It's Larry's program, and even if it wasn't,
  36. the port was far too trivial to charge money for.
  37.  
  38. Known bugs: When trying to patch a file which does not exist, e.g. a new
  39. file has been added to the distribution, AmigaPatch does the choke'n'puke.
  40.  
  41. Read the file "patch.man" for Larry Wall's documentation. I compiled this
  42. with Manx. I don't know how it'd do under Lettuce, since I don't have it
  43. (yet -- 10-20% code size improvements look tempting, sigh, if only I wasn't
  44. a poor college student...).
  45.  
  46. Changes, version 0.90 to 0.91: added "chdir" routine, re-enabled
  47. that particular option of patch. Does it work? HowdoIknow?
  48.  
  49.