summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-27 16:26:41 +0000
committerBruno Haible <bruno@clisp.org>2001-03-27 16:26:41 +0000
commitb5bb5c135a57de6fbd0e9c8518a78499458e9d3b (patch)
tree65840e2638b9432ee575d71f121d0b66b1cac3a4 /doc
parent7b45ce23a1e3ef4c5ff3c889eca134e326f430b1 (diff)
downloadgperf-b5bb5c135a57de6fbd0e9c8518a78499458e9d3b.tar.gz
Refer to Schmidt's new paper about gperf.
Diffstat (limited to 'doc')
-rw-r--r--doc/gperf.texi20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/gperf.texi b/doc/gperf.texi
index e510ac9..443662c 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -189,7 +189,8 @@ language processing tools, including GNU C, GNU C++, GNU Pascal, GNU
Modula 3, and GNU indent. Complete C++ source code for @code{gperf} is
available via anonymous ftp from @code{ftp://ftp.gnu.org/pub/gnu/gperf/}.
A paper describing @code{gperf}'s design and implementation in greater
-detail is available in the Second USENIX C++ Conference proceedings.
+detail is available in the Second USENIX C++ Conference proceedings
+or from @code{http://www.cs.wustl.edu/~schmidt/resume.html}.
@node Search Structures, Description, Motivation, Top
@chapter Static search structures and GNU @code{gperf}
@@ -977,8 +978,8 @@ lookups (note that the gcc compiler generally produces good code for
@item
In addition to improving the algorithm, it would also be useful to
-generate a C++ class or Ada package as the code output, in addition to
-the current C routines.
+generate an Ada package as the code output, in addition to the current
+C and C++ routines.
@end itemize
@node Implementation, Bibliography, Projects, Top
@@ -1027,19 +1028,22 @@ Hash Functions} Communications of the ACM, 28, 5(December 1985), 523-532
[9] Schmidt, Douglas C. @i{GPERF: A Perfect Hash Function Generator}
Second USENIX C++ Conference Proceedings, April 1990.
-[10] Sebesta, R.W. and Taylor, M.A. @i{Minimal Perfect Hash Functions
+[10] Schmidt, Douglas C. @i{GPERF: A Perfect Hash Function Generator}
+C++ Report, SIGS 10 10 (November/December 1998).
+
+[11] Sebesta, R.W. and Taylor, M.A. @i{Minimal Perfect Hash Functions
for Reserved Word Lists} SIGPLAN Notices, 20, 12(September 1985), 47-53.
-[11] Sprugnoli, R. @i{Perfect Hashing Functions: A Single Probe
+[12] Sprugnoli, R. @i{Perfect Hashing Functions: A Single Probe
Retrieving Method for Static Sets} Communications of the ACM, 20
11(November 1977), 841-850.
-[12] Stallman, Richard M. @i{Using and Porting GNU CC} Free Software Foundation,
+[13] Stallman, Richard M. @i{Using and Porting GNU CC} Free Software Foundation,
1988.
-[13] Stroustrup, Bjarne @i{The C++ Programming Language.} Addison-Wesley, 1986.
+[14] Stroustrup, Bjarne @i{The C++ Programming Language.} Addison-Wesley, 1986.
-[14] Tiemann, Michael D. @i{User's Guide to GNU C++} Free Software
+[15] Tiemann, Michael D. @i{User's Guide to GNU C++} Free Software
Foundation, 1989.
@node Concept Index, , Bibliography, Top