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

Rename some long options.

This commit is contained in:
Bruno Haible
2003-01-31 15:03:15 +00:00
parent b0faccc7ef
commit ef37a53d73
5 changed files with 31 additions and 16 deletions

6
NEWS
View File

@@ -3,6 +3,12 @@ New in 2.8:
* Added option -m/--multiple-iterations that reduces the size of the
generated table.
* Added option --output that allows to specify the output file name.
* Some options have been renamed:
--hash-fn-name=NAME --> --hash-function-name=NAME
--lookup-fn-name=NAME --> --lookup-function-name=NAME
--compare-strlen --> --compare-lengths
--global --> --global-table
The older variants are still supported for backward compatibility.
* If the input file is given by name, the output file will now contain
#line directives referring to the input file.
* Bug fixes.