pierre
|
80a7b909e4
Add $goto on for FPC compilation to avoid compile time error
|
9 years ago |
nickysn
|
72dc92e8b8
* added 'word ptr' overrides, to avoid generating 32-bit instructions (due to a
|
9 years ago |
nickysn
|
a508f9e5d3
+ added check if the selected cpu is 386+ when writing a 66h or 67h prefix in
|
9 years ago |
nickysn
|
114c76bc4a
+ added i8086 to the list of supported cpus in the compiler usage help screen
|
9 years ago |
nickysn
|
22b6e00147
* extracted the writing of 0x66 and 0x67 prefixes in the x86 internal assembler
|
9 years ago |
michael
|
b1c5077c96
* Small fix after recent changes to tests list in testsuite
|
9 years ago |
Jeppe Johansen
|
0251263234
Move some of the local reloc calculation out of aasmcpu, and into COFF and ELF writers.
|
9 years ago |
nickysn
|
21c9712ea2
* allow 32-bit operand sizes in the i8086 version of Tx86Operand.SetSize, so
|
9 years ago |
pierre
|
e835f120e9
Fix fpc_frac_real, fpc_trunk_real and fpc_int_real by removing the assumption that SP=BP at entry
|
9 years ago |
pierre
|
701a610f4d
Use CodePointer for all CheckVariantEvent parameter typecast
|
9 years ago |
michael
|
9d92953bd2
* Added overload directive, fixes regressions in testsuite
|
9 years ago |
michael
|
4099abb0c1
* Sample programs for TZipper and TUnzipper
|
9 years ago |
michael
|
df6efb6fc9
* Fix bug ID #28783, closer adherance to ZIP standard
|
9 years ago |
michael
|
ef3050f061
* Ensure example compiles
|
9 years ago |
michael
|
072b473f9f
* Patch from Denis Kozlov: Patches here fix several issues with SimpleIPC on Windows. (Bug ID 29346)
|
9 years ago |
michael
|
b9da082e29
* Patch from Silvio Clecio to Extends SetPropValue/GetPropValue (bug ID 28278)
|
9 years ago |
florian
|
77cf67b59a
o unified interface of i386 and x86-64 cpu unit:
|
9 years ago |
florian
|
4bf603694c
* patch by Mattias Gaertner to make TProcess more unicode aware, resolves issue #29136
|
9 years ago |
florian
|
df82921cd8
* fix test after r32820
|
9 years ago |
lacak
|
57c7b32490
fcl-db: tests: move TestCancel method as Edit/Cancel is not supported on UniDirectional datasets (avoid false negative results)
|
9 years ago |
lacak
|
01d3297d37
fcl-db: bufdataset: revert prior commit 32807 as it causes fail of TTestSpecificTBufDataset.TestOpeningNonExistingDataset
|
9 years ago |
Jeppe Johansen
|
1b02dd27dc
Make relocation type more precise compared to output of gas.
|
9 years ago |
lacak
|
d4d1fcb634
fcl-db: datadict: mssql: add support for querying sequences and domains using standard INFORMATION_SCHEMA views (supported since version 2000)
|
9 years ago |
lacak
|
634764231a
fcl-db: datadict: SEQUENCE START value can be any signed integer value (+ missing spaces)
|
9 years ago |
Károly Balogh
|
b799ca40f8
m68k: various cleanups and improvements in the GAS assembler writer: pass operands to the helpers by reference, removed a few extra shortstring copies, cleanups
|
9 years ago |
Károly Balogh
|
288fa53694
m68k: is_calljmp cleanup
|
9 years ago |
Károly Balogh
|
e0b0ec3d43
m68k: disabled the force-enabled stack checking for m68k-amiga when compiling the compiler, which was enabled since forever. the current Amiga RTL startup code supports setting stack size programmatically, therefore very low default stack on Amiga is no longer a problem
|
9 years ago |
florian
|
a4d2f71d3d
* better estimation of compatibility of array constructors with open arrays, resolves issue #29244
|
9 years ago |
svenbarth
|
61b12af82b
Fix for Mantis #29321.
|
9 years ago |
sergei
|
5456960d54
* MIPS: Fixed code generation for PIC calls to local functions. Uncovered by r32803, before that the buggy branch was never taken because all functions were global.
|
9 years ago |