diff --git a/ChangeLog b/ChangeLog index 48234ea..f67f7bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-01-07 Bruno Haible + * src/options.cc (Options::long_usage): Change bug report address to + . + * tests/test-6.exp: Update. + * src/output.cc (USE_DOWNCASE_TABLE): New macro. (output_upperlower_table): New function. (output_upperlower_strcmp, output_upperlower_strncmp, diff --git a/src/options.cc b/src/options.cc index b154578..82495e7 100644 --- a/src/options.cc +++ b/src/options.cc @@ -255,7 +255,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/tests/test-6.exp b/tests/test-6.exp index d0e3f21..86eba89 100644 --- a/tests/test-6.exp +++ b/tests/test-6.exp @@ -132,4 +132,4 @@ Informative output: -d, --debug Enables the debugging option (produces verbose output to the standard error). -Report bugs to . +Report bugs to .