home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff295.lzh / GnuGrep / README < prev    next >
Text File  |  1989-12-27  |  3KB  |  83 lines

  1. This version of GNU Grep was posted to BIX.  Below is the description
  2. from the BIX listings area.
  3.  
  4.     ggrep.zoo 129024 Approx time (min):133 at 300 baud, 33 at 1200 baud
  5.     Contributed by: egreen  Date: Sun Dec 24 02:48:20 1989
  6.     Latest GNU GREP off of MIT-PREP, modified to use decent amount of
  7.     stack. This one only uses 4-5K of stack, instead of 25K like the
  8.     previous version. This is GNU Grep version 1.5, which fixes two
  9.     minor problems with GNU Grep version 1.4 (on which the previous
  10.     Amiga version was based) -- it returns the correct return code
  11.     for # of matches, and if you compile it -dEGREP, it now doesn't
  12.     have to be named "egrep" for that option to actually mean
  13.     something.
  14.     Keywords: $binary fsf gnu, grep, search, unix,
  15.     Download count: 11
  16.  
  17. Below is a slightly reformatted version of the README file that Eric
  18. included in his distribution:
  19.  
  20.     I hate to add to the plethora of README files afflicting this
  21.     release, but....
  22.  
  23.     Welcome. This is the latest GNU EGREP version 1.5 straight off of
  24.     MIT-PREP, with a few modifications here and there to make it live
  25.     in a decent amount of stack. The original needed at least 25K of
  26.     stack to run. This one needs around 6K or so.
  27.  
  28.     This version is compiled with Lattice "C" version 5.02. I have
  29.     written a Lmkfile for "lmk". This one works with "lmk", for some
  30.     odd reason ("lmk" has some silly bugs, at least in 5.02).
  31.  
  32.     If you find bugs, please report them to me, Eric Green, at:
  33.  
  34.         elg@attctc.UUCP
  35.         egreen (BIX)
  36.         P.O. Box 92191
  37.         Lafayette, LA 70509
  38.         (318) 984-1820
  39.  
  40.     I'll try to duplicate them in "virgin" GNU code on a BSD system,
  41.     and see if they're inherent in the code, or problems with the
  42.     Amiga port. That way we won't bother the GNU folks with problems
  43.     with my own programming.
  44.  
  45. And finally, here is the original README file sent in with Jonathan Hue's
  46. submission of an earlier version of GnuGrep:
  47.  
  48.     This is the GNU projects grep program.  It replaces grep, fgrep,
  49.     egrep, and bmgrep.  The only changes I made were those required
  50.     to get it to compile and run correctly on the Amiga.  I also forced
  51.     the code to go through a common clean up and exit function as I am
  52.     still unconvinced Lattice C 5.02 cleans up properly in all
  53.     situations.
  54.  
  55.     Even though it is twice the size of the grep that comes with Lattice
  56.     C, it is far faster, and offers many more features.
  57.  
  58.     The egrep binary was created with the following command line:
  59.     lc -L -DUSG -DEGREP egrep.c alloca.c dfa.c getopt.c regex.c
  60.  
  61.     This means it uses the characters under the EGREP column in the man
  62.     page.  Egrep needs about 15K of stack space.
  63.  
  64.     Jonathan Hue
  65.     uunet!jvc!jonathan
  66.  
  67. Here is a list (in alphabetical order) of some of the people who have
  68. worked on GNU Grep or the Amiga versions:
  69.  
  70.     Scott Anderson
  71.     Eric Green
  72.     Doug Gwyn
  73.     Mike Haertel
  74.     Jonathan Hue
  75.     Arthur Olson
  76.     Henry Spencer
  77.     Richard Stallman
  78.     James Woods
  79.  
  80. Have Fun!
  81. -Fred  ><>
  82.  27-Dec-89
  83.