Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add format argument attributes to gettext function prototypes | Khem Raj | 2015-09-15 | 1 | -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. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+25 |