Commit Graph

24457 Commits

Author SHA1 Message Date
joost
abafbc147a * made TSQLCursor.create virtual
* Raise exception if no fields have the pfInUpdate flag set while updating or inserting records on applyupdates

git-svn-id: trunk@5812 -
2007-01-05 00:23:56 +00:00
peter
56379c37a9 * write vmt always according to the order of definitions
* remove obsolete lastvtableindex

git-svn-id: trunk@5811 -
2007-01-04 22:39:12 +00:00
Jonas Maebe
2ddeca21e6 * don't give warning about constructing instance with abstract methods
for self.create calls + tests

git-svn-id: trunk@5810 -
2007-01-04 13:02:23 +00:00
florian
4b88079c41 + i386 assembler implementations of tan, cotan, sincos
* default tan, cotan use now sincos

git-svn-id: trunk@5809 -
2007-01-04 12:58:40 +00:00
florian
abdcb8cdf2 + sincos test
git-svn-id: trunk@5808 -
2007-01-04 12:57:31 +00:00
florian
f6fe70ae0c * sincos result parameters changed from var to out
git-svn-id: trunk@5807 -
2007-01-04 10:55:21 +00:00
pierre
1eefed6cfe + HaltOnNotReleased boolean added:defaults to false.
if set to true, and all memory is not freed,
   a RTE 203 is generated.
   Can only be set via HEAPTRC environment variable.

git-svn-id: trunk@5806 -
2007-01-04 10:48:22 +00:00
pierre
6ad288cd32 * gdb_init has an arg argv0 containing the
executable name

git-svn-id: trunk@5805 -
2007-01-04 10:45:39 +00:00
Almindor
7018d5adfb * remove lnet from fcl
git-svn-id: trunk@5804 -
2007-01-04 10:11:28 +00:00
Almindor
962677fef3 * adds lnet to the compile-list
git-svn-id: trunk@5803 -
2007-01-04 10:10:45 +00:00
Almindor
c6f7301087 * adds lnet subdir to fppkg for lnetpkg
git-svn-id: trunk@5802 -
2007-01-04 10:00:16 +00:00
pierre
f745a62679 * fix compilation of wviews unit for go32v2
git-svn-id: trunk@5801 -
2007-01-04 08:13:13 +00:00
florian
d1b6522866 * fixed pushing of parameters on m68k
git-svn-id: trunk@5800 -
2007-01-03 21:46:49 +00:00
florian
af372691eb + new tests for dispinterface parsing
git-svn-id: trunk@5799 -
2007-01-03 21:19:26 +00:00
florian
a2ec2e72b6 * better hint about abstract methods (fixes 5098)
+ code generation for invoking dispinterface methods
* small dispinterface problems fixed

git-svn-id: trunk@5798 -
2007-01-03 19:14:31 +00:00
florian
7f1e1d6f22 * fixed syntax error
git-svn-id: trunk@5797 -
2007-01-03 12:15:22 +00:00
florian
bba81258a6 + DispInterface call dispatching
git-svn-id: trunk@5796 -
2007-01-03 09:52:20 +00:00
florian
80d4887e67 * fixed warnings for length/high/low(<normal array>; <ord>; <enum>)
git-svn-id: trunk@5795 -
2007-01-03 09:51:24 +00:00
pierre
8bd9d88641 * remove C like code to be able to compile unit
git-svn-id: trunk@5794 -
2007-01-02 23:30:23 +00:00
florian
21955282d0 + infrastructure for DispInterface call dispatching
git-svn-id: trunk@5793 -
2007-01-02 23:06:17 +00:00
Károly Balogh
abcf865224 + more a_param_* implemented
git-svn-id: trunk@5792 -
2007-01-02 22:11:52 +00:00
joost
15ed6ed527 * fix bug #6555
git-svn-id: trunk@5791 -
2007-01-02 21:42:14 +00:00
Jonas Maebe
1ad6417f7f * fixed some unneeded 64 bit conversions + rarely triggered bug on x86
regarding packed records/arrays

git-svn-id: trunk@5790 -
2007-01-02 18:47:14 +00:00
Jonas Maebe
d85573da18 * dummy assignment to tai_cpu_abstract.Pass1 result to avoid warning
git-svn-id: trunk@5789 -
2007-01-02 18:33:57 +00:00
Jonas Maebe
e2193b1540 * fixed mixing of longint/dword to avoid 64 bit conversion
git-svn-id: trunk@5788 -
2007-01-02 18:32:59 +00:00
Jonas Maebe
a23fa2e81e * moved (unfinished) routines related to writing taicpu's to ppu files
from x86/aasmcpu to aasmtai and (new) aasmsym, so that when they're
    finished they're available for all targets
  * added dummy implementation of tai_cpu_abstract.pass1 and pass2 so there
    are no more hundreds of warnings on non-x86 about constructing taicpu
    instances with abstract methods

git-svn-id: trunk@5787 -
2007-01-02 18:28:05 +00:00
Jonas Maebe
912e1e13eb * getrange parameters from "var" to "out"
git-svn-id: trunk@5786 -
2007-01-02 18:16:56 +00:00
florian
98d6014c73 * register saving on win64 fixed
git-svn-id: trunk@5785 -
2007-01-02 14:34:03 +00:00
Jonas Maebe
e4e6f8112d * fixed some warnings about hidden constructors
git-svn-id: trunk@5784 -
2007-01-02 14:18:12 +00:00
florian
2c17dbcda2 * save rdi on win64
git-svn-id: trunk@5783 -
2007-01-02 00:32:19 +00:00
Károly Balogh
e5249a8b56 + some messy m68k changes (first attempt to implement a_param_*)
git-svn-id: trunk@5782 -
2007-01-02 00:11:52 +00:00
florian
a95c2220cc * fixed volatile registers for x86_64-win64
git-svn-id: trunk@5781 -
2007-01-01 23:26:21 +00:00
pierre
179f6cc93f + added CAN_RUN_GDBVER, to allow to cross-compile
the IDE from win32 to go32v2. 

git-svn-id: trunk@5780 -
2007-01-01 23:22:05 +00:00
florian
48e51671e5 * don't include compiler proc. in the docs
git-svn-id: trunk@5779 -
2007-01-01 22:55:40 +00:00
joost
9e9c10bb02 * fix for bug #7565 + test
git-svn-id: trunk@5778 -
2007-01-01 22:55:30 +00:00
joost
e1c1dbf9eb * TBufDataset.Recordsize now includes the size of the bookmark-information
git-svn-id: trunk@5777 -
2007-01-01 22:04:17 +00:00
daniel
37cf9e9c55 - Remove forced gdbint build.
git-svn-id: trunk@5776 -
2007-01-01 21:05:20 +00:00
joost
280520c0f7 + implemented calculated fieds + test
git-svn-id: trunk@5775 -
2007-01-01 19:38:42 +00:00
joost
0c18a09c2b * fix for persistent fields
* Removed obsolete call of InternalInitFieldDef

git-svn-id: trunk@5774 -
2007-01-01 19:34:39 +00:00
florian
2049837dd9 * dispinterfaces are publishable as well
git-svn-id: trunk@5773 -
2007-01-01 18:30:53 +00:00
Jonas Maebe
1914a723c0 * fixed parsing of denormals (mantis #6493)
git-svn-id: trunk@5772 -
2007-01-01 14:23:29 +00:00
florian
d5291d0e18 + handle variant dispatching
git-svn-id: trunk@5771 -
2006-12-31 17:50:29 +00:00
florian
28d59bbf6f * pos(...,...) overloads with variants, see tb0520.pp for the reason
git-svn-id: trunk@5770 -
2006-12-31 17:47:05 +00:00
marco
779b33148c * fix
git-svn-id: trunk@5769 -
2006-12-31 16:21:19 +00:00
marco
507da73806 * hookproc alias, delphi compat
git-svn-id: trunk@5768 -
2006-12-31 13:50:42 +00:00
marco
f340e27114 * Two msgs added found while porting toolbar97
git-svn-id: trunk@5767 -
2006-12-31 13:48:50 +00:00
peter
19b4964df3 * fix filtering
git-svn-id: trunk@5766 -
2006-12-31 11:43:35 +00:00
florian
36d54c027d + more delphi compatibility
* fillchar bug in dispatch code fixed

git-svn-id: trunk@5765 -
2006-12-31 10:16:05 +00:00
florian
bc4aa151f0 * warning fixed
git-svn-id: trunk@5764 -
2006-12-31 09:22:18 +00:00
florian
11aa2b483e * kicked ignore_equal, usage was wrong anyways
git-svn-id: trunk@5763 -
2006-12-31 00:48:52 +00:00