1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Update bug report address.

This commit is contained in:
Bruno Haible
2003-04-25 10:16:38 +00:00
parent 2598419bcf
commit d267e31dea
3 changed files with 6 additions and 2 deletions

View File

@@ -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,

View File

@@ -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. */

View File

@@ -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>.