Commit Graph

13491 Commits

Author SHA1 Message Date
Jonas Maebe
4aadabdf80 * fixed size setting of result location of innodes 2003-05-17 19:17:35 +00:00
Jonas Maebe
56b4360422 * fixed callparatemp for ansi/widestring and interfacecoms 2003-05-17 14:05:58 +00:00
Jonas Maebe
624819ccb8 * fixed para/localst calculations (note to self: don't commit at
extremely late/early hours :)
2003-05-17 14:05:30 +00:00
Jonas Maebe
cb279b2029 * changed tt_persistant to tt_persistent :)
* tempcreatenode now doesn't accept a boolean anymore for persistent
    temps, but a ttemptype, so you can also create ansistring temps etc
2003-05-17 13:30:08 +00:00
marco
900bceb0d9 * Movexd back to linux/ 2003-05-17 13:07:15 +00:00
marco
1d069d5eca * done. 2003-05-17 13:06:22 +00:00
florian
2b1eb5cf69 * fixed copy&paste bug in strecopy 2003-05-17 12:55:30 +00:00
Jonas Maebe
238a764a6e + test for strcopy() 2003-05-17 12:46:56 +00:00
marco
c4427e2b82 * errno from freebsd dir, not Unix dir. 2003-05-17 11:04:05 +00:00
Jonas Maebe
0803ca6708 * fixed inclocked 2003-05-17 00:19:51 +00:00
florian
a860b038a1 + initial revision 2003-05-17 00:09:06 +00:00
Jonas Maebe
a2f2eb06fc * fixed strcopy 2003-05-17 00:01:13 +00:00
Jonas Maebe
4e40e71cbb * moved all loal variables to one block (necessary for ppc until nested
procedures are properly supported)
2003-05-16 23:22:31 +00:00
Jonas Maebe
9055529171 * workaround for nested procedures until Peter fixes it properly :) 2003-05-16 23:15:51 +00:00
florian
35bb4d682f * fixed generic shortstr_compare 2003-05-16 22:40:11 +00:00
Jonas Maebe
3d51adec9a * fixed stat struct (previous one was a frankenversion of ppc and
i386 version)
2003-05-16 21:22:11 +00:00
florian
1f9112f544 no message 2003-05-16 20:56:06 +00:00
Jonas Maebe
3973883fe1 - undid previous commit, it wasn't necessary 2003-05-16 20:54:12 +00:00
Jonas Maebe
d816c6a8c6 * powerpc nested procedure fixes, should work completely now if all
local variables of the parent procedure are declared before the
    nested procedures are declared
2003-05-16 20:00:39 +00:00
Jonas Maebe
66792ee44e * adapted for Peter's regvar fixes 2003-05-16 16:26:05 +00:00
Jonas Maebe
59dae8729c * fixed round() (almost the same as trunc) 2003-05-16 16:04:33 +00:00
peter
a08ec3a9b2 * typeof(classref) fix 2003-05-16 15:01:33 +00:00
peter
7e91a89a39 * typeof(classref) is not allowed 2003-05-16 15:00:33 +00:00
peter
0d5e3db555 * missing ; 2003-05-16 14:59:16 +00:00
peter
b6289a09d7 * win32 prefix is I64 2003-05-16 14:58:56 +00:00
peter
abca40f041 * regvar fixes 2003-05-16 14:33:31 +00:00
peter
1d3a842c07 * fix dup check for hiding the result varsym in localst, the result
sym was already in the localst when adding the locals
2003-05-16 14:32:58 +00:00
michael
cc06802fa1 + Removed double Database property 2003-05-16 07:17:04 +00:00
Jonas Maebe
54015aaf6e * the stat type is processor-dependent
* the dev_t tpye is processor dependent. Don't use it in the stat type
    however, as that one is also used at a time where dev_t is already
    defined as qword
2003-05-15 22:50:50 +00:00
florian
137395876d * fixed last commit, changing lastsaveintreg to r31 caused some strange problems 2003-05-15 22:14:42 +00:00
florian
5f6578729b * sysv entry code saves r13 now as well 2003-05-15 21:37:00 +00:00
peter
8f5b16d364 * remove po_containsself 2003-05-15 21:10:32 +00:00
peter
f0ed04651b * typeof(classref) is not possible 2003-05-15 20:57:22 +00:00
peter
cc95981c0f * int64 prefix for win32 is q 2003-05-15 20:41:48 +00:00
peter
63dc2442c8 * remove po_containsself tests 2003-05-15 20:38:11 +00:00
florian
177fe6e57b * ifdef'd SwapVectors 2003-05-15 20:35:57 +00:00
peter
6ec7a2ffa2 * removed po_containsself tests 2003-05-15 20:34:29 +00:00
peter
ae6e6aa136 * new bug 2003-05-15 20:18:19 +00:00
florian
9c507c2da0 * fixed ppc compiler which was broken by Peter's changes 2003-05-15 19:39:09 +00:00
peter
92ee1804b6 * removed selfpointer_offset, vmtpointer_offset
* tvarsym.adjusted_address
  * address in localsymtable is now in the real direction
  * removed some obsolete globals
2003-05-15 18:58:53 +00:00
florian
a41d686f98 * fixed getintparaloc call for ansi- and widestring range checking 2003-05-15 16:10:37 +00:00
michael
4fa10e85a4 + Database class in TDBDataset is public, not published, redeclared here 2003-05-15 15:16:18 +00:00
michael
bda0bcbdd9 + Database class in TDBDataset is public, not published 2003-05-15 15:15:15 +00:00
Jonas Maebe
270479ea8b * fixed stupid bug in filldword 2003-05-14 19:47:35 +00:00
Jonas Maebe
3a35aefdfd * patch from Peter for int64 function results 2003-05-14 19:36:54 +00:00
Jonas Maebe
bfd98ec80d * fixed callparatemp so it works with vs_var, vs_out and formal const
parameters
2003-05-14 19:35:50 +00:00
Jonas Maebe
6ecd566473 * fixed a_param64_reg 2003-05-14 19:31:37 +00:00
florian
18ed72101a * ifdef'd code which i386 specific 2003-05-14 13:51:03 +00:00
peter
1a7f159fad * only call destructor in except block when there is a destructor
available
2003-05-13 21:26:38 +00:00
peter
fcea95f596 * ifdef'd code that checked for failed inherited constructors 2003-05-13 20:54:39 +00:00