florian
|
ca5fabda6d
* cleanup some unused units from uses clauses
|
13 years ago |
florian
|
7901662eb3
+ mark method pointers as regable
|
13 years ago |
Jonas Maebe
|
cf4a2bd392
* fixed java.lang.String and Pascal string comparisons after operator
|
13 years ago |
svenbarth
|
b0458b55a3
Loosen the restriction regarding operator overloads by applying a (modified) patch from JC Chu. This fixes Mantis #22359.
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
Jonas Maebe
|
3589f90cf8
* also show the valid bounds in most cases when signalling a range check
|
13 years ago |
Jonas Maebe
|
930883edf6
* also report currency as automatable on non-x87 platforms
|
13 years ago |
florian
|
61eb25ea30
* qwordbool is obviously a 64 bit type, resolves #20889
|
13 years ago |
paul
|
c6ca9e5091
compiler:
|
13 years ago |
Jonas Maebe
|
88df6573a0
* moved de2regtyp() from defutil to hlcgobj, so it can be overridden
|
14 years ago |
Jonas Maebe
|
8439e1472e
* moved def2regtyp() from jvm/hlcgcpu to defutil, and extended it to
|
14 years ago |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
14 years ago |
florian
|
6e1d5e0aa0
* handle pointer+type param. correctly, resolves #19548
|
14 years ago |
Jonas Maebe
|
2222f2c44b
* renamed is_class_or_interface_or_dispinterface_or_objc() into
|
14 years ago |
sergei
|
b4ac714201
* defutil.pas: added UnicodeString to automatable types, fixes compilation of webtbs/tw2649.pp after r16360. However it requires RTL support similar to one for AnsiString to be complete.
|
14 years ago |
sergei
|
ba700ad2ff
* Improvements to Dispatch call handling:
|
14 years ago |
Jonas Maebe
|
14b95b3b9b
* always force range checking for the upper and lower bounds of for-loops if
|
14 years ago |
Jonas Maebe
|
4ef0601906
* let def_cgsize() also recognise unicodestrings (avoid calling tdef.size)
|
15 years ago |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 years ago |
Jonas Maebe
|
f5c52b25cd
* removed "and not is_class()" condition from is_managed_type(), because
|
15 years ago |
Jonas Maebe
|
40705a085f
* renamed is_refcounted_type() into is_managed_type(), because it also
|
15 years ago |
Jonas Maebe
|
734f9de2a0
+ support for array of widechar typed constants (based on patch by
|
15 years ago |
Jonas Maebe
|
0cfc6e1cac
+ support for "univ" in macpas mode: a parameter modifier that allows
|
15 years ago |
Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
15 years ago |
Jonas Maebe
|
f530de8da6
* also honor keep_sign_equal in get_common_intdef() for signed types
|
15 years ago |
Jonas Maebe
|
85984c2d8f
* insert proper type conversions when optimising logical operations and
|
15 years ago |
paul
|
009ef9184d
compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things
|
15 years ago |
Jonas Maebe
|
ed9656d1e6
Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-13658,13660,13664-13667,13672-13675,13680,13682,13687 via svnmerge from
|
16 years ago |
florian
|
cf215d5097
o patch by Michael V. Denisenko to handle case <string> of (see also #13700)
|
16 years ago |
Jonas Maebe
|
5a2ccfff52
--WARNING: start build process with FPC 2.2.4; won't work when
|
16 years ago |