mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Update bug report address.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
2003-01-07 Bruno Haible <bruno@clisp.org>
|
2003-01-07 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* src/options.cc (Options::long_usage): Change bug report address to
|
||||||
|
<bug-gnu-gperf@gnu.org>.
|
||||||
|
* tests/test-6.exp: Update.
|
||||||
|
|
||||||
* src/output.cc (USE_DOWNCASE_TABLE): New macro.
|
* src/output.cc (USE_DOWNCASE_TABLE): New macro.
|
||||||
(output_upperlower_table): New function.
|
(output_upperlower_table): New function.
|
||||||
(output_upperlower_strcmp, output_upperlower_strncmp,
|
(output_upperlower_strcmp, output_upperlower_strncmp,
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ Options::long_usage (FILE * stream)
|
|||||||
" output to the standard error).\n");
|
" output to the standard error).\n");
|
||||||
fprintf (stream, "\n");
|
fprintf (stream, "\n");
|
||||||
fprintf (stream,
|
fprintf (stream,
|
||||||
"Report bugs to <bug-gnu-utils@gnu.org>.\n");
|
"Report bugs to <bug-gnu-gperf@gnu.org>.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prints the given options. */
|
/* Prints the given options. */
|
||||||
|
|||||||
@@ -132,4 +132,4 @@ Informative output:
|
|||||||
-d, --debug Enables the debugging option (produces verbose
|
-d, --debug Enables the debugging option (produces verbose
|
||||||
output to the standard error).
|
output to the standard error).
|
||||||
|
|
||||||
Report bugs to <bug-gnu-utils@gnu.org>.
|
Report bugs to <bug-gnu-gperf@gnu.org>.
|
||||||
|
|||||||
Reference in New Issue
Block a user