florian
|
914a8ec4b4
* convert the array into a variant as well before calling fpc_variant_put, resolves #10495
|
17 年 前 |
Jonas Maebe
|
0ae33aeab0
* the result of not(dword(ordconst)) has to be dword as well for Delphi
|
17 年 前 |
Jonas Maebe
|
761f2e5c93
* fixed constant evaluation of not(byte/word/long/quadbool) + test
|
17 年 前 |
florian
|
ff03c9569d
* fixed writing of long strings when using the crt unit on win32, resolves #8843
|
17 年 前 |
Tomas Hajny
|
5ffdd04040
* reenabled fcl-db dependencies on external DB libs for Win64 (previously excluded by mistake)
|
17 年 前 |
Tomas Hajny
|
6310fb5a84
* limit fcl-db dependency on interface units for external db libs to targets where these are supported, avoid numlib on targets not supporting libraries
|
17 年 前 |
Jonas Maebe
|
632570fc74
* fixed compilation with 2.2.0 on big endian systems after r10432
|
17 年 前 |
Jonas Maebe
|
b24caad870
* fixed x86_64 after r10422
|
17 年 前 |
florian
|
efe31d965c
* made default arm-linux compiler little endian again
|
17 年 前 |
joost
|
d36d7a7e01
* Added TDataset.DataEvent tests
|
17 年 前 |
micha
|
3a8284b524
* add missing gencurr.inc belonging to revision 10422
|
17 年 前 |
micha
|
ebba2f1185
* add missing currh.inc belonging to revision 10422
|
17 年 前 |
marco
|
c8da24f732
* comment fix #10781
|
17 年 前 |
florian
|
9cf28285b6
+ delphi compatible overloads, resolves #10923
|
17 年 前 |
Jonas Maebe
|
7524d9f8ca
* fixed wrong check in r10432 causing an internalerror for ppc/ppc64
|
17 年 前 |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 年 前 |
joost
|
400ad32882
* Set Modified to false when te state of a dataset changes
|
17 年 前 |
florian
|
39250de33a
* don't load stack size value when generic stack checking is done, resolves #10924
|
17 年 前 |
marco
|
a7370144f0
* patch from Olivier
|
17 年 前 |
peter
|
b7ebebe7fd
* fixed char constant to formal const
|
17 年 前 |
peter
|
761344e9fc
* don't allow passing ordinal and real constants to formal const parameters
|
17 年 前 |
peter
|
f915cbc4ca
* replace constants to formal const with variables
|
17 年 前 |
peter
|
85e904cb36
* fix range error
|
17 年 前 |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 年 前 |
Jonas Maebe
|
d80d3f36d2
* fixed crash when writing a currency value with a specified number
|
17 年 前 |
Jonas Maebe
|
b8e904f531
+ also test "pointer + integer" constant evaluation
|
17 年 前 |
Jonas Maebe
|
22f02977ca
* fixed warnings now that "longint or cardinal" gives a 64 bit result
|
17 年 前 |
Jonas Maebe
|
97f4c0a130
* call taddnode.simplify at the very end of taddnode.pass_typecheck, so
|
17 年 前 |
florian
|
288fb08f09
+ more implements tests
|
17 年 前 |
florian
|
1b4071d930
+ first test for implements through classes
|
17 年 前 |