Commit Graph

19632 Commits

Author SHA1 Message Date
peter
2326c2b62f new bugs 2005-03-28 15:06:55 +00:00
peter
b58a020329 win32 specific units moved to winunits 2005-03-28 15:06:21 +00:00
peter
e71066495c fix type of temps generated for parameters during inlining 2005-03-28 15:05:17 +00:00
peter
6e3d03da7e valid_property is only used for calln. Fields are always allowed 2005-03-28 15:04:40 +00:00
peter
3446cb0f2f fix loading of inline info 2005-03-28 15:04:13 +00:00
florian
10df6ea0a2 * fpc_variant_get call fixed 2005-03-28 14:14:52 +00:00
florian
e876a77383 + reading of vararray elements implemented 2005-03-28 14:14:17 +00:00
florian
372711eea4 + a lot of vararray stuff 2005-03-28 13:38:05 +00:00
florian
a680ccb389 + variants are now assigned using fpc_variant_copy 2005-03-28 13:36:15 +00:00
peter
12283206d1 named sections for intf wrappers 2005-03-28 13:10:22 +00:00
marco
1ecd3e0db3 * more netdb and Kylix related minor fixes. At the last minute, commented
out TSockAddrIn since I found that relied on TScokAddrIn=TSockAddr
2005-03-28 11:10:51 +00:00
Tomas Hajny
e019e5ad27 * correction of previous mistyping 2005-03-27 20:50:35 +00:00
Tomas Hajny
a16db1bcf6 * fix for allocarg 2005-03-27 20:40:54 +00:00
florian
252fa84c62 + compiler support for reading/writing of vararrays 2005-03-27 20:19:21 +00:00
marco
809d3ac5aa * /etc/protocol support 2005-03-27 18:15:07 +00:00
marco
342930730e * new test 2005-03-27 18:14:58 +00:00
marco
8deee983a7 * some order fixes to the hosts file functions. Also tested on OS X, but
no changes necessary on Mac.
2005-03-27 16:09:47 +00:00
Jonas Maebe
bd70632e75 + added 2005-03-27 15:01:01 +00:00
Jonas Maebe
9ccf2effdc * fixed web bug #3805
* extra range check in fpc_dynarray_copy (also error if lowidx >
    high(source))
2005-03-27 14:56:34 +00:00
joost
bf5ac5abfa - adapted for new mysql_fetch_field_direct 2005-03-27 14:55:47 +00:00
Jonas Maebe
bfa2301575 * const record parameters > 8 bytes are now passed by reference for non
cdecl/cppdecl procedures on Mac OS/Mac OS X to fix compatibility with
    GPC (slightly more efficient than Metrowerks behaviour below, but
    less efficient in most cases than our previous scheme)
  + "mwpascal" procedure directive to support the const record parameter
    behaviour of Metrowerks Pascal, which passes all const records by
    reference
2005-03-27 14:10:52 +00:00
Jonas Maebe
ec96cd80fd + some extra tests 2005-03-26 13:13:36 +00:00
Jonas Maebe
42631f520b + test for gpc (= default fpc) and metrowerks pascal calling conventions
for constant records
2005-03-26 13:09:29 +00:00
Jonas Maebe
6578fb25bb - removed unused variables 2005-03-25 23:03:04 +00:00
Jonas Maebe
b59e60b295 * removed unused variable 2005-03-25 23:01:50 +00:00
Jonas Maebe
2426ecafc3 * fixed several warnings and notes about unused variables (mainly) or
uninitialised use of variables/function results (a few)
2005-03-25 22:53:39 +00:00
peter
3f9d6ab32f * add hint when passing an uninitialized variable to a var parameter 2005-03-25 22:20:18 +00:00
Jonas Maebe
a5c94ddccd * removed some unused variables 2005-03-25 21:55:43 +00:00
Jonas Maebe
9fc51ed8f0 * terrornode.create -> cerrornode.create 2005-03-25 21:46:06 +00:00
Jonas Maebe
0b3003fb78 - removed unused variables 2005-03-25 21:22:30 +00:00
Jonas Maebe
bb27e8b024 * fixeed uninitialised variable
- removed unused local variables
2005-03-25 21:21:30 +00:00
peter
54ca3d4536 * add cdecl for sigaction 2005-03-25 20:09:16 +00:00
peter
7867c168b8 * add const to 64bit seeks 2005-03-25 20:07:43 +00:00
florian
e59c1f74a2 + more vararray stuff 2005-03-25 19:02:59 +00:00
florian
aa4699892b + some vararray stuff added 2005-03-25 18:03:50 +00:00
michael
00a68932dc + MySQL 3 dynamic connection by Bram Kuijvenhoven 2005-03-25 12:03:53 +00:00
michael
bbbcc17171 + Implementation of IndexForFields from Alexandrov Alexandru 2005-03-25 11:38:01 +00:00
peter
fea853245d * new bug 2005-03-24 23:06:53 +00:00
peter
bd34e0dd69 * don't remove repeat until node in repeat until true; 2005-03-24 23:06:43 +00:00
fpc
f8849f9396 * call mysql_init 2005-03-24 22:56:21 +00:00
michael
09248fce79 + Patch from Luk Vandelaer to add PQPrepare 2005-03-24 20:56:37 +00:00
michael
e08a7b8fc0 + Fix in params from Luk Vandelaer 2005-03-24 20:54:53 +00:00
florian
409eec37c3 * small compilation fix 2005-03-24 13:30:17 +00:00
michael
d9ccf57c4a + Patch from Michalis Kamburelis to correct transactions 2005-03-23 08:35:05 +00:00
michael
012392381c + Several patches from Jose A. Rimon
# Prevents "field not found" error, when use a query without the primary key
Set SQLlen of different data types
 Use AliasName instead of SQLname to avoid "duplicate field name" error, for
example when using "coalesce" more than once
use SQLScale in ftLargeInt to get actual values
 Send query to server with different lines. Provides line info in sqlErrors
and allows single line comments
2005-03-23 08:17:51 +00:00
peter
2a9658aa6c * no smartlinking for powerpc-linux 2005-03-22 16:34:25 +00:00
marco
b71b1e232d * support for BSD style network files 2005-03-22 13:39:11 +00:00
florian
e2c26378b3 * shortstr_to_widestring fixed 2005-03-22 10:10:54 +00:00
marco
8c422d4946 * contributed by Karl-Michael Schindler 2005-03-22 09:54:45 +00:00
peter
ccf36c0afd * fix crash under win32 with previous reallocmem fix 2005-03-21 16:31:33 +00:00