home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnugrep.zip / MANIFEST < prev    next >
Text File  |  1993-05-23  |  1KB  |  35 lines

  1. AUTHORS            List of authors and other contributors.
  2. ChangeLog        Revision history of this program.
  3. COPYING            Terms for redistribution.
  4. INSTALL            Compilation and installation instructions.
  5. INSTALL.VMS        VMS instructions.
  6. MANIFEST        This file.
  7. Makefile.in        Source for the Makefile produced by 'configure'.
  8. NEWS            History of major changes since the last release.
  9. PROJECTS        Useful things to do.
  10. README            Overview.
  11. alloca.c        Doug Gwyn's C alloca() emulation.
  12. configure        Configuration script used in installation.
  13. configure.in        Input to autoconf to produce configure.
  14. dfa.c            Deterministic regexp matcher.
  15. dfa.h            Interface to dfa.c.
  16. getopt.c        Argument parser.
  17. getopt.h        Declarations for getopt.c.
  18. getpagesize.h        Portability hack for getpagesize().
  19. grep.c            Main program.
  20. grep.h            Interface to grep.c for searching subroutines.
  21. grep.man        Manual page (nroff -man).
  22. kwset.c            Fixed string keyword set matcher.
  23. kwset.h            Interface to kwset.c.
  24. make.com        VMS command script to build grep.
  25. obstack.c        Stack-oriented allocation subroutines.
  26. obstack.h        Stack-oriented allocation macros.
  27. regex.c            Backtracking regexp matcher.
  28. regex.h            Interface to regex.c and syntax flags shared by dfa.c.
  29. search.c        Interface from grep to all the matchers.
  30. tests/check.sh        Driver shell script for the tests.
  31. tests/khadafy.lines    How many ways can you spell Khaddafy?
  32. tests/khadafy.regexp    Moby regexp matching the all of them.
  33. tests/scriptgen.awk    Test script generator.
  34. tests/spencer.tests    Input for scriptgen.
  35.