summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-31 05:10:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-31 05:10:28 +0000
commitfafabbb4907d3c8fdc1e6c8c0b05bca179657a3d (patch)
tree1636c0c501582a548cb8f5785cba0e81536fb1e7 /ChangeLog.pre-2-12
parent290443f86f6dc282f0355a9324474507f82a2226 (diff)
Make it only accept those characters that we accept i
2006-07-31 Behdad Esfahbod <behdad@gnome.org> * glib/guniprop.c (g_unichar_isxdigit): Make it only accept those characters that we accept i g_unichar_xdigit_value(), i.e. don't accept non-decimal digits. (#347842, Nikolai Weibull)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-126
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index e99a6a3d6..94c8e797b 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,11 @@
2006-07-31 Behdad Esfahbod <behdad@gnome.org>
+ * glib/guniprop.c (g_unichar_isxdigit): Make it only accept those
+ characters that we accept i g_unichar_xdigit_value(), i.e. don't
+ accept non-decimal digits. (#347842, Nikolai Weibull)
+
+2006-07-31 Behdad Esfahbod <behdad@gnome.org>
+
* glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode
PR #29 (#348694, Nikolai Weibull)