Jonas Maebe
|
2ba6583d8d
Merged revisions 12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 years ago |
Jonas Maebe
|
11083d88b3
Merged revisions 11337-11338,11341-11345,11348,11350-11361,11363-11368,11370,11376-11392,11397-11400,11402-11410,11415-11419,11421,11423-11426,11429-11464,11466-11468,11471-11486,11489,11491-11517,11522,11524-11527,11529-11534,11536-11550,11552,11554,11556,11558-11561,11563,11565-11570,11572-11587,11589-11618,11620,11623-11627,11629-11663,11668-11669,11671-11682,11684,11686-11688,11693,11697,11699-11700,11703-11704,11708-11711,11719-11722,11727,11730-11732,11738-11777,11779,11782-11784,11786-11809,11811-11821,11823-11830,11832-11835,11837-11847,11849-11871,11873-11875,11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045 via svnmerge from
|
17 years ago |
florian
|
d7673694f1
* enable parsing of default properties when used with objects, resolves #10795
|
17 years ago |
Jonas Maebe
|
8adc596c16
- revert fix for #10927: the old behaviour was Delphi compatible,
|
17 years ago |
Jonas Maebe
|
005bdc1af4
* fixed "inherited some_property" constructs for getters/setters
|
17 years ago |
florian
|
914a8ec4b4
* convert the array into a variant as well before calling fpc_variant_put, resolves #10495
|
17 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
florian
|
6c53785e3a
* first part of implements clean up and fixing
|
17 years ago |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 years ago |
daniel
|
894dc04966
* Procedures containing a non-local label should not be inlined.
|
17 years ago |
daniel
|
4ca3a590e8
* Labels that are defined or referenced in a different lexical level
|
17 years ago |
florian
|
2d91fef4f1
+ accept system.string, resolves #10489
|
18 years ago |
peter
|
537319385b
* support (expr[,expr]) recovery for postfixoperators
|
18 years ago |
florian
|
a5ccf16016
+ disp. var. property setting, resolves #10133 and #9134
|
18 years ago |
florian
|
578c18a204
+ support of <variant>.<id1>.<id2> ... resolves #9233 and partly #10133
|
18 years ago |
peter
|
1e123d66ba
* improved generics
|
18 years ago |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 years ago |
peter
|
e0cf015159
* refactor function result handling
|
18 years ago |
Jonas Maebe
|
21abdd2f4e
+ support for specifying the minimal precision for floating point
|
18 years ago |
peter
|
1dd62b8686
* write also asmblocklabel for a connected labelsym
|
18 years ago |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 years ago |
florian
|
7cbe76b8dc
* pass only a pointer to a result when the result is used when invoking idispatch, resolves #9162
|
18 years ago |
daniel
|
cd2880cbbd
- Because int_to_type handles qwords now, the trial and error to parse a constant
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
Jonas Maebe
|
22c1d5915e
* enable break and continue in macpas mode (mantis #9032)
|
18 years ago |
Jonas Maebe
|
c80d4225ca
+ support for ISO Extended Pascal ReadStr() and WriteStr() routines
|
18 years ago |
Jonas Maebe
|
76b190b723
- removed caretn and related code
|
18 years ago |
florian
|
23aa57ff75
+ support of dispatch call using <variant>.<id>
|
18 years ago |
Jonas Maebe
|
69cf42c4f7
* fixed val(s,int64) (it accepted values in the range
|
18 years ago |
florian
|
3aa64eb6b4
* made vararrays working on win64
|
18 years ago |