summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-22 20:17:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-22 20:17:54 +0000
commit05501852ecb0bd3d048273c0ac063fe739983d8d (patch)
tree90dda77fd863a59c7f03171c46cb3db644f989b9 /ChangeLog.pre-2-4
parentd7af9f1a488b6cdf0ba8c22c6d502283b7a52913 (diff)
Add testcases for g_message() involving non-printable and unsafe
2004-04-22 Matthias Clasen <mclasen@redhat.com> * tests/testglib.c (main): Add testcases for g_message() involving non-printable and unsafe characters. * glib/gmessages.c (escape_string): Don't assume that string->str remains unchanged over g_string_insert() calls. (#139030, Christophe Saout)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-47
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index b6c1976a2..fe7d16027 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,12 @@
2004-04-22 Matthias Clasen <mclasen@redhat.com>
+ * tests/testglib.c (main): Add testcases for g_message() involving
+ non-printable and unsafe characters.
+
+ * glib/gmessages.c (escape_string): Don't assume that
+ string->str remains unchanged over g_string_insert()
+ calls. (#139030, Christophe Saout)
+
* glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a
locale-specific decimal separator directly follows a
number. (#138424, Nickolay V. Shmyrev)