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 |
peter
|
0cdf327866
* updated compilerprocs
|
23 years ago |
Jonas Maebe
|
a0731e0d02
* fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter)
|
23 years ago |
florian
|
67f6ce5348
* code of ansitr_concat improved
|
24 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 |
peter
|
5c0d161bef
* merged textfile, readlink and concat ansistring fixes
|
24 years ago |
peter
|
db87f86f00
* Length made internal
|
24 years ago |
florian
|
ea060c924d
* another MT fix
|
24 years ago |
peter
|
ca8d604964
* various widestring updates, it works now mostly without charset
|
24 years ago |
Jonas Maebe
|
1251917e11
* removed DestSize parameter from declaration of ValAnsiSignedInt64
|
24 years ago |
florian
|
23b3c24a01
+ made the ref. couting MT safe
|
24 years ago |
peter
|
5dbe3bba52
* upcase, lowercase for ansistring
|
24 years ago |
florian
|
5e9dbab759
* val for int64 hopefully works now correct
|
25 years ago |
Jonas Maebe
|
4a7f3db6d9
+ added pos(char,ansistring), because there is also a pos(char,shortstring)
|
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 |
peter
|
a06bc54ee9
* fixed chararray to ansistring (merged)
|
25 years ago |
Jonas Maebe
|
1a8c7b1d27
* fixed bug in setlength (it sometimes read after the end of the heap)
|
25 years ago |
marco
|
e817560f04
* fixes for val(int64 or qword) to ansistring
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
pierre
|
f3b853f096
* Change Code to var param in ValAnsiUnsignedInt function
|
25 years ago |