home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / GOFER2,03aBugFix.LHA / Gofer230a / Readme.patch < prev    next >
Encoding:
Text File  |  1994-09-04  |  1.3 KB  |  60 lines

  1.  
  2. This archive contains binary patches that fix a bug in
  3. Ctrl-C handling while Amiga Gofer has switched the console
  4. into raw-mode. The bug made it impossible to break out
  5. of Gofer commands like
  6.  
  7.    ? run (map toUpper)
  8.  
  9. in a reasonable way (i.e, with Ctrl-C).
  10.  
  11. This archive is of no use, of course, unless you have the
  12. Gofer230a.lha archive containing the full AmigaDOS
  13. port of Gofer 2.30a.
  14.  
  15.  
  16.  
  17. Apply the patches in the following way:
  18.  
  19. 1) Copy the file regular-gofer.pch, regular-gofc.pch, and
  20.    regular-runtime.pch to the directory where you keep the
  21.    regular Gofer binaries. You will also need to copy the
  22.    spatch executable to the same directory.
  23.  
  24. 2) CD to the aforementioned directory and issue the
  25.    following commands:
  26.  
  27.     spatch regular-gofer
  28.     spatch regular-gofc
  29.     spatch regular-runtime.o
  30.  
  31.    This will create the files
  32.  
  33.     regular-gofer.new
  34.     regular-gofc.new
  35.     regular-runtime.new
  36.  
  37.    which must be renamed to
  38.  
  39.     regular-gofer
  40.     regular-gofc
  41.  
  42.    and
  43.  
  44.     regular-runtime.o
  45.  
  46.    respectively.
  47.  
  48. 3) Repeat the procedure for the small binaries, i.e.,
  49.    do as above but replace all occurences of the
  50.    string "regular-" with the string "small-" :-)
  51.  
  52. 4) Voila! A new and improved Gofer 2.30a ...
  53.  
  54.  
  55. Apart from the binary patches, the archive contains an updated
  56. diffs file, the gofsplit executable, and a few useful Gofer scripts.
  57.  
  58. Have fun,
  59. Torsten Poulin (torsten@diku.dk)
  60.