home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / FGRE11AS.ZIP / README.DOS < prev    next >
Encoding:
Text File  |  1992-02-22  |  1.2 KB  |  33 lines

  1. # readme. - GNUish MS-DOS fgrep                    -*-Text-*-
  2. # Copyright (C) 1990 Free Software Foundation, Inc.
  3. # Copyright (C) 1990 by Thorsten Ohl, ohl@gnu.ai.mit.edu
  4.  
  5. This is GNU fgrep version 1.1 for MS-DOS.
  6.  
  7. SOURCE CODE
  8.  
  9. The makefile assumes that you have a copy of the gnulib, which
  10. contains ports of several general purpose (regular expressions,
  11. directory access, filename globbing, etc.) GNU functions for MS-DOS.
  12. You can get it from the same place where you picled up this archive.
  13.  
  14. GNU fgrep is known to compile with Microsoft C Version 5.1 or 6.0.
  15. Reports of successful compilation by other compilers (and the
  16. eventually necessary context diffs) are very much appreciated.
  17.  
  18. Note that the obstacks are *not* working yet with far pointers.  If
  19. you want to use fgrep for larger keyword sets (>40) you need far
  20. pointers and have to use ordinary malloc ().  We hope to fix this in
  21. the near future.
  22.  
  23.  
  24. EXECUTABLE CODE
  25.  
  26. For convenience, ready-to-execute binaries are also provided for those
  27. who do not have the necessary compilers, or do not feel like using
  28. them.  User documentation is usually not provided, at least for now,
  29. beyond the documentation provided in the official GNU distribution.
  30.  
  31. Thorsten Ohl
  32. ohl@gnu.ai.mit.edu
  33.