This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libstdc++-v3 ChangeLog.cygwin-mingw config ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cygwin-mingw-gcc-3_2-branch
Changes by:	dannysmith@gcc.gnu.org	2002-07-28 14:40:49

Modified files:
	libstdc++-v3   : ChangeLog.cygwin-mingw 
	libstdc++-v3/config/os/mingw32/bits: os_defines.h 
	libstdc++-v3/include/bits: locale_facets.tcc 
	libstdc++-v3/src: locale.cc 

Log message:
	Fix long double and long long IO for mingw32
	
	*config/os/mingw32/bits/os_defines.h
	(_GLIBCPP_NO_LONG_DOUBLE_IO): Define.
	*include/bits/locale_facets.tcc (num_get::do_get):
	Use it. Cast long double to double.
	(num_put::do_put): Likewise.
	(money_get::do_get): Likewise.
	(money_put::do_put): Likewise.
	* src/locale.cc (__num_base::_S_format_int):
	Replace "ll" format prefix with "I64" for mingw32.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.cygwin-mingw.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.1.2.3&r2=1.1.2.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/mingw32/bits/os_defines.h.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.1.12.1&r2=1.1.12.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.63.2.12.2.1&r2=1.63.2.12.2.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/locale.cc.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.54.2.6.6.1&r2=1.54.2.6.6.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]