summaryrefslogtreecommitdiff
path: root/glib/gprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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