peter
|
01fd4f55f6
Merged revisions 8014,8016,8027,8034,8036-8037,8039,8044,8046,8048,8051,8060,8071,8075-8076,8082-8083,8087-8089,8091,8095-8096,8098-8100,8136,8138,8143,8148,8154,8157-8160,8164-8166,8170,8174-8177,8187-8188,8190,8203,8206-8207,8212-8213,8215-8217,8219,8223,8225,8227,8233-8239,8252-8253,8262,8268-8273,8275,8281,8284,8302,8305,8307,8309,8316,8318-8319,8324-8325,8327,8336-8341,8347,8349,8351,8354,8357-8359,8370-8371,8382-8383,8402,8404,8407-8408,8410-8411,8418,8420-8427,8430,8432,8434-8435,8438-8443,8445-8446,8448,8450-8454,8456-8457,8459,8462,8469-8470,8472-8483,8486-8488,8490,8493,8496,8506,8512 via svnmerge from
|
18 年之前 |
peter
|
eba8cf37a6
Merged revisions 7648,7653-7655,7663,7675,7677,7681-7683,7689,7697,7702,7704-7712,7716,7719,7725,7736,7738,7740,7744-7746,7751,7753,7764,7767,7769-7770,7772,7776-7778,7788,7793,7797,7811,7814,7817,7830,7836-7839,7846,7849,7862,7864-7865,7869,7872,7877,7882,7884,7886-7887,7905,7907-7908,7910,7916,7925-7929,7931-7932,7936,7941,7944,7953,7961,7967,7971,7976 via svnmerge from
|
18 年之前 |
peter
|
e834fad112
Merged revisions 6907-6908,6916-6917,6921-6922,6924-6928,6930,6932,6937,6943-6946,6952,6954,6956,6974,6976,6991,6996-6998,7002,7007,7016,7020-7021,7033,7037,7040,7042,7045,7068-7069,7075-7079,7087,7094,7098-7099,7101,7103,7109,7115-7119,7128,7136-7137,7139,7150,7160-7162,7175,7179,7184,7186,7190-7195,7198,7202,7205-7206,7208-7217,7220-7222,7225-7228,7230-7231,7233,7239-7241,7244,7246,7263,7275,7277,7279-7281,7285,7288-7289,7291-7293,7296,7300,7303,7308,7310,7318,7340-7341,7343,7345,7350,7372-7373,7375-7376,7379,7381,7383-7388,7391-7392,7400,7404-7406,7411,7422,7425,7436,7441-7442,7444-7446,7450,7456,7463,7467,7475,7479,7486,7498,7504,7506-7509,7511,7522,7527,7534-7537 via svnmerge from
|
18 年之前 |
Jonas Maebe
|
e11816c38d
The "replaced" file is because I first had to undo some hacked manual
|
18 年之前 |
peter
|
18838854f9
Merged revisions 8137 via svnmerge from
|
18 年之前 |
yury
|
2fc115ba37
Merged revisions 7720-7724,7727,7728,7730,7731,7734 via svnmerge from
|
18 年之前 |
daniel
|
f7f07e518e
* Merge 6961 and 6994.
|
18 年之前 |
florian
|
fd392dc2b6
* allow inherited; calling abstract methods in delphi mode, resolves #5896
|
18 年之前 |
tom_at_work
|
106fe68ce6
* renamed TStringList to TCmdStrList, in general use TCmdStr instead of shortstrings to fix bug #6351
|
18 年之前 |
Jonas Maebe
|
d614eab0fb
* don't call afterconstruction/beforedestruction in case an exception
|
18 年之前 |
Jonas Maebe
|
3e153102a8
* fixed calling class methods via classrefdefs (mantis #8145)
|
18 年之前 |
Jonas Maebe
|
3d99dcc178
* object constructors/methods obviously can also read the object
|
18 年之前 |
Jonas Maebe
|
9ad579855e
* fixed webtbf/tw3631
|
19 年之前 |
Jonas Maebe
|
38d54234d7
* fixed crash when calling a procvar with too many parameters
|
19 年之前 |
peter
|
d2c8e7429e
* include parameter types for checking abstract calls
|
19 年之前 |
peter
|
0f70e42920
* abstractmethodlist to tfphashlist
|
19 年之前 |
Jonas Maebe
|
2ddeca21e6
* don't give warning about constructing instance with abstract methods
|
19 年之前 |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
19 年之前 |
florian
|
d5291d0e18
+ handle variant dispatching
|
19 年之前 |
Jonas Maebe
|
47ff7b62e7
* fixed overload choosing algorithm so it's Delphi-compatible +
|
19 年之前 |
Jonas Maebe
|
e4a2fb7f35
* fixed mantis 7975 and 7107 (ie 200311075 when working using somewhat
|
19 年之前 |
Jonas Maebe
|
89349c2f1a
* fixed web bug #7963 (crash when trying to print the name of a procvar
|
19 年之前 |
Jonas Maebe
|
d7633e9dd0
* removed wrong comment from r5389 (no longer applicable since r5390)
|
19 年之前 |
Jonas Maebe
|
7c387c9f82
- removed double initialisation of local typed constants/initialised
|
19 年之前 |
Jonas Maebe
|
9e60d6791d
* show name of procedure/function called with too few parameters
|
19 年之前 |
tom_at_work
|
3b6d5c3676
- cleanup, fixing of uninitialized variables, missing return values and unused variables
|
19 年之前 |
Jonas Maebe
|
5444207df8
* better fix for tw1623 (generates more optimal code)
|
19 年之前 |
Jonas Maebe
|
248046320a
* fixed inlining of functions called in their own parameters (tw1623)
|
19 年之前 |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 年之前 |
peter
|
f88e6a834e
* typo
|
19 年之前 |