michael
|
c07559bbd1
* In view of recent bug, use traditional for i:=Low() to High instead of for in
|
11 년 전 |
lacak
|
742c590a3a
fcl-db: bufdataset: when data are written to BLOB field (using TBufBlobStream) then unset field null flag when blob stream is created. When writting finishes (on destroy of blob stream) set null flag if blob is empty. + updated test TestChangeBlob. Bug #15376
|
11 년 전 |
sergei
|
e163a2c813
* MIPS and SPARC: determine whether case expression is in range using a single unsigned comparison (like it is done on other targets).
|
11 년 전 |
nickysn
|
8926a3268c
* fixed TTimeStamp for integer=smallint
|
11 년 전 |
sergei
|
54e561dfa4
* Assign CharLengthPCharProc and CodePointLengthProc always in initunicodestringmanager, doing it in initwidestringmanager only complicates things.
|
11 년 전 |
marco
|
ed1d5aab37
* mantis #25841
|
11 년 전 |
Károly Balogh
|
a82a3ec38e
let the assembler decide about the size of the Bcc and BRA instructions, this makes code generated here work on a 68000 (and probably a lot smaller in size, no more forced 32bit displacements)
|
11 년 전 |
Károly Balogh
|
6bd062b59f
according to the M68K PRM and also GNU AS, plain 68000 has no BRA.L
|
11 년 전 |
Károly Balogh
|
075645d2b3
do not generate zero divisor checks if a divisor is a constant
|
11 년 전 |
Károly Balogh
|
1e65caa37a
fixed the 68020 codepath for emit_div/mod
|
11 년 전 |
reiniero
|
2592b1d662
fcl-db: dbtestframework:
|
11 년 전 |
reiniero
|
5d71687901
fcl-db: bufdataset: revert r27075 because it had already been fixed another way in r26611, r26621
|
11 년 전 |
Károly Balogh
|
73f8c956e0
don't save the FP explicitly on a syscall, as they preserve all regs anyway except scratch regs
|
11 년 전 |
reiniero
|
088c4fce57
dbtestframework:
|
11 년 전 |
lacak
|
eefead9990
fcl-db: tests: use column names in same char-case as they are typed in CREATE TABLE statement (used in tests). If "test database" on MS SQL Server has case-sensitive collation then char-case of table names and column names are also case-sensitive.
|
11 년 전 |
michael
|
42d671ed51
* Patch from Reinier Olislagers to fix issue #17376
|
11 년 전 |
michael
|
3c015a3ab1
* Made property TableName protected (as suggested in 20395)
|
11 년 전 |
reiniero
|
35938befd4
fcl-db: dbtestframework
|
11 년 전 |
michael
|
0e61b5b6c1
* Removed wrong ELSE (bug id 25836)
|
11 년 전 |
Jonas Maebe
|
4065483a50
* completed thlcgobj.location_force_fpureg(), use it everywhere and removed
|
11 년 전 |
Károly Balogh
|
875a7418b3
disable broken 68020 codepath and fall back to generic until it gets fixed
|
11 년 전 |
Károly Balogh
|
3c015555ae
use unsigned RawDoFmt() formatting for size in heap debug mode
|
11 년 전 |
nickysn
|
b670ceb4d2
* compilation fix after r27067
|
11 년 전 |
nickysn
|
afea0739c6
* fixed StrToInt, IntToStr and friends for objpas.integer=smallint
|
11 년 전 |
Károly Balogh
|
9e74fd4d33
include libsym handling for m68k as well, Amiga needs it
|
11 년 전 |
Károly Balogh
|
7e1051324d
include exec on Amiga only in the implementation part
|
11 년 전 |
Károly Balogh
|
9ec1d4ee89
fixed spilling operation type for some ColdFire instructions
|
11 년 전 |
nickysn
|
2c7a83cd78
* use integer for the property indexes, instead of longint. Fixes compilation
|
11 년 전 |
nickysn
|
b4bb09254e
* use a 16-bit integer for property indexes on 16- and 8-bit targets
|
11 년 전 |
nickysn
|
dcc2354760
* disallow 64-bit property index specifiers on 64-bit CPUs, since they were not
|
11 년 전 |