summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-08-20 18:47:53 +0000
committerBruno Haible <bruno@clisp.org>2000-08-20 18:47:53 +0000
commitef96fc419f60ccb6b451b20ea0be6f3ee07dbfa7 (patch)
tree2e47b618ba843e74c1ec7aa5d09f9c4e1302d8b9
parent745d7fc2fb5401bddae806a6a889cc8c9e5646c2 (diff)
downloadgperf-ef96fc419f60ccb6b451b20ea0be6f3ee07dbfa7.tar.gz
Update for 2.7.2.
-rw-r--r--NEWS10
-rw-r--r--doc/gperf.12
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28ddd4c..9a2877f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+New in 2.7.2:
+
+* Keywords may now be enclosed in double quotes; this permits the use of
+ '#', ',', space or NUL inside keywords.
+* Bug fixes.
+
+New in 2.7.1:
+
+* Added option "-F" for gcc.
+
New in 2.7:
* gperf is now a stand-alone package, untied from libg++.
diff --git a/doc/gperf.1 b/doc/gperf.1
index aa65ecf..7a4117a 100644
--- a/doc/gperf.1
+++ b/doc/gperf.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH GPERF "1" "August 2000" "GNU gperf 2.7" FSF
+.TH GPERF "1" "August 2000" "GNU gperf 2.7.2" FSF
.SH NAME
gperf \- generate a perfect hash function from a key set
.SH SYNOPSIS