summaryrefslogtreecommitdiff
path: root/include/libintl.h
AgeCommit message (Collapse)AuthorLines
2015-09-15add format argument attributes to gettext function prototypesKhem 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-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+25