This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos 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]

ecos/host/tools/configtool ChangeLog standalon ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2003-01-20 15:12:12

Modified files:
	host/tools/configtool: ChangeLog 
	host/tools/configtool/standalone/wxwin: configtooldoc.cpp 
	                                        ecutils.cpp ecutils.h 
	                                        filename.cpp 

Log message:
	* standalone/wxwin/configtooldoc.cpp:
	Use wxString::GetChar() rather than array element.
	
	* standalone/wxwin/filename.cpp:
	Use wxString::GetChar() and SetChar() rather than array element.
	Add some explicit casts to allow building with GNU/Cygwin tools.
	Use MAX_PATH rather than _MAX_PATH for portability.
	
	* standalone/wxwin/ecutils.cpp:
	Call wxNewKill() rather than wKill() for Cygsin builds.
	
	* standalone/wxwin/ecutils.h:
	Use wxLongLong_t rather than __int64 for portability.


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