| Commit message (Expand) | Author | Age | Files | Lines |
* | * uncommited stuff for code page aware stringscpstr | florian | 2009-07-30 | 1 | -2/+6 |
* | * convert int64 properly to c-bools, resolves #12614 | florian | 2008-11-16 | 1 | -3/+3 |
* | Merged revisions 11665-11738 via svnmerge from | florian | 2008-09-10 | 1 | -6/+6 |
* | * Fixed passing of open array of wide string literals to function which expec... | yury | 2008-08-14 | 1 | -6/+2 |
* | * proper support for tobject.getinterface with raw/corba interfaces, resolves... | florian | 2008-08-01 | 1 | -2/+11 |
* | * allow explicit conversion of enumeration values (in addition to integers) t... | tom_at_work | 2008-07-18 | 1 | -1/+1 |
* | * avoid ie 99080501 when overloading procedures with open arrays of widechar,... | florian | 2008-06-23 | 1 | -1/+1 |
* | * make stringconstn => open array of char a l1 conversion as it was earlier, ... | florian | 2008-05-17 | 1 | -1/+6 |
* | * fixed support in macpas mode for anonymous procedure/function types | jonas | 2008-05-05 | 1 | -1/+5 |
* | * changed byte/word/longbool to be Delphi-compatible (+ similar changes | jonas | 2008-01-24 | 1 | -4/+4 |
* | * Fixed bug #10681. | yury | 2008-01-23 | 1 | -1/+5 |
* | * perform real "exactness" checking for open array parameters | jonas | 2008-01-04 | 1 | -7/+11 |
* | + new cpo_openequalisexact parameter comparison option which | jonas | 2007-12-16 | 1 | -2/+12 |
* | + first part of support for an unicodestring type | florian | 2007-12-02 | 1 | -3/+11 |
* | * give ord->formaldef again a higher precedence than ord->floatdef | jonas | 2007-11-02 | 1 | -3/+3 |
* | * prefer non-matching orddef conversions to orddef-to-pointer conversions | jonas | 2007-10-31 | 1 | -4/+4 |
* | * always demote type conversions which cannot represent part of the | jonas | 2007-08-28 | 1 | -5/+3 |
* | * Nil constants that are type converted to a method procvar are now | daniel | 2007-07-07 | 1 | -1/+7 |
* | * allow enum => pointer type casts in delphi mode, resolves #8465 | florian | 2007-07-01 | 1 | -2/+0 |
* | * Consider conversion from integer to integer te_equal, if the base types | daniel | 2007-06-25 | 1 | -2/+2 |
* | * allow <any ordinal>(class/interface) type casts likewise it is allowed for ... | florian | 2007-06-25 | 1 | -0/+14 |
* | * only allow automatic type conversions of array constructors of | jonas | 2007-06-15 | 1 | -2/+10 |
* | + classrefdef is assignment compatible to pointers in delphi mode | florian | 2007-06-13 | 1 | -0/+8 |
* | * Rework the constexprint to allow operations from low(int64) to high(qword). | daniel | 2007-06-13 | 1 | -1/+1 |
* | * do not search variant operators when looking for an overloaded | jonas | 2007-05-16 | 1 | -20/+28 |
* | + first basically working (not all node types yet) dfa implementation determi... | florian | 2007-05-06 | 1 | -0/+18 |
* | * cleaned up set conversion | florian | 2007-02-25 | 1 | -8/+17 |
* | * only allow pointer(integer) in fpc modes | peter | 2007-02-22 | 1 | -2/+11 |
* | * cardinal-cardinal is calculated using int64 | peter | 2007-02-21 | 1 | -13/+10 |
* | * Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected... | yury | 2007-02-15 | 1 | -1/+1 |
* | * better hint about abstract methods (fixes 5098) | florian | 2007-01-03 | 1 | -2/+2 |
* | * fixed mantis 6631, 7322 and 7989: check parameters and return | jonas | 2006-12-22 | 1 | -0/+20 |
* | * remove tdictionary and tindexarray | peter | 2006-11-03 | 1 | -62/+62 |
* | - removed automatic int-string, string-int and int-array conversion for | jonas | 2006-11-01 | 1 | -8/+0 |
* | * refactor implemented interfaces | peter | 2006-10-31 | 1 | -7/+7 |
* | * fixed olevariant -> variant conversion | florian | 2006-10-31 | 1 | -0/+11 |
* | * settings refactored | florian | 2006-10-30 | 1 | -24/+24 |
* | * remove ttype | peter | 2006-10-29 | 1 | -55/+55 |
* | + allow implicit type conversions of 4 byte integers to strings for | jonas | 2006-10-18 | 1 | -0/+8 |
* | * openarray to openarray should still be equal for parameters | peter | 2006-09-30 | 1 | -0/+5 |
* | * add cdo_parameter option for def_compare_ext that indicates that we | peter | 2006-09-30 | 1 | -4/+6 |
* | * allow implicit conversions from/to packed char arrays under the | jonas | 2006-08-20 | 1 | -3/+11 |
* | + first part of qwordbool implementation | florian | 2006-08-19 | 1 | -5/+5 |
* | + support for bitpacked arrays: | jonas | 2006-08-19 | 1 | -1/+9 |
* | * typo in previous commit | peter | 2006-08-07 | 1 | -1/+1 |
* | * fix check for openarray and single element | peter | 2006-08-07 | 1 | -1/+4 |
* | * never prefer conversion to formaldef | peter | 2006-08-07 | 1 | -1/+1 |
* | Merged revisions 2775,2788-2789 via svnmerge from | peter | 2006-03-06 | 1 | -2/+2 |
* | * fixed web bug 4778 (explicit type casting of float to int in tp/delphi | jonas | 2006-02-10 | 1 | -3/+6 |
* | * split tstringtype for stringdef and stringconstnode | peter | 2006-01-13 | 1 | -3/+1 |