summaryrefslogtreecommitdiff
path: root/glib/gprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix broken link syntax in g_vasprintfMichael McClurg2020-11-121-1/+1
* glib: add parameter annotations for g_vasprintf and callersDaniel P. Berrangé2019-10-071-2/+6
* glib: ensure consistent abort-on-OOM with g_vasprintf & its callersDaniel P. Berrangé2019-10-071-3/+13
* meson: small cleanup for printf checksChristoph Reiter2019-08-201-1/+1
* gprintf: Add a reminder concerning <glib/gprintf.h>Martin Blanchard2017-10-051-0/+14
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+2
* glib: remove deprecated g_mem_is_system_malloc() check in gprintf.cDan Winship2015-08-071-7/+0
* Eradicate links and xrefsMatthias Clasen2014-02-081-9/+9
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gmessages: Clarify new-line behaviour of message functionsPhilip Withnall2013-10-211-0/+4
* Replace @Varargs with @...Ryan Lortie2011-07-221-4/+4
* Fix usage of _GNU_SOURCEDan Winship2011-05-031-4/+0
* More header inclusion cleanupMatthias Clasen2010-09-051-1/+0
* Expand the g_sprintf docsMatthias Clasen2010-07-081-13/+18
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* glib/gprintf.c Don't define _GNU_SOURCE on Windows, as _GNU_SOURCE hasTor Lillqvist2008-09-301-0/+2
* Update fix for #469051Cody Russell2007-08-221-10/+10
* Document g_snprintf to return "bytes" rather than "characters".Cody Russell2007-08-221-1/+1
* Clarify the documentation + regarding overflows (wording by Jan Schmidt)Benjamin Otte2007-01-241-1/+3
* Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi2006-05-091-3/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-4/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Fix #147651, reported by Oliver Guntermann:Matthias Clasen2004-07-211-2/+13
* Make the various printf feature test macros reflect the system printf,Matthias Clasen2003-10-041-1/+1
* test suite additions.Matthias Clasen2003-07-261-6/+6
* Doc additions.Matthias Clasen2003-07-091-9/+18
* Avoid var declaration after statement.Morten Welinder2003-07-091-5/+7
* Synchronize argument names with headers and docs. (g_vasprintf): AnMatthias Clasen2003-06-051-32/+86
* Mark 2.2 API additions.Matthias Clasen2002-11-281-0/+12
* Include a printf implementation supporting C99 snprintf and SUSMatthias Clasen2002-11-211-0/+253