pierre
|
0189276a12
Raise internalerror inside RemoveCurentP is called with p=hp1, because it leads to using a class instance after it has been freed
|
4 年之前 |
florian
|
4f3a21eeec
* don't do x*x -> optimziation for xtensa as it causes a recursive call in sqr(...)
|
4 年之前 |
svenbarth
|
deaff6f7fe
* fix for Mantis #38151: when a Variant is passed by reference to a IDispatch property then invoke it using DISPATCH_PROPERTYPUTREF instead of DISPATCH_PROPERTYPUT
|
4 年之前 |
svenbarth
|
69e6f3dcbb
* if a call inside a generic's code that involves generic type arguments can't be clearly determined then postpone it till specialization in the hope that the type will be clear then
|
4 年之前 |
Mattias Gaertner
|
0be298802b
pastojs: filer: record values
|
4 年之前 |
yury
|
d72566169e
* The code generator of the exit statement must set the fc_gotolabel flag in flowcontrol for inlined routines/code blocks. It fixes the incorrect assumption that such exit statements terminate the main routine.
|
4 年之前 |
Mattias Gaertner
|
d1cfb15a2a
pastojs: filer: fixed checking signature in interface used unit referenced by implementation and needing indirect implementation unit
|
4 年之前 |
florian
|
9c6bdcfbb7
* fix in r47632 should be enabled for all targets as it is a stack tainting
|
4 年之前 |
Mattias Gaertner
|
b90504a458
pastojs: filer skip not fully specialized
|
4 年之前 |
Mattias Gaertner
|
988b67ae71
pastojs: filer: fixed specialize A<B<C>>
|
4 年之前 |
Mattias Gaertner
|
055cfa28b7
fcl-passrc: resolver: fixed specialize name of A<B<C>>
|
4 年之前 |
pierre
|
0cc91a50c7
Fix z80 compiler failure after change to ConcatConstSymbol in commit #47668
|
4 年之前 |
Mattias Gaertner
|
0eac775cea
pastojs: filer: fixed restoring overload names of specialized methods
|
4 年之前 |
Mattias Gaertner
|
7b223eafe1
pastojs: filer: read inline specialize expr
|
4 年之前 |
Mattias Gaertner
|
e2fb9a43b4
pastojs: filer: skip generic references to generic types
|
4 年之前 |
Mattias Gaertner
|
e17365b12a
pastojs: fixed specialize impl procs
|
4 年之前 |
Mattias Gaertner
|
c1496a266e
fcl-passrc: resolver: use declproc signature
|
4 年之前 |
florian
|
482698e566
+ add endsym to ConcatConstSymbol
|
4 年之前 |
pierre
|
6230de31bb
* Second patch xml-node-dump-defs.patch from J. Gareth Moreton from bug report 36882.
|
4 年之前 |
Mattias Gaertner
|
01766a3ff7
pas2js: filer: fixed storing reference to await and debugger
|
4 年之前 |
Mattias Gaertner
|
1c1e994ffc
pastojs: delayed inits only for fully specialized types
|
4 年之前 |
pierre
|
a7fa31aa10
Fix i8086 compiler failure due to move of printnodeindention variable into verbose unit in commit #47658
|
4 年之前 |
florian
|
cbec395907
* test needs -Cg to trigger the warning
|
4 年之前 |
florian
|
0b63068ad2
* dir_push might not flush pending switch changes but has to read the pending
|
4 年之前 |
florian
|
8b06b43c1a
* meanwhile all linux targets support the checkpointer directive
|
4 年之前 |
pierre
|
af17e9460b
Apply patch proposed by J. Gareth Moreton in:
|
4 年之前 |
pierre
|
9901a11d22
Add internalerror when V_Error level is used in Test_double_checksum code, only with TEST_CRC_ERROR macro set
|
4 年之前 |
lacak
|
738959ce59
fcl-db: sqlite: add support for journal_mode pragma (beside foreign_keys pragma). This pragma must be set after connect before any transaction starts.
|
4 年之前 |
svenbarth
|
67d2ecc09f
* with the recent ShortString changes this test is no longer needed as it was added exactly to check the condition I removed, so disable it for 3.2.1 and newer (as I want to merge these changes back to fixes)
|
4 年之前 |
florian
|
7f07c9f94d
+ range check enumeration array indicies, range checking is after all a safety mean
|
4 年之前 |