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

Release gperf-3.2.

* src/options.cc (Options::parse_options): Bump copyright year.
* NEWS: Mention a few more changes.
This commit is contained in:
Bruno Haible
2025-04-05 16:31:19 +02:00
parent 8e6a0c97c6
commit fe7539a0f9
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2025-04-05 Bruno Haible <bruno@clisp.org>
Release gperf-3.2.
* src/options.cc (Options::parse_options): Bump copyright year.
* NEWS: Mention a few more changes.
2025-04-05 Bruno Haible <bruno@clisp.org>
Remove all occurrences of reinterpret_cast<>.

7
NEWS
View File

@@ -3,8 +3,11 @@ New in 3.2:
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".
* The generated code avoids "implicit fallthrough" warnings in 'switch'
statements.
* The generated code avoids several types of warnings:
- "implicit fallthrough" warnings in 'switch' statements.
- "unused parameter" warnings regarding 'str' or 'len'.
- "missing initializer for field ..." warnings.
- "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

View File

@@ -1051,7 +1051,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
",
"2022");
"2025");
fprintf (stdout, "Written by %s and %s.\n",
"Douglas C. Schmidt", "Bruno Haible");
exit (0);