/[Apache-SVN]
ViewVC logotype

Revision 579018


Jump to revision: Previous Next
Author: sebor
Date: Mon Sep 24 23:40:24 2007 UTC (2 years, 2 months ago)
Changed paths: 2
Log Message:
2007-09-24  Martin Sebor  <sebor@roguewave.com>

	STDCXX-404
	* charmap.h (<iconv.h>): Removed a redundant _MSC_VER guard.
	(open_iconv_to_utf8, open_iconv_to_ext, ic_to_utf8_, ic_to_ext_):
	Guarded declarations with _RWSTD_NO_ICONV instead of _MSC_VER.
	* charmap.cpp (my_iconv_open): Guarded function definition with
	_RWSTD_NO_ICONV instead of _MSC_VER.
	(convert_to_utf8): Defined function unconditionally and guarded
	implementation with _RWSTD_NO_ICONV (defaulting to returning 0
	when the macro is #defined).
	(ic_to_utf8_, ic_to_ext_): Guarded the assignment of variables
	with _RWSTD_NO_ICONV.
	Guarded MSVC-specific behavior with _MSC_VER.

Changed paths:

Path Details
Directoryincubator/stdcxx/trunk/util/charmap.cpp modified , text changed
Directoryincubator/stdcxx/trunk/util/charmap.h modified , text changed

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2