]> git.saurik.com Git - wxWidgets.git/commit
1. Empty() now doesn't free memory - Clear() does
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Nov 1998 16:08:06 +0000 (16:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Nov 1998 16:08:06 +0000 (16:08 +0000)
commit7be07660b4dec326ec99f84edac9b862ac34d224
tree169e8e151ad643777ace5e39a896ec84937dfe6f
parent38c7b3d369a2be83990d5d0bdedc0b0f678509ea
1. Empty() now doesn't free memory - Clear() does
2. operator<<(int), (float) and (double) added
3. vsnprintf() is used if available instead of vprintf() (buffer overflows...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
src/common/string.cpp