Jonas Maebe
|
2ba6583d8d
Merged revisions 12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 years ago |
Jonas Maebe
|
11083d88b3
Merged revisions 11337-11338,11341-11345,11348,11350-11361,11363-11368,11370,11376-11392,11397-11400,11402-11410,11415-11419,11421,11423-11426,11429-11464,11466-11468,11471-11486,11489,11491-11517,11522,11524-11527,11529-11534,11536-11550,11552,11554,11556,11558-11561,11563,11565-11570,11572-11587,11589-11618,11620,11623-11627,11629-11663,11668-11669,11671-11682,11684,11686-11688,11693,11697,11699-11700,11703-11704,11708-11711,11719-11722,11727,11730-11732,11738-11777,11779,11782-11784,11786-11809,11811-11821,11823-11830,11832-11835,11837-11847,11849-11871,11873-11875,11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045 via svnmerge from
|
17 years ago |
florian
|
467aeb3446
* avoid ie 99080501 when overloading procedures with open arrays of widechar, resolves #11543
|
17 years ago |
florian
|
e265393d7a
* make stringconstn => open array of char a l1 conversion as it was earlier, resolves #10727
|
17 years ago |
Jonas Maebe
|
85b9c65f51
* fixed support in macpas mode for anonymous procedure/function types
|
17 years ago |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 years ago |
yury
|
801837f60d
* Fixed bug #10681.
|
17 years ago |
Jonas Maebe
|
08ccb30e3b
* perform real "exactness" checking for open array parameters
|
18 years ago |
Jonas Maebe
|
719c29cf86
+ new cpo_openequalisexact parameter comparison option which
|
18 years ago |
florian
|
5c96c4a671
+ first part of support for an unicodestring type
|
18 years ago |
Jonas Maebe
|
e716ac6b6b
* give ord->formaldef again a higher precedence than ord->floatdef
|
18 years ago |
Jonas Maebe
|
82a0749970
* prefer non-matching orddef conversions to orddef-to-pointer conversions
|
18 years ago |
Jonas Maebe
|
5bc156efea
* always demote type conversions which cannot represent part of the
|
18 years ago |
daniel
|
6e0a7bb0eb
* Nil constants that are type converted to a method procvar are now
|
18 years ago |
florian
|
76a3d55199
* allow enum => pointer type casts in delphi mode, resolves #8465
|
18 years ago |
daniel
|
504d845e86
* Consider conversion from integer to integer te_equal, if the base types
|
18 years ago |
florian
|
70284da435
* allow <any ordinal>(class/interface) type casts likewise it is allowed for class references and pointers
|
18 years ago |
Jonas Maebe
|
ba95cc22ee
* only allow automatic type conversions of array constructors of
|
18 years ago |
florian
|
c7037df254
+ classrefdef is assignment compatible to pointers in delphi mode
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
6555f37cff
* do not search variant operators when looking for an overloaded
|
18 years ago |
florian
|
45cda67f3f
+ first basically working (not all node types yet) dfa implementation determining life information
|
18 years ago |
florian
|
9a0f769b2f
* cleaned up set conversion
|
18 years ago |
peter
|
f7a6c1e2ee
* only allow pointer(integer) in fpc modes
|
18 years ago |
peter
|
9a37c04131
* cardinal-cardinal is calculated using int64
|
18 years ago |
yury
|
48e46f1c2e
* Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected "Array Of PChar"" when passing values like ['1','2','3'] for "array of PChar" parameter.
|
18 years ago |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
19 years ago |
Jonas Maebe
|
2b9bdf2155
* fixed mantis 6631, 7322 and 7989: check parameters and return
|
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 |