More updates to the Debian packaging for wxPython, unicode and
authorRon Lee <ron@debian.org>
Fri, 5 Mar 2004 17:40:38 +0000 (17:40 +0000)
committerRon Lee <ron@debian.org>
Fri, 5 Mar 2004 17:40:38 +0000 (17:40 +0000)
commitb63b07a809f9a3d22596d4971ef5c8971153823a
tree3b596cfcf26ae027dd1eb524b520ced2b0993dff
parenta0af0d98b5bb65da9f6b64a90dc3cfb642ee188e
More updates to the Debian packaging for wxPython, unicode and
the project name change.

Applied patch from ABX to make tex2rtf unicode compatible, then
removed wxSprintf lameness from it so it might actually work.
Also modified it to return true from tex2rtf OnInit in console
builds so the app will exit with a successful return code rather
than always returning failure even when it succeeds.

Implemented unicode capable wxCtime for glibc systems also needed
by tex2rtf.

Wrapped dde include in tex2rtf in a guard and assert that dde is
MSW only in its forwarding header.

Lowered the limit of maxlen in wxSprintf so it actually has a
chance to segfault on people instead of failing silently and
mysteriously with glibc.

Silenced some other 'potentially uninitialised variable' warnings
from gcc3, most of which were bogus, one potentially not so.

Added missing newline at the end of fontdlg.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
46 files changed:
Makefile.in
build/bakefiles/make_dist.mk
build/msw/config.bcc
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
debian/README.examples [new file with mode: 0644]
debian/changelog
debian/libwxgtk-dbg.links
debian/libwxgtk-dbg.postinst
debian/libwxgtk-dbg.prerm
debian/libwxgtk-dev.links
debian/libwxgtk-dev.postinst
debian/libwxgtk-dev.prerm
debian/libwxgtk-python.docs
debian/libwxgtk-python.menu
debian/rules
debian/wx-config.1
debian/wx-doc.doc-base [moved from debian/wxwin-doc.doc-base with 100% similarity]
debian/wx-doc.docs [moved from debian/wxwin-doc.docs with 100% similarity]
debian/wx-examples.examples [moved from debian/wxwin-examples.examples with 73% similarity]
debian/wx-headers-msw.dirs [moved from debian/wxwin-headers-msw.dirs with 100% similarity]
debian/wxPython-tools.1
include/wx/dde.h
include/wx/wxchar.h
src/common/filefn.cpp
src/common/wxchar.cpp
src/gtk/bitmap.cpp
src/gtk/fontdlg.cpp
src/gtk/msgdlg.cpp
src/gtk1/bitmap.cpp
src/gtk1/fontdlg.cpp
src/gtk1/msgdlg.cpp
utils/tex2rtf/src/bmputils.h
utils/tex2rtf/src/htmlutil.cpp
utils/tex2rtf/src/readshg.cpp
utils/tex2rtf/src/rtfutils.cpp
utils/tex2rtf/src/table.cpp
utils/tex2rtf/src/tex2any.cpp
utils/tex2rtf/src/tex2any.h
utils/tex2rtf/src/tex2rtf.cpp
utils/tex2rtf/src/tex2rtf.h
utils/tex2rtf/src/texutils.cpp
utils/tex2rtf/src/xlputils.cpp
wx-config.in