Commit Graph

19076 Commits

Author SHA1 Message Date
florian
1cf4d20b51 + BinToHex and HexToBin from Marco added 2005-02-03 20:17:05 +00:00
florian
0e70c8f975 + added case sensitivity to tstringlist 2005-02-03 20:11:06 +00:00
peter
18ebd28692 * push_addr_param must be defined per target 2005-02-03 20:04:49 +00:00
florian
c55c88db32 * made the tstrings.index* functions virtual 2005-02-03 19:51:48 +00:00
florian
81c3feca81 + support for another explicit ugly delphi type cast added 2005-02-03 19:24:33 +00:00
florian
430a1413df + adapted for use fo tcollection.owner 2005-02-03 19:10:39 +00:00
florian
ac450433a4 + tcollection.owner 2005-02-03 19:10:16 +00:00
Károly Balogh
807c98ff5d * reworked startup code:
- now uses AllocTaskPooled
    - check for unsuccessful stack allocation
2005-02-03 19:09:11 +00:00
florian
a2a4985896 * in delphi mode const sets from enumerations with values > 255 are allowed if these elements aren't used 2005-02-03 18:43:59 +00:00
florian
583d4a750d * some delphi compatibility fixes 2005-02-03 18:42:42 +00:00
florian
a10b9c05d9 * more clx compilation fixed 2005-02-03 18:41:12 +00:00
florian
8f571abbb9 + infrastructure for WideCompareText implemented 2005-02-03 18:40:50 +00:00
florian
f9d09611a8 * compilation with 1.0.x fixed
+ infrastructure for WideCompareText implemented
2005-02-03 18:40:02 +00:00
peter
75f0b9eb40 * fix extended paraloc 2005-02-03 18:32:25 +00:00
peter
43508f7ffc * updated comments 2005-02-03 17:18:10 +00:00
peter
ffb7b80888 * more procvar directive fixes 2005-02-03 17:11:40 +00:00
peter
16a60238c6 * check for-loop constants ranges 2005-02-03 17:10:58 +00:00
peter
8f2a768124 * fix win32 small array parameters 2005-02-03 17:10:21 +00:00
peter
86c8e46d5d * 1.0.x fix 2005-02-03 16:21:59 +00:00
peter
1092eb261c * norun 2005-02-03 16:18:27 +00:00
peter
78c475333e * new bugs 2005-02-03 16:12:39 +00:00
Károly Balogh
9ccc0ffda7 t_morph.pas 2005-02-03 03:54:06 +00:00
florian
b060f8f10a * delphi assumes dyn. array access make expressions l-values because it's internally a pointer 2005-02-02 22:16:39 +00:00
florian
a9c961b9f6 + TCollection nofication mechanisms added 2005-02-02 20:22:15 +00:00
florian
fa2b38e520 + PaletteCreated added
+ TCollectionNotification added
2005-02-02 19:56:11 +00:00
florian
af18e7359f + allow to take the address of a resourcestring in typed constants 2005-02-02 19:42:19 +00:00
florian
8082a0c3a4 * empty class grouping functions 2005-02-02 19:39:59 +00:00
florian
90d88ec1a5 * <class/interface>(<any ord. type>) in delphi mode allowed 2005-02-02 19:04:31 +00:00
florian
f5cab73217 * fixed proc. vars with calling specifiers in usual var declarations 2005-02-02 19:03:27 +00:00
florian
71679e0662 * type = type <procvar>; ignored 2005-02-02 19:02:47 +00:00
Jonas Maebe
c46927161e * fix from Tomas for calling conventions 2005-02-02 11:57:19 +00:00
Károly Balogh
452de9187c * removed debug writelns from florian's previous commit 2005-02-02 02:19:42 +00:00
florian
beee137eb7 no message 2005-02-01 23:19:09 +00:00
florian
49347a0117 * fixed:
r1 = record
      p : procedure stdcall;
      i : longint;
    end;
2005-02-01 23:18:54 +00:00
florian
cc7220d3db no message 2005-02-01 23:17:46 +00:00
florian
65e3bccd25 no message 2005-02-01 23:16:37 +00:00
florian
2fa0967349 no message 2005-02-01 23:06:55 +00:00
florian
5007b3e395 * inherited; works now in delphi mode for private methods; looks like a delphi bug 2005-02-01 22:50:50 +00:00
florian
99f22b89e3 + tstrings.error for resourcestrings added which are a pstring 2005-02-01 21:49:05 +00:00
florian
3d6ceb8979 + tcollection.updatecount support added 2005-02-01 21:32:55 +00:00
florian
dfc15cf2cb + tstrings.updatecount property added
+ tcollection.updatecount support added
2005-02-01 21:32:47 +00:00
florian
2c5e295573 * adapted to new widestring manager 2005-02-01 20:23:39 +00:00
florian
4f7560d89e * improved widestring infrastructure manager 2005-02-01 20:22:49 +00:00
florian
0853821fd1 + interface <-> variant conversion from Danny Milosavljevic 2005-02-01 20:22:24 +00:00
florian
da85b90f65 + tmethod 2005-02-01 19:32:14 +00:00
olle
47777938ad * updated and added run check 2005-02-01 17:59:06 +00:00
olle
d5d8694c96 * macpas now uses tp style proc params 2005-02-01 17:57:30 +00:00
marco
c4ad8740f1 * delete fix 2005-02-01 09:05:52 +00:00
michael
610cf895b3 + Additional test 2005-02-01 08:52:38 +00:00
michael
ac1642de89 * Patch from peter: fix macpas anonymous function procvar 2005-02-01 08:46:13 +00:00