Tomas Hajny
f21bd3d2c3
* fix for 3792
2005-03-30 22:40:25 +00:00
Tomas Hajny
5e87799bd2
* patch from Sterling Bates for bug #3762 (with additional enhancements for better compatibility)
2005-03-30 22:11:55 +00:00
Jonas Maebe
20549eb4af
+ updated Mac OS X installer resources
2005-03-29 13:45:37 +00:00
Jonas Maebe
8e9aff52f3
+ PackageMaker script
2005-03-29 13:43:25 +00:00
michael
fc3b6f0693
+ fix for activerecord, bof false after append.
2005-03-29 10:07:34 +00:00
michael
30c1f2afac
+ Removed for copyright reasons
2005-03-29 09:11:20 +00:00
florian
78197f9914
* SafeCreateArray fixed
2005-03-28 21:52:43 +00:00
olle
afdcfb08ce
* Disabled warning for undefined compile time var in mode macpas, since it did not work.
2005-03-28 21:34:36 +00:00
florian
0997316960
* some variant <-> string types fixes
2005-03-28 20:36:14 +00:00
florian
59ce7b59da
* compilation on non win32 fixed
2005-03-28 17:04:58 +00:00
peter
ea267854e8
fixed compile
2005-03-28 15:23:16 +00:00
peter
a96693cee1
support (wide)char to pwidechar
2005-03-28 15:19:18 +00:00
peter
676e194eea
new winunits packages
2005-03-28 15:09:35 +00:00
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