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

New option --output-file.

This commit is contained in:
Bruno Haible
2003-01-28 12:18:10 +00:00
parent 281d151d8e
commit f54d310530
8 changed files with 73 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
2002-11-12 Bruno Haible <bruno@clisp.org>
* src/options.h (Output::get_output_file_name): New method.
(Output::_output_file_name): New field.
* src/options.icc (Options::get_output_file_name): New method.
* src/options.cc (Options::long_usage): Document option --output-file.
(Options::Options): Initialize _output_file_name.
(long_options): Add --output-file.
(Options::parse_options): Handle it.
* src/main.cc (main): Open the output file if given by name.
* doc/gperf.texi (Output File): New section.
* tests/test-6.exp: Update.
2002-11-10 Bruno Haible <bruno@clisp.org>
* src/input.cc (pretty_input_file_name): New function.