aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-09 15:14:23 +0000
committerNick Clifton <nickc@redhat.com>2009-06-09 15:14:23 +0000
commitb882b028e362cc71a36ef9de77f104911d751579 (patch)
tree5bcc450554cb55ccb4d2d7a6b6e3d2b93785926f /binutils/ChangeLog
parent1fbfe7852a66c02f029e9020a962ba65edb4c59a (diff)
downloadgdb-b882b028e362cc71a36ef9de77f104911d751579.zip
gdb-b882b028e362cc71a36ef9de77f104911d751579.tar.gz
gdb-b882b028e362cc71a36ef9de77f104911d751579.tar.bz2
PR 10165
* winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index dc4f09b..b0a9be5 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-09 Tom Bramer <tjb@postpro.net>
+
+ PR 10165
+ * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
+ to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
+
2009-06-04 Alan Modra <amodra@bigpond.net.au>
* strings.c (main): Delay parsing of decimal digits.