summaryrefslogtreecommitdiff
path: root/compiler/defcmp.pas
Commit message (Expand)AuthorAgeFilesLines
* * uncommited stuff for code page aware stringscpstrflorian2009-07-301-2/+6
* * convert int64 properly to c-bools, resolves #12614florian2008-11-161-3/+3
* Merged revisions 11665-11738 via svnmerge from florian2008-09-101-6/+6
* * Fixed passing of open array of wide string literals to function which expec...yury2008-08-141-6/+2
* * proper support for tobject.getinterface with raw/corba interfaces, resolves...florian2008-08-011-2/+11
* * allow explicit conversion of enumeration values (in addition to integers) t...tom_at_work2008-07-181-1/+1
* * avoid ie 99080501 when overloading procedures with open arrays of widechar,...florian2008-06-231-1/+1
* * make stringconstn => open array of char a l1 conversion as it was earlier, ...florian2008-05-171-1/+6
* * fixed support in macpas mode for anonymous procedure/function typesjonas2008-05-051-1/+5
* * changed byte/word/longbool to be Delphi-compatible (+ similar changesjonas2008-01-241-4/+4
* * Fixed bug #10681.yury2008-01-231-1/+5
* * perform real "exactness" checking for open array parametersjonas2008-01-041-7/+11
* + new cpo_openequalisexact parameter comparison option whichjonas2007-12-161-2/+12
* + first part of support for an unicodestring typeflorian2007-12-021-3/+11
* * give ord->formaldef again a higher precedence than ord->floatdefjonas2007-11-021-3/+3
* * prefer non-matching orddef conversions to orddef-to-pointer conversionsjonas2007-10-311-4/+4
* * always demote type conversions which cannot represent part of thejonas2007-08-281-5/+3
* * Nil constants that are type converted to a method procvar are nowdaniel2007-07-071-1/+7
* * allow enum => pointer type casts in delphi mode, resolves #8465florian2007-07-011-2/+0
* * Consider conversion from integer to integer te_equal, if the base typesdaniel2007-06-251-2/+2
* * allow <any ordinal>(class/interface) type casts likewise it is allowed for ...florian2007-06-251-0/+14
* * only allow automatic type conversions of array constructors ofjonas2007-06-151-2/+10
* + classrefdef is assignment compatible to pointers in delphi modeflorian2007-06-131-0/+8
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-1/+1
* * do not search variant operators when looking for an overloadedjonas2007-05-161-20/+28
* + first basically working (not all node types yet) dfa implementation determi...florian2007-05-061-0/+18
* * cleaned up set conversionflorian2007-02-251-8/+17
* * only allow pointer(integer) in fpc modespeter2007-02-221-2/+11
* * cardinal-cardinal is calculated using int64peter2007-02-211-13/+10
* * Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected...yury2007-02-151-1/+1
* * better hint about abstract methods (fixes 5098)florian2007-01-031-2/+2
* * fixed mantis 6631, 7322 and 7989: check parameters and returnjonas2006-12-221-0/+20
* * remove tdictionary and tindexarraypeter2006-11-031-62/+62
* - removed automatic int-string, string-int and int-array conversion forjonas2006-11-011-8/+0
* * refactor implemented interfacespeter2006-10-311-7/+7
* * fixed olevariant -> variant conversionflorian2006-10-311-0/+11
* * settings refactoredflorian2006-10-301-24/+24
* * remove ttypepeter2006-10-291-55/+55
* + allow implicit type conversions of 4 byte integers to strings forjonas2006-10-181-0/+8
* * openarray to openarray should still be equal for parameterspeter2006-09-301-0/+5
* * add cdo_parameter option for def_compare_ext that indicates that wepeter2006-09-301-4/+6
* * allow implicit conversions from/to packed char arrays under thejonas2006-08-201-3/+11
* + first part of qwordbool implementationflorian2006-08-191-5/+5
* + support for bitpacked arrays:jonas2006-08-191-1/+9
* * typo in previous commitpeter2006-08-071-1/+1
* * fix check for openarray and single elementpeter2006-08-071-1/+4
* * never prefer conversion to formaldefpeter2006-08-071-1/+1
* Merged revisions 2775,2788-2789 via svnmerge from peter2006-03-061-2/+2
* * fixed web bug 4778 (explicit type casting of float to int in tp/delphijonas2006-02-101-3/+6
* * split tstringtype for stringdef and stringconstnodepeter2006-01-131-3/+1