| Commit message (Expand) | Author | Age | Files | Lines |
* | * fixed test (comparechar0 is defined as returning values <, =, > 0, not | jonas | 2007-11-12 | 1 | -3/+3 |
* | + simple CompareByte0 test | florian | 2007-11-12 | 1 | -0/+23 |
* | * don't test on darwin since not supported there for efficiency | jonas | 2007-11-11 | 1 | -0/+4 |
* | * changed x86_64 assembler code to PIC | jonas | 2007-11-11 | 1 | -2/+3 |
* | * disabled longdouble testing now also for platforms with extended | jonas | 2007-11-11 | 1 | -1/+1 |
* | * added nostackframe to fix running on darwin/i386 | jonas | 2007-11-11 | 1 | -2/+2 |
* | - removed ret as it breaks darwin (doesn't restore | jonas | 2007-11-11 | 1 | -1/+0 |
* | * don't use (non-volatile) ebx in assembler routine | jonas | 2007-11-11 | 1 | -3/+3 |
* | + disp. var. property setting, resolves #10133 and #9134 | florian | 2007-11-11 | 1 | -0/+67 |
* | * regenerated for darwin/x86_64 | jonas | 2007-11-10 | 4 | -8/+20 |
* | + test for previous commit | florian | 2007-11-10 | 1 | -0/+9 |
* | + new fannkuch.pp from S. Fisher | florian | 2007-11-07 | 1 | -0/+122 |
* | * fixed off-by-one by S. Fisher | peter | 2007-11-05 | 1 | -5/+6 |
* | * optimize loop to use pchar | peter | 2007-11-05 | 1 | -18/+26 |
* | * regex implementation from S. Fisher | peter | 2007-11-05 | 1 | -34/+121 |
* | * safeguard the nf_block_with_exit flag when simplifying blockn and | jonas | 2007-11-04 | 1 | -0/+30 |
* | * diabled it for windows | florian | 2007-11-03 | 1 | -0/+4 |
* | * Test negative return values from compare functions. | yury | 2007-11-02 | 1 | -24/+61 |
* | * ifdef cpupowerpc -> ifdef cpupowerpc32 | jonas | 2007-11-02 | 1 | -4/+4 |
* | * test doesn't apply to win32 and win64 anymore | florian | 2007-11-01 | 1 | -0/+1 |
* | * fixed some tests involving extended/double/currency after previous | jonas | 2007-11-01 | 4 | -19/+13 |
* | * prefer non-matching orddef conversions to orddef-to-pointer conversions | jonas | 2007-10-31 | 1 | -0/+31 |
* | * fixed comparisons of orddefs with fourcharcodes in macpas mode + test | jonas | 2007-10-31 | 1 | -0/+14 |
* | * save/restore true/false label when secondpassing arrayconstructor | jonas | 2007-10-31 | 1 | -0/+29 |
* | * regenerated to fix fpc detection on non-i386 | peter | 2007-10-29 | 4 | -0/+16 |
* | * regenerated to update dependencies | peter | 2007-10-29 | 4 | -11/+45 |
* | * handle case ranges properly for unsigned types with a non-zero base, resolv... | florian | 2007-10-28 | 1 | -0/+13 |
* | * fixes widestring range checking, resolves #10013 | florian | 2007-10-28 | 1 | -0/+51 |
* | * updated to latest shootout version | florian | 2007-10-28 | 1 | -1/+2 |
* | * add make option V to show dotest commandline for testsuite | micha | 2007-10-26 | 3 | -0/+5 |
* | * fixed bug in typed constant record parsing with variant records | jonas | 2007-10-26 | 1 | -0/+52 |
* | * updated program/script to generate all variant overload tests to merge | jonas | 2007-10-26 | 306 | -6020/+8452 |
* | * test for mantis #9450 (forgot to commit earlier) | jonas | 2007-10-25 | 2 | -0/+33 |
* | * added mode objfpc to prevent alignment problems | vincents | 2007-10-25 | 2 | -8/+20 |
* | * increase default timeout for cpu intensive tests on slow cpus | micha | 2007-10-23 | 1 | -1/+1 |
* | * only allow using array elements as for-loop counter variables | jonas | 2007-10-21 | 3 | -0/+25 |
* | * don't range pointers converted to arrays, resolves #8191 | florian | 2007-10-21 | 1 | -0/+37 |
* | * made all fpc_*_to_shortstr helpers a procedure, resolves #8580 | florian | 2007-10-21 | 1 | -0/+16 |
* | + implement timeout wrapper call for testsuite (remote only) | micha | 2007-10-21 | 6 | -10/+52 |
* | * make testsuite quieter | micha | 2007-10-21 | 2 | -6/+30 |
* | + PIC support for darwin/ppc64 | jonas | 2007-10-20 | 4 | -1/+18 |
* | + test for last commit | florian | 2007-10-20 | 1 | -0/+24 |
* | * -CO option to check for possible integer overflows | peter | 2007-10-18 | 1 | -1/+1 |
* | * allow types in interfaces | peter | 2007-10-18 | 1 | -0/+22 |
* | * compiles now | peter | 2007-10-18 | 1 | -1/+0 |
* | * improved generics | peter | 2007-10-18 | 7 | -8/+28 |
* | * error message when a goto label is optimized away | peter | 2007-10-17 | 1 | -0/+18 |
* | - reverted r8826, the original unaligned() code was correct | jonas | 2007-10-17 | 1 | -8/+8 |
* | * fixed unaligned() placements (have to be applied to the pointers, | jonas | 2007-10-16 | 1 | -8/+8 |
* | * setup a proper symtable stack before parsing the generic declaration itself... | florian | 2007-10-15 | 1 | -0/+20 |