mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Administratrivia.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
2003-01-01 Bruno Haible <bruno@clisp.org>
|
2003-01-01 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* src/options.cc (Options::parse_options): Update copyright year.
|
||||||
|
|
||||||
|
* doc/gperf.texi (@author): Add me.
|
||||||
|
|
||||||
* src/options.h (NULLSTRINGS): New enum value.
|
* src/options.h (NULLSTRINGS): New enum value.
|
||||||
(Options::get_stringpool_name, Options::set_stringpool_name): New
|
(Options::get_stringpool_name, Options::set_stringpool_name): New
|
||||||
method declarations.
|
method declarations.
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ Software Foundation instead of in the original English.
|
|||||||
@subtitle The GNU Perfect Hash Function Generator
|
@subtitle The GNU Perfect Hash Function Generator
|
||||||
@subtitle Edition @value{EDITION}, @value{UPDATED}
|
@subtitle Edition @value{EDITION}, @value{UPDATED}
|
||||||
@author Douglas C. Schmidt
|
@author Douglas C. Schmidt
|
||||||
|
@author Bruno Haible
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
|
|||||||
@@ -979,7 +979,7 @@ Options::parse_options (int argc, char *argv[])
|
|||||||
This is free software; see the source for copying conditions. There is NO\n\
|
This is free software; see the source for copying conditions. There is NO\n\
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||||
",
|
",
|
||||||
"1989-1998, 2000-2002");
|
"1989-1998, 2000-2003");
|
||||||
fprintf (stdout, "Written by %s and %s.\n",
|
fprintf (stdout, "Written by %s and %s.\n",
|
||||||
"Douglas C. Schmidt", "Bruno Haible");
|
"Douglas C. Schmidt", "Bruno Haible");
|
||||||
exit (0);
|
exit (0);
|
||||||
|
|||||||
Reference in New Issue
Block a user