Jonas Maebe
|
4be7651aa2
* fixed conversion of fpc_*str_unique to compilerproc
|
22 years ago |
Jonas Maebe
|
394b70f94d
* fpc_{ansistr|widestr}_unique is now a function so it can be used as
|
22 years ago |
florian
|
eab5d1f7c5
* started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
|
22 years ago |
peter
|
d0776e3492
* implemented some more conversions
|
22 years ago |
peter
|
438fbdedee
* SetString(WideString,[PChar|PWideChar],Len) added
|
22 years ago |
sg
|
a384390a05
* Ported improvements from the AnsiString equivalents to NewWideString and
|
22 years ago |
carl
|
781415a0da
- avoid warnings (add typecast)
|
22 years ago |
florian
|
c6ea429567
+ several widestring/pwidechar related helpers added
|
23 years ago |
peter
|
603b3bc48b
* Copy() changed to internal function calling compilerprocs
|
23 years ago |
florian
|
0e22fc491b
+ some WideString<->AnsiString conversion functions added
|
23 years ago |
carl
|
e1167f8d09
* Delphi compatibility fix (with string routines)
|
23 years ago |
carl
|
7cbb2eb379
* cardinal -> longword
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
florian
|
53a0b662b9
* several fixes to get further with linux/ppc system unit compilation
|
23 years ago |
peter
|
268e4bb7e7
* use saveregisters for incr routines, saves also problems with
|
23 years ago |
peter
|
0cdf327866
* updated compilerprocs
|
23 years ago |
Jonas Maebe
|
41a57028b9
* converted adding/comparing of strings to compileproc. Note that due
|
24 years ago |
Jonas Maebe
|
06f9cd4c96
* some fixes in compilerprocs for chararray to string conversions
|
24 years ago |
Jonas Maebe
|
fc92c3b336
+ compilerproc implementation of most string-related type conversions
|
24 years ago |
Jonas Maebe
|
4716f168dd
* renamed some str(x,y) and val(x,y) helpers so the naming scheme is the
|
24 years ago |
Jonas Maebe
|
b9f6efc85b
+ "compproc" helpers
|
24 years ago |
Jonas Maebe
|
eb586d5025
* fixed wrong public alieases for val(widestring,...)
|
24 years ago |
peter
|
db87f86f00
* Length made internal
|
24 years ago |
peter
|
ca8d604964
* various widestring updates, it works now mostly without charset
|
24 years ago |
florian
|
4870698a11
+ some procedures added
|
24 years ago |
peter
|
676d01dff6
* removed some warnings
|
25 years ago |
peter
|
94c1f86d79
* changed ver1_0 defines to temporary defs
|
25 years ago |
florian
|
1a2851eb47
* a lot of small changes:
|
25 years ago |
sg
|
65e50beb55
* Implemented WideString helper functions (but they are not tested yet
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |