Opened 12 days ago

Closed 5 days ago

#5695 closed enhancement (fixed)

gperf-3.2.1

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 6 days ago

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".
  • 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.

comment:2 by Bruce Dubbs, 5 days ago

Summary: gperf-3.2gperf-3.2.1

Now version 3.2.1.

Version 0, edited 5 days ago by Bruce Dubbs (next)

comment:3 by Bruce Dubbs, 5 days ago

Resolution: fixed
Status: newclosed

Fixed at commit d470cdb21c.

Note: See TracTickets for help on using tickets.