Commit Graph

18224 Commits

Author SHA1 Message Date
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
michael
8fb31ef08c * Patch from Joost van der Sluis
- added support for TBCDFields
  - fixed some warnings
  - removed FSQLDAAllocated and replaced freemem and getmem by (re)allocmem
  - adapted for the changes in TBuffDataset
  - moved FFieldFlag to the TIBCursor
2004-12-04 22:45:01 +00:00
michael
265eb9287e * Patch from Joost van der Sluis
- implemented TBCDFields
  - adapted for the changes in TBuffDataset
2004-12-04 22:44:24 +00:00
michael
5eff060af0 - implemented TBCDFields 2004-12-04 22:43:56 +00:00
michael
afc84f09e1 * Patch from Joost van der Sluis
- replaced checkactive in commit and rollback for 'if active'
  - fixed a warning
  - adapted for the changes in TBuffDataset
2004-12-04 22:43:38 +00:00
michael
59b94b1e0a * Patch from Joost van der Sluis
- Changed TBuffDataset so that descendents only have to take care of
    individual fields.
  - implemented a default NULL values support
2004-12-04 22:43:02 +00:00
Jonas Maebe
49a8939b22 * modifications to work with the generic code to copy LOC_REFERENCE
parameters to local temps (fixes tests/test/cg/tmanypara)
2004-12-04 21:47:46 +00:00
peter
a51be1be4b * FormatStr fixed to prevent buffer overflows 2004-12-04 18:40:47 +00:00
peter
626dd0ce84 * delphi mode procvar 2004-12-04 17:15:36 +00:00
peter
21937a4cf5 * only have exampletests as exampledir 2004-12-04 15:49:41 +00:00
florian
d018160981 * fixed compilation 2004-12-04 15:23:00 +00:00
peter
57dc23a294 * fix crashes with nodeinlining 2004-12-03 16:07:04 +00:00
peter
36268edfed * fix for int64 parameters passed in a single LOC_REFERENCE of 8 bytes 2004-12-03 16:06:31 +00:00