Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-09-15 | add format argument attributes to gettext function prototypes | Khem Raj | -6/+14 | |
their absence completely breaks format string warnings in programs with gettext message translations: -Wformat gives no results, and -Wformat-nonliteral produces spurious warnings. with gcc, the problem manifests only in standards-conforming profiles; otherwise gcc sets these attributes by default for the gettext family. with clang, the problem always manifests; clang has no such defaults. | ||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+25 | |