summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-31 15:03:15 +0000
committerBruno Haible <bruno@clisp.org>2003-01-31 15:03:15 +0000
commitef37a53d732206d047aad6ffffa9ea88b1dbb2c3 (patch)
tree169c4ba14c531442dd3162f760c9cd72963c71e9 /NEWS
parentb0faccc7ef435f9c0713f5369bbfdae16525360b (diff)
downloadgperf-ef37a53d732206d047aad6ffffa9ea88b1dbb2c3.tar.gz
Rename some long options.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97cf035..7b58f64 100644
--- a/NEWS
+++ b/NEWS
@@ -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.