Blame README

Packit Service 973b1a
This is GNU gperf. It is a program that generates perfect hash
Packit Service 973b1a
functions for sets of key words.  A perfect hash function is:
Packit Service 973b1a
Packit Service 973b1a
          A hash function and a data structure that allows 
Packit Service 973b1a
          recognition of a key word in a set of words using 
Packit Service 973b1a
          exactly 1 probe into the data structure.
Packit Service 973b1a
Packit Service 973b1a
The doc/gperf.html file explains how the program works, the form of
Packit Service 973b1a
the input, what options are available, and hints on choosing the best
Packit Service 973b1a
options for particular key words set.
Packit Service 973b1a
Packit Service 973b1a
See the file NEWS for a list of major changes in the current release.
Packit Service 973b1a
Packit Service 973b1a
See the file INSTALL for compilation and installation instructions.
Packit Service 973b1a
Packit Service 973b1a
Output from the GPERF program is used to recognize reserved words in
Packit Service 973b1a
the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU
Packit Service 973b1a
indent program.
Packit Service 973b1a
Packit Service 973b1a
For general documentation on the coding and usage standards
Packit Service 973b1a
this distribution follows, see the GNU standards document
Packit Service 973b1a
ftp://ftp.gnu.org/pub/gnu/standards.*, especially the 'Makefile
Packit Service 973b1a
Conventions', 'Configuration', and 'User Interfaces' sections.
Packit Service 973b1a
Packit Service 973b1a
Mail suggestions and bug reports to <bug-gperf@gnu.org>.  When
Packit Service 973b1a
reporting bugs, please include in the subject line the package name
Packit Service 973b1a
and version (output of 'gperf --version') for which you found a problem.
Packit Service 973b1a