summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-20 11:17:09 +0100
committerBruno Haible <bruno@clisp.org>2009-12-20 11:17:09 +0100
commita343f956096d23d0384510a6616ff0a36c22a691 (patch)
tree894062215d8094be7394db3259b92fc6eaf61d7d /NEWS
parente2adb5825803e2a3b72eae3eadb75e34ffc56a78 (diff)
downloadgperf-a343f956096d23d0384510a6616ff0a36c22a691.tar.gz
Change the default language to ANSI-C.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85f8088..a15b9b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+New in 3.1:
+* The generated C code is now in ANSI-C by default. If you want to support
+ pre-ANSI-C compilers, you need to provide the option --language=C on the
+ command line or %language=C in the source file.
+
New in 3.0.4:
* gperf is now licensed under the GPL version 3 or newer.