florian
5a29c69982
* fixed previously broken IDispatch declaration
...
git-svn-id: trunk@3385 -
2006-04-30 15:38:10 +00:00
florian
c4aed2c424
* result type of IDipatch methods is HResult
...
git-svn-id: trunk@3384 -
2006-04-30 14:49:34 +00:00
florian
c81f34aeee
+ parsing of dispinterface properties
...
git-svn-id: trunk@3383 -
2006-04-30 14:29:16 +00:00
tom_at_work
7b0821c08a
* fixed problem which did not properly flush stdout before input on ppc64/linux
...
git-svn-id: trunk@3382 -
2006-04-30 12:10:17 +00:00
joost
1d226830f2
+ Fixed bug #5070
...
git-svn-id: trunk@3381 -
2006-04-30 11:17:23 +00:00
florian
86eb409c3a
+ SYSINT
...
git-svn-id: trunk@3380 -
2006-04-30 10:57:46 +00:00
florian
0dfd55e634
+ basic oleserver skeleton
...
git-svn-id: trunk@3379 -
2006-04-30 09:56:33 +00:00
florian
06e7d4be7a
+ dispid parsing
...
git-svn-id: trunk@3378 -
2006-04-30 08:25:36 +00:00
florian
09ad199450
* cleanup and bug fixing of unaligned data handling code by Roozbeh GHolizadeh
...
git-svn-id: trunk@3377 -
2006-04-30 08:07:29 +00:00
peter
c861491323
* fix typecast
...
git-svn-id: trunk@3376 -
2006-04-29 22:43:36 +00:00
peter
d69ad5d84d
* cleanup external/nolink options
...
git-svn-id: trunk@3375 -
2006-04-29 21:49:37 +00:00
daniel
469789071d
* Make hack uglier, so it works better.
...
git-svn-id: trunk@3374 -
2006-04-29 21:43:37 +00:00
florian
91434bd791
* fixed several dispinterface parsing related stuff
...
git-svn-id: trunk@3373 -
2006-04-29 21:39:21 +00:00
florian
aa2e2a2829
* fix for -Oa parsing, by Roozbeh GHolizadeh
...
git-svn-id: trunk@3372 -
2006-04-29 21:34:02 +00:00
daniel
1ec04be995
* Fix buttons that didn't show.
...
git-svn-id: trunk@3371 -
2006-04-29 20:18:44 +00:00
Jonas Maebe
20e73384ae
* tcginnode now uses LOC_JUMP when it generates jumps, resulting in
...
more efficient code for most "if x in constant_set then" statements
(removes superfluous LOC_JUMP -> LOC_REGISTER -> LOC_JUMP conversions)
git-svn-id: trunk@3370 -
2006-04-29 20:16:26 +00:00
florian
13493a5355
* fixed copying of unaligned value parameters
...
git-svn-id: trunk@3369 -
2006-04-29 20:13:57 +00:00
florian
f72f9c70eb
* test for unaligned function
...
git-svn-id: trunk@3368 -
2006-04-29 19:44:50 +00:00
daniel
111b588950
* Another xterm hack :(
...
git-svn-id: trunk@3367 -
2006-04-29 18:33:51 +00:00
florian
729cd9a773
* swapped parameters of InterlockedCompareExchange
...
git-svn-id: trunk@3366 -
2006-04-29 17:57:40 +00:00
florian
5e4ff16934
* access packed records with unaligned data accesses
...
git-svn-id: trunk@3365 -
2006-04-29 17:44:27 +00:00
joost
c4c200fc7c
+ Fixed TBufDataset.First (bug 5068)
...
git-svn-id: trunk@3364 -
2006-04-29 17:03:28 +00:00
florian
9d42d1986c
* corrected record alignment on wince
...
git-svn-id: trunk@3363 -
2006-04-29 16:26:54 +00:00
joost
401c32d145
+ TDataset.ActiveBuffer now returns nil if the dataset is closed
...
+ TBufDataset.RecNo now returns -1 if the dataset is closed (bug 5061)
git-svn-id: trunk@3362 -
2006-04-29 16:25:17 +00:00
florian
a0ab5d7fb5
* fixed register name
...
git-svn-id: trunk@3361 -
2006-04-29 15:50:49 +00:00
florian
593c23be6e
+ InterlockedCompareExchange which is a compiler intrinsic for win64
...
git-svn-id: trunk@3360 -
2006-04-29 15:10:35 +00:00
micha
d0a24874ab
update tdbf to release 6.4.8
...
git-svn-id: trunk@3358 -
2006-04-29 14:34:43 +00:00
marco
d111a69277
* 5059 and minimal optimisation
...
git-svn-id: trunk@3356 -
2006-04-29 13:51:13 +00:00
florian
053bff4295
+ improved concatcopy from Roozbeh GHolizadeh
...
git-svn-id: trunk@3355 -
2006-04-29 13:12:48 +00:00
florian
1c896d4d4c
* fixed routines for win64
...
git-svn-id: trunk@3354 -
2006-04-29 13:04:28 +00:00
yury
2fc45056c7
* fix for rev 3349.
...
git-svn-id: trunk@3353 -
2006-04-29 11:54:06 +00:00
florian
600af6c9d0
+ support for unaligned as lvalue
...
git-svn-id: trunk@3352 -
2006-04-29 11:52:57 +00:00
florian
0780616dee
+ unaligned load/store support from Roozbeh GHolizadeh
...
git-svn-id: trunk@3351 -
2006-04-29 11:44:44 +00:00
florian
9e00f894a9
+ support for unaligned function
...
git-svn-id: trunk@3350 -
2006-04-29 11:15:29 +00:00
yury
9ad6409662
* Fixed linking for arm-wince target.
...
git-svn-id: trunk@3349 -
2006-04-29 09:44:22 +00:00
florian
b4d0a212b6
+ popen declaration from Michael Ring
...
git-svn-id: trunk@3347 -
2006-04-28 13:18:14 +00:00
daniel
faa8f2354b
* Force VGA colours, regardless of xterm background colour.
...
git-svn-id: trunk@3346 -
2006-04-27 21:00:46 +00:00
daniel
b03ab6296f
* Fix exiting acs after screen update
...
git-svn-id: trunk@3345 -
2006-04-27 20:15:57 +00:00
oro06
b9a0cd4d1f
*wince : fix longint/longword issue
...
git-svn-id: trunk@3344 -
2006-04-27 17:07:16 +00:00
Jonas Maebe
34f1c427eb
* pass shortstrings (and longstrings) by reference to C routines (this is
...
what Apple's universal interfaces expect)
git-svn-id: trunk@3343 -
2006-04-27 13:02:36 +00:00
Vincent Snijders
75661893fc
* fixed wince after win64 changes.
...
git-svn-id: trunk@3342 -
2006-04-27 09:46:07 +00:00
peter
d19c898b56
* remove obsolete generatesmartlib
...
git-svn-id: trunk@3341 -
2006-04-27 06:40:19 +00:00
florian
f073b1288d
* avoid crash when multiple references to one text symbol entry are used
...
git-svn-id: trunk@3339 -
2006-04-26 18:46:38 +00:00
florian
98d428ff30
* fixed coding style
...
git-svn-id: trunk@3338 -
2006-04-26 18:13:14 +00:00
florian
6c3ef12cfb
* fixed internal error with int64 comparisations
...
git-svn-id: trunk@3337 -
2006-04-26 18:12:22 +00:00
florian
001ca388eb
* fixed important library writing on arm
...
git-svn-id: trunk@3336 -
2006-04-26 18:11:25 +00:00
peter
f268ce71e3
* fix return type of GetClassLong
...
git-svn-id: trunk@3334 -
2006-04-26 05:59:04 +00:00
peter
3ff142908f
* remove packed for win64
...
git-svn-id: trunk@3333 -
2006-04-26 05:58:46 +00:00
florian
a25337d9ca
+ op_reg_reg_reg_shifterop
...
git-svn-id: trunk@3330 -
2006-04-25 18:50:19 +00:00
Jonas Maebe
4b887ef604
* when restoring a register's previous contents after it's been replaced
...
completely, there were some missing checks to make certain these
previous contents didn't conflict with memory operations in the new
sequence
git-svn-id: trunk@3329 -
2006-04-24 11:12:17 +00:00