home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rcs / rcs56src / source / patch / readme < prev    next >
Encoding:
Text File  |  1991-12-24  |  3.6 KB  |  84 lines

  1. Note: This version of patch contains modifications made by the Free
  2. Software Foundation, summarized in the file ChangeLog.  Primarily they
  3. are to support the unified context diff format that GNU diff can
  4. produce, but they also include some fixes for other bugs.  The FSF is
  5. distributing this version of patch itself because, as of this writing,
  6. Larry has not released a new version of patch since mid-1988.  I have
  7. heard that he has been too busy working on other things, like Perl.
  8. Please send bug reports for this version of patch to
  9. bug-gnu-utils@prep.ai.mit.edu as well as to Larry.
  10.  --djm@gnu.ai.mit.edu (David MacKenzie)
  11.  
  12.             Patch Kit, Version 2.0
  13.  
  14.             Copyright (c) 1988, Larry Wall
  15.  
  16. You may copy the patch kit in whole or in part as long as you don't try to
  17. make money off it, or pretend that you wrote it.
  18. --------------------------------------------------------------------------
  19.  
  20. Please read all the directions below before you proceed any further, and
  21. then follow them carefully.  Failure to do so may void your warranty. :-)
  22.  
  23. After you have unpacked your kit, you should have all the files listed
  24. in MANIFEST.
  25.  
  26. Installation
  27.  
  28. 1)  Run Configure.  This will figure out various things about your system.
  29.     Some things Configure will figure out for itself, other things it will
  30.     ask you about.  It will then proceed to make config.h, config.sh, and
  31.     Makefile.
  32.  
  33.     You might possibly have to trim # comments from the front of Configure
  34.     if your sh doesn't handle them, but all other # comments will be taken
  35.     care of.
  36.  
  37.     If you don't have sh, you'll have to rip the prototype of config.h out
  38.     of Configure and generate the defines by hand.
  39.  
  40. 2)  Glance through config.h to make sure system dependencies are correct.
  41.     Most of them should have been taken care of by running the Configure script.
  42.  
  43.     If you have any additional changes to make to the C definitions, they
  44.     can be done in the Makefile, or in config.h.  Bear in mind that they may
  45.     get undone next time you run Configure.
  46.  
  47. 3)  make
  48.  
  49.     This will attempt to make patch in the current directory.
  50.  
  51. 4)  make install
  52.  
  53.     This will put patch into a public directory (normally /usr/local/bin).
  54.     It will also try to put the man pages in a reasonable place.  It will not
  55.     nroff the man page, however.
  56.  
  57. 5)  Read the manual entry before running patch.
  58.  
  59. 6)  IMPORTANT!  Help save the world!  Communicate any problems and
  60.     suggested patches to me, lwall@netlabs.com (Larry Wall),
  61.     so we can keep the world in sync.  If you have a problem, there's
  62.     someone else out there who either has had or will have the same problem.
  63.  
  64.     If possible, send in patches such that the patch program will apply them.
  65.     Context diffs are the best, then normal diffs.  Don't send ed scripts--
  66.     I've probably changed my copy since the version you have.
  67.  
  68.     Watch for patch patches in net.sources.bugs.  Patches will generally be
  69.     in a form usable by the patch program.  If you are just now bringing up
  70.     patch and aren't sure how many patches there are, write to me and I'll
  71.     send any you don't have.  Your current patch level is shown in patchlevel.h.
  72.  
  73.  
  74. NEW FEATURES IN THIS RELEASE
  75.  
  76. (Correct) support for 4.3bsd-style context diffs.
  77. Files can be created from scratch.
  78. You can specify a fuzz-factor for context matching.
  79. You can force patch to ask no questions.
  80. You can specify how much of the leading pathname to strip off filenames.
  81. Uses a Configure script for greater portability.
  82. You are now asked if you want to apply a reversed patch.
  83. No limit (apart from memory) on the size of hunks.
  84.