svenbarth
|
ad0d885880
* if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64
|
5 years ago |
svenbarth
|
042bbdf613
* as long as the Comp type is declared, declare PComp as well
|
5 years ago |
svenbarth
|
12ae68f503
* also allow TValue.AsExtended for Integer types
|
5 years ago |
florian
|
a20209e691
+ tf_init_final_units_by_calls
|
5 years ago |
florian
|
e332c17bbd
* some inconsistency regarding FPC_NONE usage fixed
|
5 years ago |
florian
|
be0054eeb4
* fixed output of line numbers/columns with -vR
|
5 years ago |
florian
|
ef87879402
* common naming for fpu_none string
|
5 years ago |
florian
|
cbec738829
* last commit was not complete/earlier version committed
|
5 years ago |
florian
|
abb79553d2
* optimize case statements with a single branch into if statements (ord const only)
|
5 years ago |
florian
|
cb44d7d4e2
* some cleanup
|
5 years ago |
florian
|
4de6b3e6b9
* do not crash when an unsupported code page is encountered, resolves #35581
|
5 years ago |
michael
|
abeb00cd94
* Fix bug ID #34303, readability opimizations
|
5 years ago |
michael
|
5edf438489
* Fix writing of special chars (bug ID 0036470)
|
5 years ago |
florian
|
8b24033e93
* last fix was most likely not complete
|
5 years ago |
florian
|
0dabe49601
* fix building on non-unix/windows targets
|
5 years ago |
florian
|
99680eb88c
* patch by Anton Kavalenka: heaptrc: Improve tracing by printing actual
|
5 years ago |
florian
|
2f374a37b7
* patch by Bart Broersma to allow to declare "LongInt = AnsiString" comparison
|
5 years ago |
florian
|
b8b5d84108
* missing +')' added
|
5 years ago |
florian
|
8465710329
+ make use of mulx instruction, if available
|
5 years ago |
florian
|
30927039a6
+ MULX instruction
|
5 years ago |
svenbarth
|
0149d26adb
* in PeepHoleOptPass1Cpu when an instruction contains a segment, don't replace the current instruction with the next, cause then we get an infinite loop when compiling on Win32 with -dTEST_WIN32_SEH -O4
|
5 years ago |
svenbarth
|
1779011ab4
* fix typo in comment
|
5 years ago |
michael
|
b2957b92f4
* Fix bug #0036461, parameters not correctly refreshed in Mysql
|
5 years ago |
michael
|
3440d166ae
* Correct font handling for blocks in memos with different fonts (bug ID 36459, patch by Andi Friess)
|
5 years ago |
ondrej
|
c09c8ed845
sqldb: odbc: use ANSI codepage for connection as default
|
5 years ago |
ondrej
|
f27787b269
sqldb: odbc: send SQL to ODBC as WideString to support FPC 3.0.x character conversion
|
5 years ago |
ondrej
|
a66442ea47
odbc: fix passing ANSI parameters with FPC character conversion
|
5 years ago |
michael
|
49ba4731ed
* Fix currency to SQL_NUMERIC_STRUCT for platforms without extended
|
5 years ago |
florian
|
fe7d7aa1e7
* patch by Alfred to fix building on DragonFly OS, resolves #36450
|
5 years ago |
florian
|
33fa211b84
+ x86-64: assembler implementation for u128_div_u64_to_u64 for SysV ABI
|
5 years ago |