diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-12 23:52:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-12 23:52:29 +0000 |
commit | 37e7e80e5be26d4ff35a48877eb17eb73e4026f8 (patch) | |
tree | a08d42c6303bda7e56894debfb064ee675be8ac9 /ChangeLog.pre-2-2 | |
parent | ab5fe79f8a9f3ad0b7f97c0a17468df08be54858 (diff) |
Add a test for positional parameters in g_snprintf(). Use g_printf()
* tests/string-test.c: Add a test for positional parameters in
g_snprintf().
* glib-genmarshal.c, gobject-query.c: Use g_printf() instead of
system printf. (#99319)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 4d76e6ac7..8fdb5c47f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-12-13 Matthias Clasen <maclas@gmx.de> + + * tests/string-test.c: Add a test for positional parameters in + g_snprintf(). + Thu Dec 12 14:58:55 2002 Manish Singh <yosh@gimp.org> * configure.in: pull in trio if host printf doesn't have a known |