]> git.saurik.com Git - wxWidgets.git/commit
split string.{h,cpp} into {string,stringimpl,arrstr}.{h,cpp} to make the files more...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 28 Mar 2007 11:35:07 +0000 (11:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 28 Mar 2007 11:35:07 +0000 (11:35 +0000)
commita7ea63e21fda950c658a477d59d0818aab993fc9
tree943b4f731951e83d870fada975309aa03286a2cc
parentad78ab8c50af53094c302f676719621ce9867fb6
split string.{h,cpp} into {string,stringimpl,arrstr}.{h,cpp} to make the files more managable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 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/stringimpl.h [new file with mode: 0644]
include/wx/unichar.h
src/common/arrstr.cpp [new file with mode: 0644]
src/common/string.cpp
src/common/stringimpl.cpp [new file with mode: 0644]