florian
|
13c5439bb1
+ basic rtl support for variant <-> interface implemented
|
20 years ago |
florian
|
48c248d6c0
* widecharray patch from Peter
|
20 years ago |
florian
|
7fb9bd0f57
* implemented helper for variant<->dyn. array type cast
|
20 years ago |
Jonas Maebe
|
b6a6e78db1
* fixed remaining compilation problems
|
21 years ago |
peter
|
4d8460ec2f
* float routines all use internproc and compilerproc helpers
|
21 years ago |
peter
|
95e0ed26f8
* use helper call to retrieve address of input/output to reduce
|
21 years ago |
mazen
|
b65cffcdef
* widestring conversion routines takes a widechar so no
|
21 years ago |
peter
|
962ef697d5
* remove comment warnings
|
21 years ago |
peter
|
81b6d9f16c
* replace strlenint with sizeint
|
21 years ago |
peter
|
b5df63e617
* ValSInt fixed for 64 bit
|
21 years ago |
peter
|
53ec165e68
* x86-64 fixes
|
21 years ago |
peter
|
cafed35e77
* str() helpers now also use valint/valuint
|
21 years ago |
florian
|
2e3fb337ff
* fixed getmem prototype for 64 bit systems
|
21 years ago |
Jonas Maebe
|
c2efd86268
+ integer division-by-zero detection support for ppc
|
21 years ago |
florian
|
78a00b657b
* fixed copy(<dynarray>, ...)
|
22 years ago |
florian
|
e346ebacb6
* write helper comproc for variants fixed
|
22 years ago |
florian
|
8585d3d0b8
* ifdef'd some helpers
|
22 years ago |
peter
|
10f0e5cb6e
* pcomp added for sparc
|
22 years ago |
olle
|
f062855e7f
- removed parameter from fpc_iocheck
|
22 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 |
peter
|
60407e302b
* fpc_shortstr_concat is now the same for all targets
|
22 years ago |
florian
|
35bb4d682f
* fixed generic shortstr_compare
|
22 years ago |
peter
|
163e06f93b
* fpc_help_fail compilerproc
|
22 years ago |
peter
|
c2c11ba6a6
* constructor helper added
|
22 years ago |
peter
|
511571c60d
* fpc_big_array changed to 1k only. using maxlongint will crash gdb
|
22 years ago |
peter
|
a7691d8bb8
* fpc_round added, needed for int64 currency
|
22 years ago |
peter
|
f0d85ac788
* class helpers compilerprocs are not needed yet, changed
|
22 years ago |
peter
|
1e86b585f9
* changed address parameter/return values to pointer instead
|
22 years ago |
florian
|
62db93e704
* uncommented the variant<->dyn. array stuff
|
22 years ago |