summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-04-24 09:25:10 +0200
committerBruno Haible <bruno@clisp.org>2018-04-24 09:25:10 +0200
commit13c9383b10872525688ef2b4daab090037ea3576 (patch)
tree8029d1522990f6f961d9096b792b8b62c7c687d4 /NEWS
parent1edd38e96d8961588913a57c15f87122988678f4 (diff)
downloadgperf-13c9383b10872525688ef2b4daab090037ea3576.tar.gz
Support input files with CR/LF line terminators.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f3abd0e..14deb90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+New in 3.2:
+* The input file may now use Windows line terminators (CR/LF) instead of
+ Unix line terminators (LF).
+ Note: This is an incompatible change. If you want to use a keyword that
+ ends in a CR byte, such as xyz<CR>, write it as "xyz\r".
+
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