Commit Graph

18336 Commits

Author SHA1 Message Date
peter
e9cebe5dec remove nostop before ide build 2004-12-06 16:04:32 +00:00
peter
d45dea5db8 * fix methodpointer compare, compare only the proc field 2004-12-06 15:57:22 +00:00
peter
d4f0a5fc08 new bugs 2004-12-06 15:55:59 +00:00
peter
feac9d0e2b * 1.5.12 2004-12-06 15:49:49 +00:00
michael
9381d34302 * fix __errno loading from cygwin1.dll (from Peter) 2004-12-06 12:27:48 +00:00
michael
295935ee30 Patch from Dean Zobec to support ansistrings 2004-12-06 09:01:39 +00:00
michael
c2c2131784 + Fix from Dave Strodtman to properly support packed 2004-12-06 08:53:47 +00:00
florian
164acd59d2 no message 2004-12-05 22:28:59 +00:00
florian
02979451d1 no message 2004-12-05 21:17:56 +00:00
florian
36bcc2defa * fixed memory release in TInterfacedObject._Release 2004-12-05 21:09:54 +00:00
Tomas Hajny
433df6f69f * compilation fix for dosh.inc changes 2004-12-05 21:04:56 +00:00
Tomas Hajny
ca4d769412 * compilation fix for dosh.inc changes 2004-12-05 20:33:32 +00:00
Tomas Hajny
db6015805a * ExecuteProcess update - run VIO apps in the same window 2004-12-05 19:33:08 +00:00
Tomas Hajny
c016de5709 * Makefiles regenerated 2004-12-05 19:26:19 +00:00
Tomas Hajny
1d4e9b37fc * GetMsCount added, platform independent routines moved to single include file 2004-12-05 19:16:54 +00:00
Tomas Hajny
4872364ac7 * GetMsCount added, platform independent routines moved to single include file 2004-12-05 19:02:57 +00:00
Tomas Hajny
76c9411116 * Makefiles regenerated 2004-12-05 19:01:01 +00:00
Tomas Hajny
0d835181b2 + GetProcessID added 2004-12-05 18:57:05 +00:00
Tomas Hajny
cf1782e628 * Makefiles regenerated 2004-12-05 17:47:51 +00:00
Tomas Hajny
f10640227e * Makefiles regenerated 2004-12-05 17:37:44 +00:00
Tomas Hajny
c1fa0e460b * Makefiles regenerated 2004-12-05 17:36:45 +00:00
Tomas Hajny
390876bdb4 * Makefiles regenerated 2004-12-05 16:54:46 +00:00
Jonas Maebe
a4189bd7fd * also invalid argument if trying to calculate 0^0 with intpower() 2004-12-05 16:52:34 +00:00
Tomas Hajny
12a5595b20 * Makefiles regenerated 2004-12-05 16:46:49 +00:00
Tomas Hajny
e1252e7302 * GetMsCount added, platform independent routines moved to single include file 2004-12-05 16:44:43 +00:00
Jonas Maebe
08da4e9278 * fixed power() in genmath.inc (code duplication from math.pp for **
support!)
  * fixed power() in math.pp to give an error from 0^0
2004-12-05 16:43:57 +00:00
Tomas Hajny
80606b3569 * dos.inc renamed to dos_beos.inc 2004-12-05 16:43:28 +00:00
Jonas Maebe
b5d6262fb9 * fixed for unix 2004-12-05 16:24:18 +00:00
Tomas Hajny
353d5cc3de + GetProcessID added 2004-12-05 14:36:37 +00:00
Tomas Hajny
e599681e68 * popuperr instead of win32err, additional checks (mostly support for more platforms) 2004-12-05 14:16:59 +00:00
Tomas Hajny
572fe34515 * popuperr instead of win32err 2004-12-05 14:12:34 +00:00
Tomas Hajny
bb2b3ed172 * Makefiles regenerated 2004-12-05 12:52:47 +00:00
florian
b420e771fc * wrapper for dyn. array <-> variant type cast implemented 2004-12-05 12:43:17 +00:00
michael
06668dda22 + Fixed IndexChar0 2004-12-05 12:41:00 +00:00
peter
2b6456fe16 * procvar handling for tp procvar mode fixed
* proc to procvar moved from addrnode to typeconvnode
  * inlininginfo is now allocated only for inline routines that
    can be inlined, introduced a new flag po_has_inlining_info
2004-12-05 12:28:10 +00:00
Tomas Hajny
efda160d12 * fix for compilation on 8.3 filesystems 2004-12-05 12:25:48 +00:00
peter
a2da84d9ae * new bug 2004-12-05 12:22:39 +00:00
florian
8b9c48e7fb * fixed compiler side of variant <-> dyn. array conversion 2004-12-05 12:15:11 +00:00
florian
7fb9bd0f57 * implemented helper for variant<->dyn. array type cast 2004-12-05 11:49:06 +00:00
Tomas Hajny
d0191eaa3c * common implementation of unit printer - fix for bug #3421 2004-12-05 11:21:46 +00:00
Tomas Hajny
53038faf19 * do not report '-?' as illegal option 2004-12-05 11:18:04 +00:00
Tomas Hajny
2c94eefdb1 * all targets supported again 2004-12-05 11:17:12 +00:00
olle
53f77231d5 + bugfix for $Z+ for mode macpas 2004-12-05 00:32:56 +00:00
michael
1d15fe4f31 patch to enable RecNo and DisplayFormat 2004-12-05 00:05:37 +00:00
florian
90a54b49fc no message 2004-12-04 23:39:23 +00:00
florian
d17f8af6fd * fixed power(float,float) for negative exponents 2004-12-04 23:38:59 +00:00
peter
6d65493ea8 * fix valgrind warning in formatstr 2004-12-04 23:06:52 +00:00
peter
f09760a71c * fix buffer overflow 2004-12-04 23:06:38 +00:00
michael
c720d44ee8 * Patch from Joost van der Sluis
- adapted for the changes in TBuffDataset
2004-12-04 22:46:15 +00:00
michael
29e9e1aef2 * Patch from Joost van der Sluis
- added support for time,date and datetime fields
  - added support for tbooleanfield
  - adapted for the changes in TBuffDataset
2004-12-04 22:45:35 +00:00