peter
|
14eb8f59b4
internconst, internproc and some external declarations moved to interface
|
21 years ago |
Jonas Maebe
|
d9267aafdf
* fixed endianess bug in fpc_val_int64_shortstr() (webtbf/tw2128)
|
21 years ago |
peter
|
81b6d9f16c
* replace strlenint with sizeint
|
21 years ago |
peter
|
b5df63e617
* ValSInt fixed for 64 bit
|
21 years ago |
peter
|
cafed35e77
* str() helpers now also use valint/valuint
|
21 years ago |
Jonas Maebe
|
eee67f89ea
* fixed shortstring version of setstring
|
22 years ago |
Jonas Maebe
|
f5a775bc7c
* fixed some buffer overflow errors in SetString (both short and
|
23 years ago |
michael
|
aae8314d02
+ Added check for nil buffer to setstring
|
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
|
7cbb2eb379
* cardinal -> longword
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
peter
|
a17291b2d4
* array of char support for Str()
|
23 years ago |
michael
|
b5717d4dde
+ Added support for octal strings (using &)
|
23 years ago |
peter
|
c6fd513271
* lowercase() overloaded
|
23 years ago |
Jonas Maebe
|
1b89398cec
* optimized fpc_val_sint_shortstr
|
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
|
ca8d604964
* various widestring updates, it works now mostly without charset
|
24 years ago |
Jonas Maebe
|
417d6849a8
* fixed bug in ValSignedInt (it accepted some values slightly larger than
|
24 years ago |
peter
|
741d455ab7
* Formal const to var fixes
|
24 years ago |
peter
|
e150c46c78
* remove warnings
|
24 years ago |
peter
|
22db4256ce
* removed rtllite define
|
24 years ago |
Jonas Maebe
|
e72e5a0cfa
* made val for longints a bit faster
|
24 years ago |
florian
|
bd0d141b08
* val for dword and qword didn't handle the max values
|
25 years ago |
Jonas Maebe
|
eeec1b6882
* fix for web bug #1265 by Peter (merged)
|
25 years ago |
Jonas Maebe
|
0d5167e124
* fixed bug for val when processing -2147483648 and low(int64) (merged)
|
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 |
Jonas Maebe
|
afec990176
* fixed web bug1069
|
25 years ago |