Commit Graph

19362 Commits

Author SHA1 Message Date
marco
daf59fbd7e * getFPCheapstatus (no, FPC HEAP, not FP CHEAP!) 2005-02-28 15:38:38 +00:00
Jonas Maebe
a8f2c6e5f7 + added 2005-02-28 12:06:39 +00:00
Jonas Maebe
1162235207 * fixed web bug #3708 2005-02-28 11:12:17 +00:00
peter
19d097ef37 new bugs 2005-02-27 17:18:52 +00:00
peter
fe9bf2081d Support constants and IN operator in preprocessor patch by Christian Iversen 2005-02-27 17:15:01 +00:00
peter
6e0cf1751a fix register deallocation for 64bit results 2005-02-27 16:40:13 +00:00
michael
2e196d55e4 + Fixed .inc hijacking 2005-02-27 12:31:14 +00:00
michael
e5be257621 Patch from Dean Zobec:
- renamed AssertNull and AssertNotNull for Interfaces to AssertNullIntf,
    AssertNotNullIntf to not confuse the compiler in case of passing objects implementing interfaces
  - registering tests in the unit where they are defined
2005-02-27 12:20:19 +00:00
florian
26381ab2e7 * fixed 1.0.10 issue 2005-02-26 20:59:38 +00:00
florian
bb997ce5ea + WideCompareString and WideCompareText for win32 implemented 2005-02-26 20:43:52 +00:00
florian
113054e377 + some new consts and types 2005-02-26 20:20:56 +00:00
florian
926cb64612 + initial commit 2005-02-26 19:25:01 +00:00
florian
c63ac52ac5 * fixed msg for -Xc 2005-02-26 17:50:37 +00:00
florian
64b742c558 * update from Ido Kanner aka ik_5 2005-02-26 15:51:23 +00:00
florian
534b11cfb1 * userdata in file/textrecs now 32 bytes 2005-02-26 15:42:45 +00:00
florian
9a25f58748 * TSize is imported from the Windows unit on win32 2005-02-26 15:11:43 +00:00
Jonas Maebe
46c1b41a7b - removed unused unit 2005-02-26 15:06:26 +00:00
florian
62fb153a0c + PDevideMode* added 2005-02-26 15:06:25 +00:00
florian
7fa1ae2ea8 + WideSameStr 2005-02-26 15:00:14 +00:00
florian
7fef413b69 + SysLocale 2005-02-26 14:38:14 +00:00
florian
c7939907f0 * rtl event init/destroy throws only an error if it's used in a mult threaded program 2005-02-26 11:40:38 +00:00
florian
bda868e0e7 + overload of GetPropList added 2005-02-26 11:37:01 +00:00
florian
eb4b962cee + implemented WideFormat
+ some Widestring stuff implemented
  * some Widestring stuff fixed
2005-02-26 10:21:17 +00:00
florian
c55870ebb5 no message 2005-02-26 10:20:39 +00:00
florian
9d5509f3f9 no message 2005-02-26 09:53:43 +00:00
florian
b3910a75f2 no message 2005-02-26 09:51:28 +00:00
Jonas Maebe
ec959955bd * fixed generic jumps optimizer and enabled it for ppc (the label table
was not being initialised -> getfinaldestination always failed, which
    caused wrong optimizations in some cases)
  * changed the inverse_cond into a function, because tasmcond is a record
    on ppc
  + added a compare_conditions() function for the same reason
2005-02-26 01:26:59 +00:00
Jonas Maebe
126f3fa6cf * fixed loop which could go into neverneverland in case of embedded
assembler blocks
2005-02-26 01:23:29 +00:00
florian
612b397a04 + implemented D7 compliant FindGlobalComponents 2005-02-25 23:02:05 +00:00
florian
6d75534cfb * final fix for linux (hopefully) 2005-02-25 22:10:27 +00:00
florian
98106e588c * another "transfer to linux"-commit 2005-02-25 22:02:46 +00:00
florian
69037eaef3 * "transfer to linux"-commit 2005-02-25 21:52:07 +00:00
florian
100e0a4463 no message 2005-02-25 21:43:06 +00:00
florian
44b332f82a * generic tthread.synchronize
* delphi compatible wakemainthread
2005-02-25 21:41:09 +00:00
Jonas Maebe
04b1263e7f * fixed uninitialised function result in getfinaldestination() when
maximum recursion reached
2005-02-25 20:50:53 +00:00
peter
d2092fc054 * 64bit fixes 2005-02-25 14:39:31 +00:00
peter
7eeca4fdce * added HexStr(Pointer) 2005-02-25 12:34:46 +00:00
peter
b1900cc269 * 1.9.9 2005-02-25 11:41:26 +00:00
olle
99e0612826 + Support for compiler option -Ur 2005-02-24 23:16:14 +00:00
florian
74c89e2b87 + some variant stuff fixed and added 2005-02-24 22:36:36 +00:00
florian
25ea80ba19 no message 2005-02-24 22:36:03 +00:00
peter
b14489dd90 revert to ld.exe from 1.9.6 2005-02-24 17:29:34 +00:00
florian
d266bc32d9 + variants can be used as cond. expr. in if, while, repeat ... until statements 2005-02-23 20:38:09 +00:00
florian
627420ae56 no message 2005-02-23 19:18:23 +00:00
olle
5305828f39 * Updated for 1.9.8 2005-02-22 22:38:55 +00:00
olle
4ba407d2ff + Support for unit macos
+ Support for demos
2005-02-22 22:37:34 +00:00
olle
3cf5f2ccca + Added note about also read platform specific README 2005-02-22 22:32:01 +00:00
olle
319b05ba8c + Added Mac OS specific news for 1.9.8 2005-02-22 22:31:19 +00:00
olle
bd09b81094 + First demo for macos toolbox 2005-02-22 22:17:32 +00:00
michael
438a0574ba * Patch from Uberto Barbini:
- enabled the possibility to show failures and errors that may occurr
   in the setup and teardown of the tests
 - added AssertNull and AssertNotNull for Interfaces.
2005-02-22 20:41:54 +00:00