summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-10 14:21:58 +0000
committerBruno Haible <bruno@clisp.org>2003-02-10 14:21:58 +0000
commit6202aaadb1a2904f456c2ee55623bf4a1a951ad7 (patch)
tree756e087bf915a628623eb1745ea6e1861beca3d9 /NEWS
parentef37a53d732206d047aad6ffffa9ea88b1dbb2c3 (diff)
downloadgperf-6202aaadb1a2904f456c2ee55623bf4a1a951ad7.tar.gz
Implement % declarations.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7b58f64..23ab6da 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,24 @@ New in 2.8:
--compare-strlen --> --compare-lengths
--global --> --global-table
The older variants are still supported for backward compatibility.
+* The following options can now be specified inside the input file:
+ %delimiters=DELIMITER-LIST
+ %struct-type
+ %language=LANGUAGE-NAME
+ %define slot-name NAME
+ %define hash-function-name NAME
+ %define lookup-function-name NAME
+ %define class-name NAME
+ %7bit
+ %compare-lengths
+ %compare-strncmp
+ %readonly-tables
+ %enum
+ %includes
+ %global-table
+ %define word-array-name NAME
+ %switch=COUNT
+ %omit-struct-type
* If the input file is given by name, the output file will now contain
#line directives referring to the input file.
* Bug fixes.