florian
|
e88248d453
+ comment to explain last commit
|
1 year ago |
florian
|
bf1c674672
* don't remove align directives before case jump tables (they have the type alt_addr)
|
1 year ago |
Ondrej Pokorny
|
910a70ed0d
HTTPClient: check for changed host/port for KeepConnection
|
1 year ago |
Michaël Van Canneyt
|
37f145707a
* Fix compilation
|
1 year ago |
Michaël Van Canneyt
|
6689e2fe21
* Fix result of TFPSList.Expand in case of early exit
|
1 year ago |
Michaël Van Canneyt
|
33f6a9042d
* Minor improvement of TFPSList.Expand
|
1 year ago |
Michaël Van Canneyt
|
5c4f365be4
* Fix DeleteDirectory
|
1 year ago |
Michaël Van Canneyt
|
0b38f99b47
* Fix compilation of example. Fixes issue #40715
|
1 year ago |
florian
|
a90691435b
+ abs(long/int64): overflow checking for xtensa implemented
|
1 year ago |
Michael Van Canneyt
|
c17cbbe788
* Observe max capacity. Resolves issue #40720
|
1 year ago |
Rika Ichinose
|
e42209457e
Shorter i386 Exp().
|
1 year ago |
florian
|
240739e71d
* compilation on 64 bit targets fixed
|
1 year ago |
florian
|
a8d496ade7
* i386 uses generic x86 abs(long/int64) code now
|
1 year ago |
florian
|
13e7f947ea
* all CPUs use now internal abs(<int64>) so overflow checking is possible
|
1 year ago |
florian
|
c87213085f
* overflow checking for generic abs(<int64>)
|
1 year ago |
florian
|
8132ccd42b
+ generic implementation of abs(<int64>)
|
1 year ago |
florian
|
9a32c00070
* improve TFPSList.Delete as proposed by Alexey Torgashin, resolves #40718
|
1 year ago |
florian
|
56d84c9283
* compilation fixed
|
1 year ago |
florian
|
0efd3afb8c
+ arm: internal abs(<int64>)
|
1 year ago |
florian
|
f0cc07fe68
+ 8086: overflow checking for abs(<long/int64>)
|
1 year ago |
florian
|
2641f65bb7
* compilation with -dEXTDEBUG fixed
|
1 year ago |
florian
|
22e9033076
+ MMXSupport added to cpu unit
|
1 year ago |
Rika Ichinose
|
6c8acf28cd
Shorten MMX unit.
|
1 year ago |
florian
|
f28cbbf73b
* run test with different options as it is tricky
|
1 year ago |
J. Gareth "Curious Kit" Moreton
|
889c55ecae
* "tminmax" test now prints out 'ok' if it passes and the error code if it fails
|
1 year ago |
florian
|
fea8050457
* fix i386 building after fb3c4ff75be75c367f4f4d505563475ef7accdb5
|
1 year ago |
florian
|
15398549a4
* fix simplication of max(double,double) with both values being constants
|
1 year ago |
florian
|
fb3c4ff75b
* avoid CMPs with constants outside the range of signed 32 bit values
|
1 year ago |
Michaël Van Canneyt
|
b1312ed3c6
* Patch from Thierry Gayet to fix double prefix when using aliases
|
1 year ago |
Michaël Van Canneyt
|
564597a573
* Fix access violation: module can be reset while loading dependent units. Fixes issue #40705
|
1 year ago |