newsgperf - News

 
 
Show details for the latest news.

Latest News Approved
GNU gperf 3.2 released
     posted by haible, Mon 07 Apr 2025 10:50:17 AM UTC

Download from https://ftp.gnu.org/gnu/gperf/gperf-3.2.tar.gz

New in this release:

  • 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.
[...]
Transition from CVS to Git
     posted by haible, Sun 21 Jun 2009 11:45:49 AM UTC

The source is now maintained in a Git repository. See https://savannah.gnu.org/git/?group=gperf for details. The CVS repository is now out-of-date.

Back to the top

Powered by Savane 3.14-92d9.
Corresponding source code