Jonas Maebe
|
24f4adf657
* set the rangedef of open arrays to ptrsinttype (instead of s32inttype),
|
11 年之前 |
Jeppe Johansen
|
5ad478b252
Fixed compilation of packages on win32 after r27966.
|
11 年之前 |
Károly Balogh
|
c6153010d1
m68k: plain 68000 doesn't support index scaling at all (020+ and CF only)
|
11 年之前 |
Jonas Maebe
|
159a35da4e
* check for read/write after a newly declared property (mantis #26011)
|
11 年之前 |
Jonas Maebe
|
5795daf2cd
* removed no longer used/needed {$ifdef jvm} parts
|
11 年之前 |
nickysn
|
82eb84ddff
+ added warning in case of an $M directive with an invalid stack size specified
|
11 年之前 |
nickysn
|
c868a5e0ea
* check whether the stack size specified in the $M directive exceeds the maximum
|
11 年之前 |
reiniero
|
421139e77a
* fcl-db: sql parser: update readme after previous commit
|
11 年之前 |
reiniero
|
951d128042
- fcl-db: sql parser
|
11 年之前 |
nickysn
|
d7f9265eba
* limit the stack size set by the -Cs option to 65520 bytes on i8086 and other
|
11 年之前 |
nickysn
|
22a7dfa231
* stack segment moved outside of dgroup in the i8086 far data memory models, so
|
11 年之前 |
nickysn
|
49f93b4464
* use the 'order' wlink directive to specify the segment order, instead of using
|
11 年之前 |
nickysn
|
2dc8839af5
* set class=data to all data segments/sections on i8086
|
11 年之前 |
nickysn
|
8ad63788c7
- do not emit a stack segment in the tiny memory model
|
11 年之前 |
sergei
|
05ecd3cec1
* One more fix of operand size, likely harmless because shift amount is taken modulo bit-width anyway.
|
11 年之前 |
Jonas Maebe
|
8634aa8ad2
* fixes for the support for overriding properties on the JVM target:
|
11 年之前 |
Jonas Maebe
|
a8ed74d4d2
* remove "override" from automatically getter/setter if it's based upon an
|
11 年之前 |
Jonas Maebe
|
d384db84af
* don't generate a getter/setter if no explicit prefix has been specified
|
11 年之前 |
Jonas Maebe
|
0742b65a2b
* pstring -> pshortstring (fix for r27940)
|
11 年之前 |
Károly Balogh
|
0045f34322
tabs to spaces and indentation fix, no functional changes
|
11 年之前 |
michael
|
7cd6b3cea6
* Support for -- comments, speedup, made some methods protected/virtual so behaviour is more customizable
|
11 年之前 |
sergei
|
15bf176bc0
* Fixed building on x86_64 with 2.6.4, which generates unsigned division with sign-extended left for "(-qword) mod qword". Mantis #26336.
|
11 年之前 |
svenbarth
|
c6496f8ec5
Fix for Mantis #26278.
|
11 年之前 |
reiniero
|
e8eaa94cab
* fcl-db: sql parser: cosmetic (todo list)
|
11 年之前 |
sergei
|
be6d6d90d7
+ Division-by-constant optimization for x86_64 (merged i386 code adapted for different operand sizes, so the result should be suitable for i386 as well).
|
11 年之前 |
reiniero
|
7863213048
* fcl-db: oracle connection fixes:
|
11 年之前 |
sergei
|
d83fb7790e
* Fixed masking high bits when calculating 32-bit magic numbers for unsigned division on 64-bit CPU, namely on x86_64. Original powerpc64 code did calculations always in 64 bits, that's why incorrect masking went unnoticed.
|
11 年之前 |
michael
|
f8e828ac46
* Patch from Michal Gawrycki to add GetDatabaseStats (Bug ID 26334)
|
11 年之前 |
michael
|
8ccd3fb9d9
* Patch from Michal Gawrycki to add some missing constants (Bug ID 26333)
|
11 年之前 |
Jonas Maebe
|
2075dc5a53
* support for raising the visibility of inherited properties on the JVM
|
11 年之前 |