Files
wxWidgets/src/common
Vadim Zeitlin d545bdede6 Fix bug with assigning a part of the string to the same string
The fix has several parts:

1. don't free the old string data in ConcatSelf() if we use it as
   source
2. implement assign() using replace() rather than clear() + append()
3. fix replace() to work with replacement strings containing embedded
   NULs and optimize it by using memcpy() instead of byte-wise copy


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-21 16:45:41 +00:00
..
2006-10-30 19:26:48 +00:00
2007-07-10 23:59:42 +00:00
2007-05-29 09:03:28 +00:00
2006-11-26 21:50:51 +00:00
2007-07-15 19:32:20 +00:00
2007-06-11 06:10:37 +00:00
2007-06-11 06:10:37 +00:00
2007-04-27 21:35:43 +00:00
2006-12-05 23:42:52 +00:00
2007-06-16 19:11:40 +00:00
2007-06-12 06:43:59 +00:00
2007-03-08 01:44:16 +00:00
2007-08-14 22:43:39 +00:00
2007-05-05 14:59:25 +00:00
2007-05-05 14:59:25 +00:00
2007-06-11 06:10:37 +00:00
2007-08-11 17:54:59 +00:00