No description
Find a file
Bruno Haible 38ddb4c4e4 doc: Prefer texi2html-generated HTML documentation.
* doc/Makefile.in (install): Install gperf.t2h.html.
(DISTRIBUTED_BUILT_FILES): Add gperf.t2h.html.
2026-02-24 09:10:00 +01:00
build-aux build: Use more gnulib modules. 2025-04-16 22:28:11 +02:00
doc doc: Prefer texi2html-generated HTML documentation. 2026-02-24 09:10:00 +01:00
lib Optimize: Use a hash table in compute_partition. 2025-04-19 15:03:10 +02:00
src Fix -Wshadow=compatible-local warnings. 2025-04-26 14:45:56 +02:00
tests Release gperf-3.3. 2025-04-20 14:07:11 +02:00
.gitattributes Specify custom merge drivers. 2009-07-02 10:31:10 +02:00
.gitignore Move build infrastructure files to build-aux/. 2012-07-01 16:44:26 +02:00
.gitmodules build: Use gnulib-tool with a module list. 2025-04-16 22:05:58 +02:00
aclocal.m4 Remove outdated Autoconf macro. 2024-04-04 15:10:51 +02:00
AUTHORS Update copyright notice to GPL v2. 2002-11-25 13:05:18 +00:00
autogen.sh Mark automake 1.18 as supported. 2025-05-31 14:27:11 +02:00
autopull.sh build: Use gnulib-tool with a module list. 2025-04-16 22:05:58 +02:00
ChangeLog doc: Tweak printed output. 2026-02-17 11:04:59 +01:00
configure.ac Fix warnings from Autoconf 2.69c. 2020-10-05 00:45:25 +02:00
COPYING Switch to GPLv3. 2008-08-23 18:53:58 +00:00
DEPENDENCIES Add some developer documentation. 2025-04-20 20:43:26 +02:00
gitsub.sh Update gitsub.sh. 2025-09-13 00:57:02 +02:00
HACKING Add some developer documentation. 2025-04-20 20:43:26 +02:00
INSTALL Assume UTF-8 for plain text. 2023-06-23 11:42:17 +02:00
INSTALL.windows Update the installation instructions for Windows. 2023-06-29 15:12:05 +02:00
JOIN-GNU Add GNU Project notice. 2022-05-23 00:56:50 +02:00
Makefile.devel build: Use gnulib-tool with a module list. 2025-04-16 22:05:58 +02:00
Makefile.in Add some developer documentation. 2025-04-20 20:43:26 +02:00
NEWS Release gperf-3.3. 2025-04-20 14:07:11 +02:00
README Add GNU Project notice. 2022-05-23 00:56:50 +02:00

This is GNU gperf. It is a program that generates perfect hash
functions for sets of key words.  A perfect hash function is:

          A hash function and a data structure that allows 
          recognition of a key word in a set of words using 
          exactly 1 probe into the data structure.

The doc/gperf.html file explains how the program works, the form of
the input, what options are available, and hints on choosing the best
options for particular key words set.

See the file NEWS for a list of major changes in the current release.

See the file INSTALL for compilation and installation instructions.

See the file JOIN-GNU to read how you can join the GNU project.

Output from the GPERF program is used to recognize reserved words in
the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU
indent program.

For general documentation on the coding and usage standards
this distribution follows, see the GNU standards document
https://www.gnu.org/prep/standards/standards.html, especially the
sections 'Makefile Conventions', 'How Configuration Should Work',
and 'Standards for Interfaces Generally'.

Mail suggestions and bug reports to <bug-gperf@gnu.org>.  When
reporting bugs, please include in the subject line the package name
and version (output of 'gperf --version') for which you found a problem.