From 0414be8ffff530414d6d652e930ff64ee1a508a6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Nov 2016 18:07:43 +0100 Subject: Change mailing list address to . --- ChangeLog | 12 ++++++++++++ README | 2 +- doc/gperf.texi | 2 +- src/options.cc | 4 ++-- src/output.cc | 2 +- tests/c-parse.exp | 2 +- tests/charsets.exp | 2 +- tests/chill.exp | 2 +- tests/cplusplus.exp | 2 +- tests/gpc.exp | 2 +- tests/incomplete.exp | 2 +- tests/java.exp | 2 +- tests/languages.exp | 2 +- tests/modula2.exp | 2 +- tests/objc.exp | 2 +- tests/permut2.exp | 2 +- tests/permut3.exp | 2 +- tests/permutc2.exp | 2 +- tests/test-4.exp | 2 +- tests/test-6.exp | 2 +- 20 files changed, 32 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 072a0ca..48c8d58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2016-11-26 Bruno Haible + + Change mailing list address to . + * src/output.cc (Output::output): Change bug report address to + . + * src/options.cc (Options::long_usage): Likewise. + * README: Likewise. + * doc/gperf.texi (Contributors): Likewise. + * tests/*.{c,exp,out}: Update. + Reported by Eric Blake + at . + 2016-11-26 Bruno Haible Change the 'len' parameter type to 'size_t'. 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 . When +Mail suggestions and bug reports to . 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{}. +to @code{}. @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 and Bruno Haible . @@ -266,7 +266,7 @@ Options::long_usage (FILE * stream) " output to the standard error).\n"); fprintf (stream, "\n"); fprintf (stream, - "Report bugs to .\n"); + "Report bugs to .\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 .\"\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 .\"\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 ." +error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 ." +#error "gperf generated tables don't work with this execution character set. Please report a bug to ." #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 . +Report bugs to . -- cgit v1.2.1