From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15222 invoked by alias); 20 Jan 2003 15:12:12 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 15205 invoked by uid 419); 20 Jan 2003 15:12:12 -0000 Date: Mon, 20 Jan 2003 15:12:00 -0000 Message-ID: <20030120151212.15201.qmail@sources.redhat.com> From: jld@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/host/tools/configtool ChangeLog standalon ... X-SW-Source: 2003/txt/msg00052.txt.bz2 List-Id: 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.