Improve performance by removing the use of an intermediate g_malloc'd
authorRyan Lortie <desrt@desrt.ca>
Fri, 15 Jun 2007 12:43:54 +0000 (12:43 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Fri, 15 Jun 2007 12:43:54 +0000 (12:43 +0000)
commit020af9f1dc6500443c546e22dc4d9f4e41e9ae86
tree48907985ff80fc16f000554b648d3efaac306101
parented4d216d2bdcda0938be2d55e819f28565e1fbe2
Improve performance by removing the use of an intermediate g_malloc'd

2007-06-14  Ryan Lortie  <desrt@desrt.ca>

* docs/reference/glib/glib-sections.txt:
* glib/glib/symbols:
* glib/gstring.[ch] (g_string_printf_internal): Improve
performance by removing the use of an intermediate g_malloc'd
buffer.  Rename to g_string_append_vprintf, document, and expose
along with g_string_vprintf as new public API (#57693).

svn path=/trunk/; revision=5564
ChangeLog
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gstring.c
glib/gstring.h