about summary refs log tree commit diff
path: root/include/libintl.h
Commit message (Collapse)AuthorAgeFilesLines
* add format argument attributes to gettext function prototypesKhem Raj2015-09-151-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.0Rich Felker2011-02-121-0/+25