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

Release gperf-3.3.

* src/version.cc (version_string): Bump.
* tests/*.exp: Update.
* NEWS: Mention the changes.
This commit is contained in:
Bruno Haible
2025-04-20 14:07:11 +02:00
parent a3fc358838
commit d2aeec9b9c
18 changed files with 29 additions and 16 deletions

6
NEWS
View File

@@ -1,8 +1,13 @@
New in 3.3:
* Speedup: gperf is now between 2x and 2.5x faster.
New in 3.2.1:
* The generated code avoids -Wundef warnings in C++ mode.
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
@@ -14,6 +19,7 @@ New in 3.2:
- "zero as null pointer constant" warnings.
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.