florian
db77655ec7
no message
2005-04-02 07:56:33 +00:00
Jonas Maebe
54acaa32c3
+ added
2005-04-01 18:40:19 +00:00
joost
859ef71337
- Statical linked MySQL 4.0 now also works on win32
2005-04-01 13:38:16 +00:00
Jonas Maebe
dacdc8c38f
+ test for publishing classref properties
2005-04-01 11:54:54 +00:00
marco
8d69beb6ef
* from peter for bug #3862
2005-04-01 07:12:29 +00:00
marco
1910cee059
* fix to lastmouseevent update
2005-03-31 14:43:03 +00:00
marco
92fcbbb9fb
* fixes from Thomas Schatzl.
2005-03-31 12:48:49 +00:00
marco
62d2bd16a4
* fix from Thomas Schatzl for 3208
2005-03-31 12:47:20 +00:00
Tomas Hajny
f540d0be8b
* OS/2 fixes merged to EMX
2005-03-30 23:11:35 +00:00
Tomas Hajny
7836216e6d
* fix for InsLine
2005-03-30 22:42:49 +00:00
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