reiniero
|
494d79bd7e
* fcl-db: TSQLScript: support explicit COMMIT/COMMIT WORK and COMMIT RETAIN script commands (with UseCommit) to use commit, respectively commit retaining.
|
11 anos atrás |
Jonas Maebe
|
951727f453
* fixed crash when concatenating more than 2 ansistrings that are all empty
|
11 anos atrás |
reiniero
|
15152a2045
* fcl-db: TSQLScript tests for issue #25334, probably issue #17829
|
11 anos atrás |
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
|
12 anos atrás |
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.
|
12 anos atrás |
paul
|
f6e1c76aa8
rtl: apply patch of Inoussa which describes the unicode collation algorithm data layout (mantis #0025240)
|
12 anos atrás |
michael
|
21e178d9d2
* Patch from Inoussa to add binary streaming (bug id 25335)
|
12 anos atrás |
reiniero
|
caa86aaab9
* fcl-db: tsqlscript: do not parse : as parameters; fixes creating Firebird stored procedures with select bla into :bla
|
12 anos atrás |
reiniero
|
9981481729
* fcl-db: cosmetic
|
12 anos atrás |
nickysn
|
6fdadb6248
* 8087 fixes in tx86addnode.second_cmpfloat:
|
12 anos atrás |
nickysn
|
7ae59a62c5
* emit a FWAIT after a floating point store, when targeting the 8087 and 80287
|
12 anos atrás |
paul
|
6e7cc22207
compiler: don't allow to assign to for-in loop variable (bug #0025318)
|
12 anos atrás |
nickysn
|
0020a2ed10
+ when targeting the i8087, emit FWAIT prefix manually for the 8087 instructions
|
12 anos atrás |
nickysn
|
12b2f86e99
+ added function requires_fwait_on_8087(), which checks whether a given
|
12 anos atrás |
sergei
|
949b994a68
- Got rid of "goto".
|
12 anos atrás |
nickysn
|
85e1f444c5
* is_ecx_used modified to only check the callee side, but after a call to
|
12 anos atrás |
reiniero
|
f19d65118d
* fcl-db gui test runner: move edit .ini button out of the way a bit
|
12 anos atrás |
nickysn
|
fbca7ee2cb
* check callerside if calleeside isn't available in is_ecx_used. Based on the
|
12 anos atrás |
michael
|
a13f479b50
* Added PeriodBetween by Bart
|
12 anos atrás |
nickysn
|
3eeb422abe
* use $(NASM) to compile the asm loaders. Fixes mantis #25223.
|
12 anos atrás |
nickysn
|
5b3163beb4
* updated fpcmake revision.inc
|
12 anos atrás |
nickysn
|
07e3792801
+ added NASM to the default tools in fpcmake.ini
|
12 anos atrás |
marco
|
f488e8decd
* add some definition of char (#0..#255) to the dummy system types.
|
12 anos atrás |
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 anos atrás |
sergei
|
bca2c464da
* Don't generate x87 instructions for sin and cos on win64, somehow managed to not commit this part in r25995. Mantis #17273.
|
12 anos atrás |
lacak
|
c16d232c3a
fcl-db: bufdataset: when updates in update buffers are canceled, reverted records must be correctly restored to all active indexes not only in current (then other indexes remains in inconsistent state)
|
12 anos atrás |
nickysn
|
6af4353933
+ enabled PatternLineVESA256 in the graph unit for i8086-msdos as it now
|
12 anos atrás |
sergei
|
141b2f7066
* arcsin and arccos: improve accuracy at small arguments by replacing sqr(1-x*x) with sqr((1-x)*(1+x)).
|
12 anos atrás |
Jonas Maebe
|
b6d279d4aa
* don't transform div-by-power-of-2 into a shift when overflow checking is
|
12 anos atrás |
lacak
|
f02dd9fde9
fcl-db: sqldb: formatting + add default information schema query for SchemaType=stProcedures (for those TSQLConnection descendants, which does not implement own schema query use sql standard)
|
12 anos atrás |