Jonas Maebe
41bf70cf2a
* reverted setdef change which got accidentally committed in r6573
...
git-svn-id: trunk@6585 -
2007-02-21 11:48:54 +00:00
Jonas Maebe
65ff50533e
* dynlibs depends on objpas
...
git-svn-id: trunk@6584 -
2007-02-21 09:09:37 +00:00
Jonas Maebe
3794fab64d
+ support for packed array constants
...
git-svn-id: trunk@6583 -
2007-02-20 21:53:46 +00:00
florian
42da0e5688
* new test
...
git-svn-id: trunk@6577 -
2007-02-20 19:24:40 +00:00
florian
6588b2cb57
* fix resource embedding on arm-wince
...
git-svn-id: trunk@6576 -
2007-02-20 18:01:10 +00:00
Jonas Maebe
5f55323234
* variant of tset5a which shows an error without -Or
...
git-svn-id: trunk@6575 -
2007-02-20 16:28:28 +00:00
Jonas Maebe
badf5c70a0
* split off tf_dwarf_only_local_labels from tf_dwarf_relative_addresses
...
git-svn-id: trunk@6573 -
2007-02-20 09:05:03 +00:00
peter
e381214f82
* fix libcurl dependency
...
git-svn-id: trunk@6570 -
2007-02-20 06:55:15 +00:00
pierre
ffc571cd41
avoid dialog boxes on dll loading errors for windows
...
git-svn-id: trunk@6569 -
2007-02-20 00:02:20 +00:00
peter
03625cee19
* no -- before commands
...
* fixed auto-detect of baseinstalldir
git-svn-id: trunk@6568 -
2007-02-19 22:21:45 +00:00
peter
7fa93d8b1a
* separate compiler setting for compiling fpmake.pp
...
* first auto-detected fpc is used for compiling fpmake.pp
git-svn-id: trunk@6567 -
2007-02-19 22:20:43 +00:00
joost
c9a2067b61
* Fixed bug #8209
...
git-svn-id: trunk@6566 -
2007-02-19 21:45:30 +00:00
florian
c2db154121
* forgotten commit
...
git-svn-id: trunk@6565 -
2007-02-19 19:42:22 +00:00
florian
4ceadcbc6e
+ infrastructure for target specific resourcefile classes
...
git-svn-id: trunk@6564 -
2007-02-19 19:02:21 +00:00
florian
2566e38eae
* handle shortstrings like arrays and records when returning them from functions
...
git-svn-id: trunk@6563 -
2007-02-19 18:55:44 +00:00
peter
3d2330d006
* moved to packages/base
...
git-svn-id: trunk@6562 -
2007-02-19 17:27:25 +00:00
florian
ffd79553a0
+ prefetch support for arm
...
git-svn-id: trunk@6561 -
2007-02-19 17:27:07 +00:00
peter
746e4770a6
* fpmake moved to packages
...
git-svn-id: trunk@6560 -
2007-02-19 17:27:06 +00:00
peter
d1d7c59244
* fixed compile after exitcode size change
...
git-svn-id: trunk@6559 -
2007-02-19 16:11:01 +00:00
Jonas Maebe
59f3041e67
* completed ret-in-para support for dwarf (result was already
...
accessible since previous patch via the "result" name)
git-svn-id: trunk@6558 -
2007-02-19 13:00:22 +00:00
Jonas Maebe
46755aaec0
* adapted to new system.exitcode definition
...
git-svn-id: trunk@6557 -
2007-02-19 10:34:14 +00:00
Legolas
aad1de9055
* changes in linker script and gcc handling
...
git-svn-id: trunk@6556 -
2007-02-18 23:07:59 +00:00
joost
ef45e75993
* Fix for binary data in Mysql BLOB-fields
...
git-svn-id: trunk@6555 -
2007-02-18 23:05:56 +00:00
Jonas Maebe
d7b5cd4f14
* fixed debug info for pass-by-reference parameters in dwarf by
...
declaring them as C++-style reference types (todo: do the same
for pass-by-reference function results)
git-svn-id: trunk@6554 -
2007-02-18 22:49:47 +00:00
Legolas
6912707e7d
* fixed corrupted executables
...
* changed cprt0.as and prt0.as
git-svn-id: trunk@6553 -
2007-02-18 22:42:45 +00:00
joost
d49a0979b4
* Added conversion from ftBCD fields in Dataconvert. Part of patch was already committed in r 651
...
git-svn-id: trunk@6552 -
2007-02-18 22:22:01 +00:00
joost
66961c4d83
* fix bug #8244
...
git-svn-id: trunk@6551 -
2007-02-18 22:02:43 +00:00
joost
d868c00f8a
* fix bug #8244
...
git-svn-id: trunk@6550 -
2007-02-18 21:50:22 +00:00
florian
f42a2d67b9
* made exitcode a longint, at least windows supports it, delphi uses a longint too
...
git-svn-id: trunk@6549 -
2007-02-18 20:26:28 +00:00
florian
b8d56a1512
* fixed #6497 :
...
- proper ioresult checking when opening the printer device
- disable/enable handling for print menu item
git-svn-id: trunk@6548 -
2007-02-18 18:50:23 +00:00
daniel
81bccc253b
* Add one more gpc ifdef
...
git-svn-id: trunk@6545 -
2007-02-18 14:15:30 +00:00
Jonas Maebe
42b58affc7
+ pointer to vmt for classes and objects with a vmt
...
git-svn-id: trunk@6544 -
2007-02-18 14:06:14 +00:00
Jonas Maebe
f81303874f
* fixed the size of class instances (instance size instead of
...
sizeof(pointer))
* fixed the inheritance definition of classes (refer the
structural definition of the parent class rather than the
associated pointer type when indicating the inheritance)
git-svn-id: trunk@6543 -
2007-02-18 12:41:52 +00:00
joost
ac22bd4474
* TDatabase should be a TCustomConnection descendent, not the other way around
...
* Mapped ftTParadoxOLE, ftTDBaseOLE and ftTypedBinary to TBlobField
git-svn-id: trunk@6542 -
2007-02-18 11:30:12 +00:00
florian
b69cff1e74
* dispinterface tests, not working completly yet
...
git-svn-id: trunk@6541 -
2007-02-18 10:08:07 +00:00
florian
c6f8f550f9
* resource functions for win64, fixes #8304
...
git-svn-id: trunk@6540 -
2007-02-18 10:07:12 +00:00
pierre
97446556ff
* range check explicitly disabled
...
git-svn-id: trunk@6539 -
2007-02-18 00:42:53 +00:00
pierre
40d9ef1196
* range and overflow checks explicitly disabled
...
git-svn-id: trunk@6538 -
2007-02-18 00:40:28 +00:00
pierre
5fc4257482
* range check explicitly disabled
...
git-svn-id: trunk@6537 -
2007-02-18 00:25:31 +00:00
pierre
6030d53a23
* adapt test to range check
...
git-svn-id: trunk@6536 -
2007-02-18 00:20:18 +00:00
pierre
d452839744
* adapt test to range check
...
git-svn-id: trunk@6535 -
2007-02-18 00:18:17 +00:00
pierre
c5f685e72e
* adapt test to range check
...
git-svn-id: trunk@6534 -
2007-02-18 00:13:50 +00:00
pierre
ca9f3a0f8f
* adapt test to $R+ or $Q+
...
git-svn-id: trunk@6533 -
2007-02-18 00:11:24 +00:00
pierre
a99bbb20f2
* adapt test to $R+
...
git-svn-id: trunk@6532 -
2007-02-17 23:57:44 +00:00
joost
1326e7a542
* Parse multiple fields in pk properly, bug #7566+test
...
git-svn-id: trunk@6531 -
2007-02-17 23:38:41 +00:00
pierre
fff9fb6afe
+ support for individual test outcome display
...
git-svn-id: trunk@6530 -
2007-02-17 23:23:27 +00:00
florian
2bf65569b0
+ added sharemem
...
git-svn-id: trunk@6529 -
2007-02-17 21:30:06 +00:00
florian
614f4894a3
+ buildrtl unit for win64
...
git-svn-id: trunk@6528 -
2007-02-17 19:46:13 +00:00
daniel
5b827873a8
* Remove consoleio feature from gba & nds as well.
...
git-svn-id: trunk@6527 -
2007-02-17 16:42:04 +00:00
daniel
7c5d3f69ac
* hexstr can handle pointers
...
git-svn-id: trunk@6526 -
2007-02-17 16:39:02 +00:00