sergei
|
db72b8d7fd
* TCGMips.a_loadfpu_reg_cgpara: temps of type Double need 8-byte alignment, according to description of sdcX/ldcX instructions. Using TCGSize2Size to specify alignment is somewhat weird, but it is being used in other CPU back-ends and looks working.
|
12 лет назад |
sergei
|
1415569ecb
- Removed UnixToWinAge, since revision 444 it does not change its argument, but wastes a lot of CPU cycles converting it from local time and back.
|
12 лет назад |
michael
|
cecea651b2
* Expose ForeachCall functionality in new Iterate call, but keep backwards compatibiliy
|
12 лет назад |
michael
|
37279faba5
* Hide internals of ForeachCall data structure
|
12 лет назад |
michael
|
95a0d01d0d
ForeachCall needs to be pubic
|
12 лет назад |
lacak
|
722193d643
fcl-db: sqlite: increase max allowed column length. Fix for existing test TestStringLargerThen8192.
|
12 лет назад |
lacak
|
7566c9c685
fcl-db: postgresql: correct message for unpreparation.
|
12 лет назад |
lacak
|
7e2627f047
fcl-db: formatting (char case)
|
12 лет назад |
lacak
|
ecd81ed514
fcl-db: postgresql: do not clear result of PQexec if result set is returned (PGRES_TUPLES_OK) + test
|
12 лет назад |
lacak
|
66a6b15efe
fcl-db: switch from usage of [stSelect, stExecProcedure] to FSelectable to determine if there is result set.
|
12 лет назад |
lacak
|
6a9c3a6061
fcl-db: introduce FSelectable as new TSQLCursor class field. Update sql connectors to set it after Preparation or Execution of sql statement to signal if there will be or is result set. This change is neutral. In next commit I will use FSelectable to determine if allow Open or raise SErrNoSelectStatement.
|
12 лет назад |
michael
|
11a531ab62
* Fixed bug #23477
|
12 лет назад |
reiniero
|
50f1ab686a
* fcl-db tests: clarified TTestBufDatasetDBBasics.TestIndexEditRecord error messages/description
|
12 лет назад |
nickysn
|
ca61631524
* fixed the key codes of the Shift-Key combinations in the X11 console
|
12 лет назад |
florian
|
db68214e88
+ support setpeoptflags directive, resolves #23447
|
12 лет назад |
Jonas Maebe
|
d180d6f241
* fixed size of movzx/movsx with 64bit operand in x86-64 Intel asm reader
|
12 лет назад |
Jonas Maebe
|
14b1c8a99c
* moved fpc_threadvar_relocate_proc from systemh.inc to thread.inc
|
12 лет назад |
florian
|
2ea6979277
* handle Movzl/Op/Mov optimization correctly, resolves #23431
|
12 лет назад |
sergei
|
00ca4a74a3
* Reworked/fixed TExeSymbol.State behavior:
|
12 лет назад |
sergei
|
a771d68685
* Fixed a bug introduced in r23077: relative_reloc_count must be increased only once per GOT entry, not every time a relocation to that entry is seen.
|
12 лет назад |
reiniero
|
4ab7c432c0
* fcl-db tests: cosmetic: updated readme
|
12 лет назад |
sergei
|
a7eab8ff67
* TElfObjInput: Factored section creation code into separate method which can be called by CPU-specific routines.
|
12 лет назад |
reiniero
|
7c128f6556
* fcl-db sqldb: cosmetic; added info to readme.txt
|
12 лет назад |
reiniero
|
9cb8438cca
* fcl-db tests: cosmetic: test using constants instead of manually assigned values that happen to be the same
|
12 лет назад |
lacak
|
bc25c4b297
fcl-db: tests: starting from rev.23113 is AutoCommit OFF by default for TODBCConnection. So we does not need set it explicitly (reverts my previous commit in rev.23075)
|
12 лет назад |
lacak
|
fb3a6f9054
fcl-db: odbc: map 'call' to stExecProcedure.
|
12 лет назад |
sergei
|
59593f86a7
+ Some more ELF definitions (related to symbol versioning).
|
12 лет назад |
sergei
|
36859068f5
* Propagate AS_NEEDED flag further into Load_DynamicObject and handle it properly: shared objects marked with AS_NEEDED are added to dependencies only if they actually resolve some symbol.
|
12 лет назад |
Jonas Maebe
|
29095e9dd3
* fixed if-simplication for C-style booleans by considering all values
|
12 лет назад |
sergei
|
7d19a6d551
* Propagate AS_NEEDED flag down the expression tree an assign it to TStaticLibrary objects.
|
12 лет назад |