peter
|
1768ad35ce
1.0.x fixes
|
20 years ago |
peter
|
6c2c1debcc
* 1.0.x fix
|
20 years ago |
florian
|
9191989228
* replaced CompareChar by CompareByte, saves one redirection
|
20 years ago |
peter
|
d3b001f8a4
* prevent crash when appending empty string
|
20 years ago |
peter
|
14eb8f59b4
internconst, internproc and some external declarations moved to interface
|
21 years ago |
peter
|
cc431c4375
* fix shortstr_to_ansistring for 1.0.x
|
21 years ago |
peter
|
fd759e521f
* saveregisters calling convention is obsolete
|
21 years ago |
peter
|
b3e3030e6f
* remove maxlen field from ansistring/widestrings
|
21 years ago |
peter
|
59691cc142
* decr ref doesn't reset pointer
|
21 years ago |
florian
|
dea441a7dd
* the decr functions set the data now to nil
|
21 years ago |
peter
|
479c4f0ea6
* small fix for 1.0.x
|
21 years ago |
peter
|
81b6d9f16c
* replace strlenint with sizeint
|
21 years ago |
peter
|
cafed35e77
* str() helpers now also use valint/valuint
|
21 years ago |
peter
|
4238814518
* 1.0.x fix
|
21 years ago |
peter
|
a4178230a7
* decrref does not reset always to nil, only when string is disposed.
|
21 years ago |
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 |
Jonas Maebe
|
b5976b8730
* fixed setstring (+- like suggested by Dimitry Sibiryakov)
|
22 years ago |
michael
|
a1ab52022b
+ Fixed range check error and others in Delete
|
23 years ago |
carl
|
781415a0da
- avoid warnings (add typecast)
|
23 years ago |
Jonas Maebe
|
f5a775bc7c
* fixed some buffer overflow errors in SetString (both short and
|
23 years ago |
Jonas Maebe
|
275f02d058
* fixed ansistring append helpers so they preserve the terminating #0
|
23 years ago |
michael
|
aae8314d02
+ Added check for nil buffer to setstring
|
23 years ago |
florian
|
72ab5b62bb
+ ansistring_append* implemented
|
23 years ago |
peter
|
603b3bc48b
* Copy() changed to internal function calling compilerprocs
|
23 years ago |
carl
|
e1167f8d09
* Delphi compatibility fix (with string routines)
|
23 years ago |
carl
|
7ebda0a778
* cardinal -> longword
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
peter
|
268e4bb7e7
* use saveregisters for incr routines, saves also problems with
|
23 years ago |