summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-26 18:07:43 +0100
committerBruno Haible <bruno@clisp.org>2016-11-26 18:08:57 +0100
commit0414be8ffff530414d6d652e930ff64ee1a508a6 (patch)
tree6caaaabf254b0034a11b8762c6c0ccecc7d16b4d
parentd519d1a821511eaa22eae6d9019a548aea21e6d3 (diff)
downloadgperf-0414be8ffff530414d6d652e930ff64ee1a508a6.tar.gz
Change mailing list address to <bug-gperf@gnu.org>.
-rw-r--r--ChangeLog12
-rw-r--r--README2
-rw-r--r--doc/gperf.texi2
-rw-r--r--src/options.cc4
-rw-r--r--src/output.cc2
-rw-r--r--tests/c-parse.exp2
-rw-r--r--tests/charsets.exp2
-rw-r--r--tests/chill.exp2
-rw-r--r--tests/cplusplus.exp2
-rw-r--r--tests/gpc.exp2
-rw-r--r--tests/incomplete.exp2
-rw-r--r--tests/java.exp2
-rw-r--r--tests/languages.exp2
-rw-r--r--tests/modula2.exp2
-rw-r--r--tests/objc.exp2
-rw-r--r--tests/permut2.exp2
-rw-r--r--tests/permut3.exp2
-rw-r--r--tests/permutc2.exp2
-rw-r--r--tests/test-4.exp2
-rw-r--r--tests/test-6.exp2
20 files changed, 32 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 072a0ca..48c8d58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2016-11-26 Bruno Haible <bruno@clisp.org>
+ Change mailing list address to <bug-gperf@gnu.org>.
+ * src/output.cc (Output::output): Change bug report address to
+ <bug-gperf@gnu.org>.
+ * src/options.cc (Options::long_usage): Likewise.
+ * README: Likewise.
+ * doc/gperf.texi (Contributors): Likewise.
+ * tests/*.{c,exp,out}: Update.
+ Reported by Eric Blake <eblake@redhat.com>
+ at <http://lists.gnu.org/archive/html/bug-gperf/2014-10/msg00000.html>.
+
+2016-11-26 Bruno Haible <bruno@clisp.org>
+
Change the 'len' parameter type to 'size_t'.
* src/output.cc (output_upperlower_strncmp, output_upperlower_memcmp,
Output::output_hash_function, Output::output_lookup_function,
diff --git a/README b/README
index 26173bf..1351f81 100644
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ this distribution follows, see the GNU standards document
ftp://ftp.gnu.org/pub/gnu/standards.*, especially the 'Makefile
Conventions', 'Configuration', and 'User Interfaces' sections.
-Mail suggestions and bug reports to <bug-gnu-gperf@gnu.org>. When
+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.
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 64f08ba..a1dd1a2 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -179,7 +179,7 @@ Bostic's algorithm written in C, and distributed to net.sources around
1984. The current program is a heavily modified, enhanced, and extended
implementation of Keith's basic idea, created at the University of
California, Irvine. Bugs, patches, and suggestions should be reported
-to @code{<bug-gnu-gperf@@gnu.org>}.
+to @code{<bug-gperf@@gnu.org>}.
@item
Special thanks is extended to Michael Tiemann and Doug Lea, for
diff --git a/src/options.cc b/src/options.cc
index 81a44a6..9e4229e 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -1,5 +1,5 @@
/* Handles parsing the Options provided to the user.
- Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -266,7 +266,7 @@ Options::long_usage (FILE * stream)
" output to the standard error).\n");
fprintf (stream, "\n");
fprintf (stream,
- "Report bugs to <bug-gnu-gperf@gnu.org>.\n");
+ "Report bugs to <bug-gperf@gnu.org>.\n");
}
/* Prints the given options. */
diff --git a/src/output.cc b/src/output.cc
index abb9bb5..3174b8a 100644
--- a/src/output.cc
+++ b/src/output.cc
@@ -2123,7 +2123,7 @@ Output::output ()
" && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \\\n"
" && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))\n"
"/* The character set is not based on ISO-646. */\n");
- printf ("%s \"gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>.\"\n", option[KRC] || option[C] ? "error" : "#error");
+ printf ("%s \"gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>.\"\n", option[KRC] || option[C] ? "error" : "#error");
printf ("#endif\n\n");
}
diff --git a/tests/c-parse.exp b/tests/c-parse.exp
index 613d820..f3d7d66 100644
--- a/tests/c-parse.exp
+++ b/tests/c-parse.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/charsets.exp b/tests/charsets.exp
index 2f008bd..6664230 100644
--- a/tests/charsets.exp
+++ b/tests/charsets.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/chill.exp b/tests/chill.exp
index 18fb2aa..1fdf1a0 100644
--- a/tests/chill.exp
+++ b/tests/chill.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
struct resword {
diff --git a/tests/cplusplus.exp b/tests/cplusplus.exp
index 5f28621..e6e2c9a 100644
--- a/tests/cplusplus.exp
+++ b/tests/cplusplus.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/gpc.exp b/tests/gpc.exp
index b01f40a..3e416e2 100644
--- a/tests/gpc.exp
+++ b/tests/gpc.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/incomplete.exp b/tests/incomplete.exp
index 65e8ea5..d579ccf 100644
--- a/tests/incomplete.exp
+++ b/tests/incomplete.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
struct month;
diff --git a/tests/java.exp b/tests/java.exp
index f9e49f2..f79b616 100644
--- a/tests/java.exp
+++ b/tests/java.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/languages.exp b/tests/languages.exp
index 8e801d6..9c7aea0 100644
--- a/tests/languages.exp
+++ b/tests/languages.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/modula2.exp b/tests/modula2.exp
index c58bc6e..149f5e9 100644
--- a/tests/modula2.exp
+++ b/tests/modula2.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/objc.exp b/tests/objc.exp
index 7bd0612..8fff614 100644
--- a/tests/objc.exp
+++ b/tests/objc.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/permut2.exp b/tests/permut2.exp
index 9d8e224..45f2518 100644
--- a/tests/permut2.exp
+++ b/tests/permut2.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/permut3.exp b/tests/permut3.exp
index cfae620..0b26dd2 100644
--- a/tests/permut3.exp
+++ b/tests/permut3.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/permutc2.exp b/tests/permutc2.exp
index 083e790..11aa9e8 100644
--- a/tests/permutc2.exp
+++ b/tests/permutc2.exp
@@ -26,7 +26,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/test-4.exp b/tests/test-4.exp
index c53b0d7..090fbf7 100644
--- a/tests/test-4.exp
+++ b/tests/test-4.exp
@@ -25,7 +25,7 @@
&& ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
&& ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646. */
-#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
+#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif
diff --git a/tests/test-6.exp b/tests/test-6.exp
index 19b0926..dd6ea72 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -137,4 +137,4 @@ Informative output:
-d, --debug Enables the debugging option (produces verbose
output to the standard error).
-Report bugs to <bug-gnu-gperf@gnu.org>.
+Report bugs to <bug-gperf@gnu.org>.