Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 years ago |
florian
|
821e6abae1
* better set_to_set for setconst nodes
|
18 years ago |
florian
|
9a0f769b2f
* cleaned up set conversion
|
18 years ago |
florian
|
2579cd139f
+ support for sets with size 1 and 2
|
18 years ago |
pierre
|
0cfa2a6aad
* Use IncRefCountBy in convert-operator
|
18 years ago |
pierre
|
9a90410081
* ttypeconvnode.simplify, avoid a memory leak
|
18 years ago |
florian
|
6118c3e477
* fixed assembling of movd with 64 bit registers
|
18 years ago |
Jonas Maebe
|
c0d46e65ee
* (finally) fixed tests/test/trangeob.pp
|
18 years ago |
florian
|
a13d358f1e
* first partially working implementation of variant com invoking
|
19 years ago |
florian
|
4cbb67aa00
* some fpu emulation code from arm to generic code generator moved
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
Jonas Maebe
|
d87f03eef5
- removed automatic int-string, string-int and int-array conversion for
|
19 years ago |
Jonas Maebe
|
5acc8b44a8
* activated internal get_frame for x86
|
19 years ago |
peter
|
136d3e8d46
* refactor implemented interfaces
|
19 years ago |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
florian
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
Jonas Maebe
|
943582b5f0
* fixed (macpas, non-constant) string to int conversion for little
|
19 years ago |
Jonas Maebe
|
2dd6a91a9f
+ allow implicit type conversions of 4 byte integers to strings for
|
19 years ago |
florian
|
67aa148602
* fixed softfpu support
|
19 years ago |
micha
|
5f353d6fef
add warning for arithmetic on untyped pointers
|
19 years ago |
peter
|
d07f470b71
* remove ifdef fpc
|
19 years ago |
Jonas Maebe
|
564f36f51e
* process tasnode.call in foreach(static) (fixes tw7391 with regvars on ppc)
|
19 years ago |
Jonas Maebe
|
733f559267
* also perform C varargs type conversions for cdecl procedures declared
|
19 years ago |
florian
|
d4848169e1
* as operator isn't allowed for non com interfaces
|
19 years ago |
Jonas Maebe
|
e0250bcdb4
* never remove regvar-ability of parameters passed by reference
|
19 years ago |
florian
|
3c4207bbe0
* fixed i.e. when type casting array constructors
|
19 years ago |
peter
|
810a776e10
* patch from Jonas to pass interface result as parameter
|
19 years ago |
Jonas Maebe
|
039e7143f4
* avoid some unnecessary bool->int->bool type conversions
|
19 years ago |