moved primitive string and string iterators operations to stringops.h/cpp files to...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 19 Apr 2007 10:05:55 +0000 (10:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 19 Apr 2007 10:05:55 +0000 (10:05 +0000)
commit467175ab3f2177aa824ceb7b67934fd54ce4e8e0
tree1302d9364545987296257c6f888f312a18c4647c
parente7308074d803360649b1d25b6119c04eb8317407
moved primitive string and string iterators operations to stringops.h/cpp files to make wxString code easier to read

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
include/wx/string.h
include/wx/stringops.h [new file with mode: 0644]
include/wx/unichar.h
src/common/string.cpp
src/common/stringops.cpp [new file with mode: 0644]
src/common/unichar.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec