Károly Balogh
|
3d07b35d77
do not append directory separator when it is already there, as // equals /../ on Amiga, fixes smartlinked RTL build
|
11 년 전 |
nickysn
|
6cd62437f9
+ i8086 asm implementation of fpc_trunc_real, based on the i386 version. Fixes
|
11 년 전 |
Károly Balogh
|
ba89914471
use the new HASAMIGA instead of the non-existing AmigaShell
|
11 년 전 |
Károly Balogh
|
da3603e663
introduce HASAMIGA define to easily identify various Amiga flavors (similarly to HASUNIX)
|
11 년 전 |
sergei
|
472b82c09a
* Removed 'absolute'-style aliasing records to floating-point variables, because it causes internal compiler error on some targets.
|
11 년 전 |
sergei
|
43c96cd898
* TBits.ORBits and TBits.XORBits: properly handle case when other TBits object has smaller Size. Mantis #25289.
|
11 년 전 |
reiniero
|
494d79bd7e
* fcl-db: TSQLScript: support explicit COMMIT/COMMIT WORK and COMMIT RETAIN script commands (with UseCommit) to use commit, respectively commit retaining.
|
11 년 전 |
Jonas Maebe
|
951727f453
* fixed crash when concatenating more than 2 ansistrings that are all empty
|
11 년 전 |
reiniero
|
15152a2045
* fcl-db: TSQLScript tests for issue #25334, probably issue #17829
|
11 년 전 |
lacak
|
9d1662d977
fcl-db: ibconnection: adjust TTm structure to match definition in glibc on 64bit architectures (btw: this structure is not used by default). Bug #21656
|
11 년 전 |
sergei
|
b48ac658fb
+ Payne/Hanek argument reduction routine, improves accuracy of generic sin/cos functions over larger argument range. Tested on x86_64-win64 and mipsel-linux.
|
11 년 전 |
paul
|
f6e1c76aa8
rtl: apply patch of Inoussa which describes the unicode collation algorithm data layout (mantis #0025240)
|
11 년 전 |
michael
|
21e178d9d2
* Patch from Inoussa to add binary streaming (bug id 25335)
|
11 년 전 |
reiniero
|
caa86aaab9
* fcl-db: tsqlscript: do not parse : as parameters; fixes creating Firebird stored procedures with select bla into :bla
|
11 년 전 |
reiniero
|
9981481729
* fcl-db: cosmetic
|
11 년 전 |
nickysn
|
6fdadb6248
* 8087 fixes in tx86addnode.second_cmpfloat:
|
11 년 전 |
nickysn
|
7ae59a62c5
* emit a FWAIT after a floating point store, when targeting the 8087 and 80287
|
11 년 전 |
paul
|
6e7cc22207
compiler: don't allow to assign to for-in loop variable (bug #0025318)
|
11 년 전 |
nickysn
|
0020a2ed10
+ when targeting the i8087, emit FWAIT prefix manually for the 8087 instructions
|
11 년 전 |
nickysn
|
12b2f86e99
+ added function requires_fwait_on_8087(), which checks whether a given
|
11 년 전 |
sergei
|
949b994a68
- Got rid of "goto".
|
11 년 전 |
nickysn
|
85e1f444c5
* is_ecx_used modified to only check the callee side, but after a call to
|
11 년 전 |
reiniero
|
f19d65118d
* fcl-db gui test runner: move edit .ini button out of the way a bit
|
11 년 전 |
nickysn
|
fbca7ee2cb
* check callerside if calleeside isn't available in is_ecx_used. Based on the
|
11 년 전 |
michael
|
a13f479b50
* Added PeriodBetween by Bart
|
11 년 전 |
nickysn
|
3eeb422abe
* use $(NASM) to compile the asm loaders. Fixes mantis #25223.
|
11 년 전 |
nickysn
|
5b3163beb4
* updated fpcmake revision.inc
|
11 년 전 |
nickysn
|
07e3792801
+ added NASM to the default tools in fpcmake.ini
|
11 년 전 |
marco
|
f488e8decd
* add some definition of char (#0..#255) to the dummy system types.
|
11 년 전 |
sergei
|
4f0b3f61ec
* fpc_trunc_real: explicitly cast float64.high and float32 to longint, fixes test suite regressions on softfloat targets. These targets have different definitions of float64/float32 (with unsigned fields), causing comparisons like "float64.high<0" to be optimized out.
|
12 년 전 |