gperf - Summary [Savannah] (original) (raw)
Membership Info
Group Admins:
2 active members
Group identification
Id: 6540
System Name: gperf
Name: gperf
Group Type: Official GNU software
GNU gperf 3.2 released
posted by haible, Mon 07 Apr 2025 10:50:17 AM UTC
- The generated code avoids several types of warnings:
- "implicit fallthrough" warnings in 'switch' statements.
- "unused parameter" warnings regarding 'str' or 'len'.
gperf 3.1 released
posted by haible, Thu 02 Feb 2017 07:38:53 PM UTC
gperf 3.1 was released on January 5, 2017.
Main changes:
- 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.