| Commit message (Expand) | Author | Age | Files | Lines |
* | * fixed mantis #9522: no longer allow typecasting ordinal constants | jonas | 2007-09-03 | 1 | -11/+0 |
* | * fixed wrong uninitialized warnings with passing array elements | jonas | 2007-08-29 | 1 | -0/+13 |
* | * Fixed fpc_WideCharArray_To_WideStr in case if widechar array contains empty... | yury | 2007-08-28 | 1 | -0/+14 |
* | * disallow widechar sets (Delphi 7 compatible, and were handled wrongly | jonas | 2007-08-14 | 1 | -33/+0 |
* | * Compiler now catches the error already at compiler time. Use a variable | daniel | 2007-07-03 | 1 | -1/+3 |
* | * tb0201 should now succeed, move & rename it to tbs/tb0540 | daniel | 2007-06-26 | 1 | -0/+30 |
* | * don't try to range check ordconst nodes being actually classes | florian | 2007-06-24 | 1 | -0/+11 |
* | + new test | florian | 2007-06-24 | 1 | -0/+19 |
* | * Delete temporary files used by tests. It is important when remotely run tes... | yury | 2007-06-21 | 5 | -0/+5 |
* | * allow assignment of empty dynarray to variant and empty vararray to dynarray. | yury | 2007-06-21 | 1 | -0/+9 |
* | * this test not for wince. | yury | 2007-06-20 | 1 | -0/+2 |
* | + added cwstring unit for unix | jonas | 2007-06-16 | 1 | -0/+8 |
* | * If a variant contains a datetime value and is converted to a string, it sh... | joost | 2007-06-13 | 1 | -0/+15 |
* | * properties fixed | florian | 2007-04-09 | 2 | -34/+34 |
* | * fixed SSE2 substraction when both operands are on the 80x87 fpu stack | jonas | 2007-03-23 | 1 | -0/+13 |
* | * test for win64 fixed | florian | 2007-03-18 | 1 | -1/+1 |
* | * test for wrong warning when accessing length of unwritten | jonas | 2007-03-17 | 1 | -0/+11 |
* | * fixed val(s,int64) (it accepted values in the range | jonas | 2007-03-12 | 1 | -0/+25 |
* | * Force I/O checking | daniel | 2007-03-11 | 1 | -0/+2 |
* | + Test for append on devices. | daniel | 2007-03-11 | 1 | -0/+23 |
* | * fixed a_op_const_reg(_reg)(OP_OR/OP_XOR,OS_S8/OS_S16) for ppc32 | jonas | 2007-03-09 | 1 | -0/+109 |
* | * use sysutils.sleep() instead of a delay loop for consistent results | jonas | 2007-03-05 | 1 | -5/+3 |
* | * fix compile error | peter | 2007-02-22 | 1 | -16/+0 |
* | * cardinal-cardinal is calculated using int64 | peter | 2007-02-21 | 1 | -2/+3 |
* | * new test | florian | 2007-02-20 | 1 | -0/+15 |
* | * range check explicitly disabled | pierre | 2007-02-18 | 1 | -0/+5 |
* | * Correct properties on tb0529 | daniel | 2007-02-16 | 1 | -22/+22 |
* | * Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected... | yury | 2007-02-15 | 1 | -0/+22 |
* | * fixed compilation | tom_at_work | 2007-02-07 | 1 | -1/+1 |
* | * compiler identifier is powerpc64, not ppc64 | jonas | 2007-02-07 | 1 | -2/+2 |
* | * Improve test. | daniel | 2007-02-07 | 1 | -0/+2 |
* | + Add enormous arrays test. | daniel | 2007-02-07 | 1 | -0/+26 |
* | * support for {$z+/-} (={$z4/1}) | jonas | 2007-01-21 | 1 | -0/+11 |
* | + new test. | yury | 2007-01-18 | 1 | -0/+16 |
* | * proper initialised/used warnings for variables used | jonas | 2007-01-17 | 1 | -0/+20 |
* | * Add target specifier. | daniel | 2007-01-15 | 1 | -1/+1 |
* | + Add baseunix again. | daniel | 2007-01-15 | 1 | -1/+1 |
* | * Remove unused procedure. | daniel | 2007-01-14 | 1 | -7/+2 |
* | + Add test to test Pascal I/O sockets | daniel | 2007-01-14 | 1 | -0/+113 |
* | * correct assembling of test rm8,reg8 | florian | 2007-01-14 | 1 | -0/+19 |
* | * extended test | jonas | 2007-01-12 | 1 | -1/+23 |
* | * don't give warning about constructing instance with abstract methods | jonas | 2007-01-04 | 1 | -0/+37 |
* | * fixed warnings for length/high/low(<normal array>; <ord>; <enum>) | florian | 2007-01-03 | 1 | -0/+23 |
* | * pos(...,...) overloads with variants, see tb0520.pp for the reason | florian | 2006-12-31 | 1 | -0/+18 |
* | * fixed test on windows, I wonder what it was supposed to test | florian | 2006-12-30 | 1 | -0/+1 |
* | * test for floating point precision conversion | jonas | 2006-12-30 | 1 | -0/+8 |
* | * fixed support for repeating constructor without parameters in Delphi | jonas | 2006-12-23 | 1 | -0/+14 |
* | * fixed one regression in r5682: implementation declarations with a | jonas | 2006-12-23 | 1 | -0/+19 |
* | * fixed ifdef for arm. | yury | 2006-12-21 | 1 | -2/+2 |
* | * support ranges in case-options of variant records | jonas | 2006-12-07 | 1 | -0/+14 |