florian
|
caef53e63b
* another patch by Max Nazhalov to fix missing exits in the softfpu code
|
12 yıl önce |
florian
|
7f6aa98553
* restored changes made in r24864 which I accidently overwrote with r24871
|
12 yıl önce |
michael
|
30621e2e06
* Patch from Reinier OlieSlagers to correct message in case of not equals (bug ID 24433)
|
12 yıl önce |
lacak
|
f95f42d72b
fcl-db: tests: introduce TDBBasicsTestCase as ancestor for other test cases (call DBConnector.StartTest and StopTest from him)
|
12 yıl önce |
svenbarth
|
2e186a91fa
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
|
12 yıl önce |
nickysn
|
4840a33b80
* also return true in is_calljmp() for the A_JCXZ instruction on the i8086
|
12 yıl önce |
sergei
|
6cb66faffe
* Removed redundant assignments to result in UniversalTimeToLocal and LocalTimeToUniversal, Mantis #24582.
|
12 yıl önce |
lacak
|
812efbad13
fcl-db: tests: add TestSQLDB to dbtestframework
|
12 yıl önce |
sergei
|
64cf141f0c
* Fix building for WinCE (KEY_WOW64_xx constants do not exist there), resolves #24587
|
12 yıl önce |
lacak
|
5e1b3b303a
fcl-db: tests: formatting (order methods)
|
12 yıl önce |
lacak
|
ee2fee4259
fcl-db: sqldb:
|
12 yıl önce |
nickysn
|
511b1f37c1
* write the segment of aitconst_farptr on a separate line to avoid long symbol truncation, due to line length limit; this fixes compilation of sysutils in the medium memory model
|
12 yıl önce |
nickysn
|
70cd05caa8
* fpc_setjmp and fpc_longjmp updated to support far code memory models
|
12 yıl önce |
nickysn
|
0de550c2c9
* use an indirect jmp in fpc_longjmp
|
12 yıl önce |
nickysn
|
07b9019c94
* jmp_buf.pc renamed to .ip and also changed to word
|
12 yıl önce |
nickysn
|
8392c492cc
* jmp_buf.bp and .sp changed to word, because pointer will become 32-bit in far data memory models
|
12 yıl önce |
nickysn
|
baa4d39ea3
+ apply extra_param_offset to all i8086 asm routines that use nostackframe
|
12 yıl önce |
nickysn
|
5d4ebf0dca
+ added extra_param_offset constant for accessing parameters in asm routines with nostackframe
|
12 yıl önce |
florian
|
980563d576
* several small errors fixed, float128<->float64 conversion works now
|
12 yıl önce |
florian
|
92477a14b8
o patch by Max Nazholov:
|
12 yıl önce |
florian
|
ff3295d8fd
* nostackframe is not allowed by newer FPCs for pascal functions/procedure (and was never recommended)
|
12 yıl önce |
Károly Balogh
|
cdf3f3266b
implemented FileSetDate, improved FileCreate
|
12 yıl önce |
nickysn
|
bb06899ec7
* clarified the comment for aitconst_farptr
|
12 yıl önce |
nickysn
|
fa9c26f76f
+ medium memory model added to the compiler help messages
|
12 yıl önce |
nickysn
|
d387182bd6
* when doing a pointer comparison on i8086, don't cast a far pointer to a near one (pchar), but use a far one instead
|
12 yıl önce |
nickysn
|
894d400a7b
+ added is_farpointer(tdef) and is_hugepointer(tdef) helper functions to defutil
|
12 yıl önce |
pierre
|
aae318403d
Fix a int64<->single conversion failure exposed in test/units/softfpu/sfttst.pp
|
12 yıl önce |
nickysn
|
70dbd7f667
* far pointer aware conversion of method pointer to plain procvar
|
12 yıl önce |
sergei
|
562714129f
* MIPS: get completely rid of LI macro, generate equivalent CPU instructions instead.
|
12 yıl önce |
nickysn
|
6046edd8f9
+ i8086/n8086cnv.pas added to lazarus project
|
12 yıl önce |