1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Doc regenerated for 2.7.2.

This commit is contained in:
Bruno Haible
2000-09-26 13:48:17 +00:00
parent e57e4e84ad
commit 98ccd377f1
18 changed files with 3128 additions and 2470 deletions

View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
.TH GPERF "1" "August 2000" "GNU gperf 2.7.2" FSF .TH GPERF "1" "September 2000" "GNU gperf 2.7.2" FSF
.SH NAME .SH NAME
gperf \- generate a perfect hash function from a key set gperf \- generate a perfect hash function from a key set
.SH SYNOPSIS .SH SYNOPSIS

Binary file not shown.

View File

@@ -1,14 +1,14 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator</TITLE> <TITLE>Perfect Hash Function Generator</TITLE>
</HEAD> </HEAD>
<BODY> <BODY>
<H1>User's Guide to <CODE>gperf</CODE> 2.7.2</H1> <H1>User's Guide to <CODE>gperf</CODE> 2.7.2</H1>
<H2>The GNU Perfect Hash Function Generator</H2> <H2>The GNU Perfect Hash Function Generator</H2>
<H2>Edition 2.7.2, 20 August 2000</H2> <H2>Edition 2.7.2, 26 September 2000</H2>
<ADDRESS>Douglas C. Schmidt</ADDRESS> <ADDRESS>Douglas C. Schmidt</ADDRESS>
<P> <P>
<P><HR><P> <P><HR><P>
@@ -511,7 +511,8 @@ Bostic's algorithm written in C, and distributed to net.sources around
1984. The current program is a heavily modified, enhanced, and extended 1984. The current program is a heavily modified, enhanced, and extended
implementation of Keith's basic idea, created at the University of implementation of Keith's basic idea, created at the University of
California, Irvine. Bugs, patches, and suggestions should be reported California, Irvine. Bugs, patches, and suggestions should be reported
to <CODE>&#60;bug-gnu-utils@gnu.org&#62;</CODE>. to both <CODE>&#60;bug-gnu-utils@gnu.org&#62;</CODE> and
<CODE>&#60;gperf-bugs@lists.sourceforge.net&#62;</CODE>.
<LI> <LI>
@@ -1656,7 +1657,7 @@ Foundation, 1989.
</P> </P>
<P><HR><P> <P><HR><P>
This document was generated on 20 August 2000 using the This document was generated on 26 September 2000 using the
<A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A> <A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A>
translator version 1.51.</P> translator version 1.51.</P>
</BODY> </BODY>

View File

@@ -452,8 +452,8 @@ Contributors to GNU `gperf' Utility
net.sources around 1984. The current program is a heavily net.sources around 1984. The current program is a heavily
modified, enhanced, and extended implementation of Keith's basic modified, enhanced, and extended implementation of Keith's basic
idea, created at the University of California, Irvine. Bugs, idea, created at the University of California, Irvine. Bugs,
patches, and suggestions should be reported to patches, and suggestions should be reported to both
`<bug-gnu-utils@gnu.org>'. `<bug-gnu-utils@gnu.org>' and `<gperf-bugs@lists.sourceforge.net>'.
* Special thanks is extended to Michael Tiemann and Doug Lea, for * Special thanks is extended to Michael Tiemann and Doug Lea, for
providing a useful compiler, and for giving me a forum to exhibit providing a useful compiler, and for giving me a forum to exhibit
@@ -1365,25 +1365,25 @@ Tag Table:
Node: Top1236 Node: Top1236
Node: Copying3130 Node: Copying3130
Node: Contributors22321 Node: Contributors22321
Node: Motivation23534 Node: Motivation23580
Node: Search Structures24610 Node: Search Structures24656
Node: Description28155 Node: Description28201
Node: Input Format30056 Node: Input Format30102
Node: Declarations30898 Node: Declarations30944
Node: Keywords33222 Node: Keywords33268
Node: Functions34977 Node: Functions35023
Node: Output Format35471 Node: Output Format35517
Node: Binary Strings38067 Node: Binary Strings38113
Node: Options39073 Node: Options39119
Node: Input Details39779 Node: Input Details39825
Node: Output Language40844 Node: Output Language40890
Node: Output Details42148 Node: Output Details42194
Node: Algorithmic Details46796 Node: Algorithmic Details46842
Node: Verbosity54238 Node: Verbosity54284
Node: Bugs54941 Node: Bugs54987
Node: Projects57169 Node: Projects57215
Node: Implementation58746 Node: Implementation58792
Node: Bibliography59463 Node: Bibliography59509
Node: Concept Index61406 Node: Concept Index61452
 
End Tag Table End Tag Table

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
@c some day we should @include version.texi instead of defining @c some day we should @include version.texi instead of defining
@c these values at hand. @c these values at hand.
@set UPDATED 20 August 2000 @set UPDATED 26 September 2000
@set EDITION 2.7.2 @set EDITION 2.7.2
@set VERSION 2.7.2 @set VERSION 2.7.2
@c --------------------- @c ---------------------
@@ -154,7 +154,8 @@ Bostic's algorithm written in C, and distributed to net.sources around
1984. The current program is a heavily modified, enhanced, and extended 1984. The current program is a heavily modified, enhanced, and extended
implementation of Keith's basic idea, created at the University of implementation of Keith's basic idea, created at the University of
California, Irvine. Bugs, patches, and suggestions should be reported California, Irvine. Bugs, patches, and suggestions should be reported
to @code{<bug-gnu-utils@@gnu.org>}. to both @code{<bug-gnu-utils@@gnu.org>} and
@code{<gperf-bugs@@lists.sourceforge.net>}.
@item @item
Special thanks is extended to Michael Tiemann and Doug Lea, for Special thanks is extended to Michael Tiemann and Doug Lea, for

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - GNU GENERAL PUBLIC LICENSE</TITLE> <TITLE>Perfect Hash Function Generator - GNU GENERAL PUBLIC LICENSE</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 8 Bibliography</TITLE> <TITLE>Perfect Hash Function Generator - 8 Bibliography</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - Concept Index</TITLE> <TITLE>Perfect Hash Function Generator - Concept Index</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - Contributors to GNU gperf Utility</TITLE> <TITLE>Perfect Hash Function Generator - Contributors to GNU gperf Utility</TITLE>
</HEAD> </HEAD>
@@ -25,7 +25,8 @@ Bostic's algorithm written in C, and distributed to net.sources around
1984. The current program is a heavily modified, enhanced, and extended 1984. The current program is a heavily modified, enhanced, and extended
implementation of Keith's basic idea, created at the University of implementation of Keith's basic idea, created at the University of
California, Irvine. Bugs, patches, and suggestions should be reported California, Irvine. Bugs, patches, and suggestions should be reported
to <CODE>&#60;bug-gnu-utils@gnu.org&#62;</CODE>. to both <CODE>&#60;bug-gnu-utils@gnu.org&#62;</CODE> and
<CODE>&#60;gperf-bugs@lists.sourceforge.net&#62;</CODE>.
<LI> <LI>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 1 Introduction</TITLE> <TITLE>Perfect Hash Function Generator - 1 Introduction</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 2 Static search structures and GNU gperf</TITLE> <TITLE>Perfect Hash Function Generator - 2 Static search structures and GNU gperf</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 3 High-Level Description of GNU gperf</TITLE> <TITLE>Perfect Hash Function Generator - 3 High-Level Description of GNU gperf</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 4 Invoking gperf</TITLE> <TITLE>Perfect Hash Function Generator - 4 Invoking gperf</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 5 Known Bugs and Limitations with gperf</TITLE> <TITLE>Perfect Hash Function Generator - 5 Known Bugs and Limitations with gperf</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 6 Things Still Left to Do</TITLE> <TITLE>Perfect Hash Function Generator - 6 Things Still Left to Do</TITLE>
</HEAD> </HEAD>

View File

@@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - 7 Implementation Details of GNU gperf</TITLE> <TITLE>Perfect Hash Function Generator - 7 Implementation Details of GNU gperf</TITLE>
</HEAD> </HEAD>

View File

@@ -1,14 +1,14 @@
<HTML> <HTML>
<HEAD> <HEAD>
<!-- This HTML file has been created by texi2html 1.51 <!-- This HTML file has been created by texi2html 1.51
from gperf.texi on 20 August 2000 --> from gperf.texi on 26 September 2000 -->
<TITLE>Perfect Hash Function Generator - Table of Contents</TITLE> <TITLE>Perfect Hash Function Generator - Table of Contents</TITLE>
</HEAD> </HEAD>
<BODY> <BODY>
<H1>User's Guide to <CODE>gperf</CODE> 2.7.2</H1> <H1>User's Guide to <CODE>gperf</CODE> 2.7.2</H1>
<H2>The GNU Perfect Hash Function Generator</H2> <H2>The GNU Perfect Hash Function Generator</H2>
<H2>Edition 2.7.2, 20 August 2000</H2> <H2>Edition 2.7.2, 26 September 2000</H2>
<ADDRESS>Douglas C. Schmidt</ADDRESS> <ADDRESS>Douglas C. Schmidt</ADDRESS>
<P> <P>
<P><HR><P> <P><HR><P>
@@ -47,7 +47,7 @@
<LI><A NAME="TOC24" HREF="gperf_11.html#SEC24">Concept Index</A> <LI><A NAME="TOC24" HREF="gperf_11.html#SEC24">Concept Index</A>
</UL> </UL>
<P><HR><P> <P><HR><P>
This document was generated on 20 August 2000 using the This document was generated on 26 September 2000 using the
<A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A> <A HREF="http://wwwcn.cern.ch/dci/texi2html/">texi2html</A>
translator version 1.51.</P> translator version 1.51.</P>
</BODY> </BODY>