Jonas Maebe
|
47eb589d54
* allow implicit conversions from/to packed char arrays under the
|
19 years ago |
florian
|
9e66674ff9
+ first part of qwordbool implementation
|
19 years ago |
Jonas Maebe
|
eccbc78e04
+ support for bitpacked arrays:
|
19 years ago |
peter
|
ac673f392c
* typo in previous commit
|
19 years ago |
peter
|
4bde345009
* fix check for openarray and single element
|
19 years ago |
peter
|
a704cbf048
* never prefer conversion to formaldef
|
19 years ago |
peter
|
38c0ae73da
Merged revisions 2775,2788-2789 via svnmerge from
|
19 years ago |
Jonas Maebe
|
92c389aaeb
* fixed web bug #4778 (explicit type casting of float to int in tp/delphi
|
19 years ago |
peter
|
45176ea2a8
* split tstringtype for stringdef and stringconstnode
|
19 years ago |
peter
|
95879fe8a7
* basic support for generic classes
|
19 years ago |
peter
|
f9db030350
* fix overload choosing if both normal proc and proc of object are available
|
20 years ago |
peter
|
09a0dff4da
* prefer object->object over object->intf
|
20 years ago |
peter
|
adfd36d189
* allow conststring to array of widechar
|
20 years ago |
peter
|
89297d2c39
* move all stabs ($ifdef gdb) code to dbgstabs
|
20 years ago |
peter
|
edf553a223
* string constants are now array of char until
|
20 years ago |
peter
|
f4c15f16bf
* overload choosing for ansistring -> short/wide
|
20 years ago |
peter
|
da8c55b019
* overload choosing for array of char to widestring fixed
|
20 years ago |
peter
|
a24dc41f36
* don't prefer int const to pointer
|
20 years ago |
peter
|
86bf41f689
* prefer shortstring to ansistring over ansistring to shortstring
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
218930cf11
* support open array to pointer
|
20 years ago |
peter
|
a96693cee1
support (wide)char to pwidechar
|
20 years ago |
florian
|
0ef8431a3f
+ made @(<formaldef>) assignment compatible with all pointer types
|
20 years ago |
florian
|
737a81f30b
+ array -> dyn. array type cast
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
81c3feca81
+ support for another explicit ugly delphi type cast added
|
20 years ago |
florian
|
90d88ec1a5
* <class/interface>(<any ord. type>) in delphi mode allowed
|
20 years ago |
peter
|
8f8e6f6809
* widestring patches from Alexey Barkovoy
|
20 years ago |
florian
|
3cb0a53eca
+ compiler side of variant<->interface implemented
|
20 years ago |