Remove g_snprintf() and g_vsnprintf(), since they are already declared in

2005-09-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/gprintf.h: Remove g_snprintf() and g_vsnprintf(), since
	they are already declared in glib.h. This doesn't break documented
	use of gprintf.h, but should probably be pointed out in the
	release notes for 2.10. (#314232, Behdad Esfahbod)
This commit is contained in:
Matthias Clasen
2005-09-26 14:33:00 +00:00
committed by Matthias Clasen
parent 85cb6bc485
commit 5b60a98d99
5 changed files with 33 additions and 22 deletions

View File

@@ -1,3 +1,11 @@
2005-09-26 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gprintf.h: Remove g_snprintf() and g_vsnprintf(), since
they are already declared in glib.h. This doesn't break documented
use of gprintf.h, but should probably be pointed out in the
release notes for 2.10. (#314232, Behdad Esfahbod)
Tue Sep 20 13:16:04 2005 Tim Janik <timj@imendio.com>
* glib/gpattern.c (g_pattern_ph_match): applied significant recursion