marco
|
f68280e91c
* Patch from 7048
|
19 years ago |
yury
|
84d5552deb
* Added HAS_WIDESTRINGMANAGER define to turn off default wide string manager routines.
|
19 years ago |
yury
|
c00d0debf0
* fixed some notes/warnings.
|
19 years ago |
florian
|
81a4547901
* fixed assignment of empty strings for windows
|
19 years ago |
peter
|
2f0ce31751
* string concat changed from function to procedure to
|
19 years ago |
florian
|
9d14c87da7
* fpc_assign_widestr after a hint of Martin Schreiber fixed, see #7272
|
19 years ago |
yury
|
5a49addb35
* fixed more warnings and notes while compiling RTL.
|
19 years ago |
yury
|
11576fd24b
* fixed warnings and notes while compiling system unit for wince.
|
19 years ago |
florian
|
096fb2dcb8
* really copy widestrings in widestr_assign when winlike wistrings are used
|
19 years ago |
peter
|
16411cda22
* fix win32
|
19 years ago |
peter
|
fc2f86b210
* small cleanup fixes
|
19 years ago |
peter
|
eb8db1e460
* fix internal alias parameters for incr_ref
|
19 years ago |
marco
|
96ad9ad3cf
* firstoff->widefirstoff typo correction
|
19 years ago |
florian
|
6996081cd2
* another windows widestring fix
|
19 years ago |
florian
|
631e84dcb4
* fixed hopyfully setlength on windows needs still be optimized using SysReallocStringLen
|
19 years ago |
florian
|
570c1bc3a5
* widestrings aren't ref. counted anymore on windows
|
19 years ago |
peter
|
9cd5a800af
* check for nil in concat_multi
|
19 years ago |
peter
|
a77f503a30
* optimize multiple concats for ansi/widestring
|
19 years ago |
Jonas Maebe
|
58381ff7b6
* made chararray handling 98% TP-compatible, fixes web bugs 3012
|
19 years ago |
Jonas Maebe
|
b08eccdbf0
- reverted ansi2wide and wide2ansi changes, because they affect
|
19 years ago |
Jonas Maebe
|
9a08cdccf0
* several changes of var parameters into out parameters to avoid
|
19 years ago |
Jonas Maebe
|
2dea0c793f
* made the target parameter of SetString an "out" instead of "var" parameter
|
20 years ago |
peter
|
ea6dadb7be
* make widestrings compatible with COM BSTR, the length is now the number
|
20 years ago |
peter
|
cc38ec676e
* add winwidestringalloc boolean, set it to false to use the fpc
|
20 years ago |
florian
|
3a5895be0f
* StringToWideChar fixed
|
20 years ago |
florian
|
78f4cb86b0
* more widestring overloads for pos to avoid problems with selection of the correct one
|
20 years ago |
florian
|
bb26084a0f
+ UCS4StringToWideString
|
20 years ago |
michael
|
fee6627a8a
+ Fixed typo, patch by Colin Western
|
20 years ago |
florian
|
ed95c19399
* reallocation of widestrings on windows fixed
|
20 years ago |
florian
|
07442c5693
* fixed passing of variant parameters for windows api
|
20 years ago |