GNOME Bugzilla – Bug 130439
proposed printf extension
Last modified: 2004-12-22 21:47:04 UTC
patch for potential use of glibc's printf extension. It works quite nicely, and could be used to print lots of stuff. The only issue is that using %W or %= causes gcc warnings. This could be solved by not using G_GNUC_PRINTF, but I rather like those checks. Also, we need to export USE_GLIBC in a header somehow.
Created attachment 22856 [details] [review] patch