This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/binutils ChangeLog winduni.c
- From: nickc at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 5 May 2009 09:36:08 -0000
- Subject: src/binutils ChangeLog winduni.c
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2009-05-05 09:36:08
Modified files:
binutils : ChangeLog winduni.c
Log message:
PR 10109
* winduni.c: Replace test of HAVE_ICONV_H with a test of
HAVE_ICONV.
(iconv_onechar): Use ICONV_CONST instead of "const".
(wind_MultiByteToWideChar): Initialise local strings.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1462&r2=1.1463
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/winduni.c.diff?cvsroot=src&r1=1.10&r2=1.11