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

Support input files with CR/LF line terminators.

This commit is contained in:
Bruno Haible
2018-04-24 09:25:10 +02:00
parent 1edd38e96d
commit 13c9383b10
3 changed files with 37 additions and 1 deletions

6
NEWS
View File

@@ -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