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 |
florian
|
5f2410b871
* patch by J. Gareth Moreton to fix an ie 2018061400 on darwin
|
5 years ago |
michael
|
46fa6d9bf5
* Fix bug #36443, patch from Andrew H. Allow non-blocking read
|
5 years ago |
Mattias Gaertner
|
822dc85f77
pastojs: fixed compile nodejs
|
5 years ago |
Mattias Gaertner
|
384c5ab644
pastojs: fixed conflicting msg number 4016
|
5 years ago |
Mattias Gaertner
|
12084211bf
pastojs: filer: warn for generics
|
5 years ago |
Mattias Gaertner
|
c8a3a11a26
pastojs: treat constref as const, warn for non record/array
|
5 years ago |
Mattias Gaertner
|
200c3b9390
fcl-passrc: resolver: allow constref
|
5 years ago |
Jonas Maebe
|
94f77251e4
* synchronised zith r444 of the universal interfaces:
|
5 years ago |
Jonas Maebe
|
0f57151d36
+ recognise LLVM 9.0 (no changes needed compared to LLVM 8.0)
|
5 years ago |
svenbarth
|
707f722531
* regenerate msg*.inc files after adding a new error message related to C blocks
|
5 years ago |
svenbarth
|
8111e92e1f
* rework syntax for cblocks: now a cblock directive is required
|
5 years ago |
Jonas Maebe
|
c477816100
- removed LLVM support for clang < 7.0 and Xcode < 10.0: those versions
|
5 years ago |
Jonas Maebe
|
a352a12bb4
* use value_real rather than value_curency when writing currency
|
5 years ago |
michael
|
a3871b0a87
* Fix option character test (bug ID 36438)
|
5 years ago |
michael
|
0b9b002807
* Fix bug ID #36425
|
5 years ago |
svenbarth
|
22ce9006ab
* fix number of last parser_* message entry
|
5 years ago |
svenbarth
|
36e32ee607
* more correct method names (based on patch by Blaise.ru)
|
5 years ago |
svenbarth
|
46a366d6ae
* clear up file comment (based on patch by Blaise.ru)
|
5 years ago |
svenbarth
|
bf5d75e594
* move the common sequence to build a VMT for an objectdef into a separate procedure (based on a patch by Blaise.ru)
|
5 years ago |
svenbarth
|
a6354741e6
* TVMTBuilder.build_interface_mappings does not need to be public (based on patch by Blaise.ru)
|
5 years ago |