Commit Graph

12525 Commits

Author SHA1 Message Date
peter
23861a4e45 * tp procvar handling fix for tb0448 2003-01-12 17:51:42 +00:00
peter
bd06dd902c * runtime check 2003-01-12 17:15:59 +00:00
peter
5a1fadcef9 * procvar load with overloaded function 2003-01-12 16:22:45 +00:00
peter
71e2d34b5a * m68k pathexist update from 1.0.x
* palmos res update from 1.0.x
2003-01-12 15:42:23 +00:00
marco
0af8d01204 * HASUNIX defined for now. 2003-01-11 16:35:15 +00:00
peter
20b1131cbd * adapted for new 1.1 compiler verbosity 2003-01-11 15:52:54 +00:00
Tomas Hajny
23591531b8 * correction from rev. 1.88 put back 2003-01-11 11:19:54 +00:00
florian
62db93e704 * uncommented the variant<->dyn. array stuff 2003-01-11 00:17:29 +00:00
marco
04b80d3123 * more hasunix fixes 2003-01-10 21:49:00 +00:00
marco
e3e5228f3f * beos shouldnt define hassignal (unix<-> hasunix problem) 2003-01-10 21:37:48 +00:00
marco
3b9a3fc5e2 * hasunix fix (my first commit from beos :-) 2003-01-10 21:35:48 +00:00
marco
f8ee58a3f2 * hasunix fix for beos 2003-01-10 21:02:13 +00:00
marco
2ad2b10388 * replaced sysbeos to system 2003-01-10 19:36:28 +00:00
florian
2102ce7031 * fixed some PowerPC issues 2003-01-09 22:00:53 +00:00
peter
2721d341f0 * merged some verbosity options.
* V_LineInfo is a verbosity flag to include line info
2003-01-09 21:52:37 +00:00
peter
23f6b91c4a * extended information about overloaded candidates when compiled
with EXTDEBUG
2003-01-09 21:45:46 +00:00
peter
90473fa87f * constant string conversion fixed, it's now equal to both
shortstring, ansistring and the typeconvnode will return
    te_equal but still return convtype to change the constnode
2003-01-09 21:43:39 +00:00
peter
91b50bdf37 * realtostr added 2003-01-09 21:42:27 +00:00
florian
34a91d9171 * fixed broken PowerPC compiler 2003-01-09 20:41:10 +00:00
daniel
7b2fd10fb4 * Converted some code in cgx86.pas to new register numbering 2003-01-09 20:40:59 +00:00
florian
6432af8a76 * fixed helper declarations 2003-01-09 20:14:20 +00:00
daniel
6e507ba483 * Added register conversion 2003-01-09 15:49:56 +00:00
florian
83571f3c6d * dec/inclocked got defines 2003-01-09 13:38:56 +00:00
florian
aa81ac3921 * syscall stuff fixed 2003-01-09 13:38:26 +00:00
olle
09f06d0cf3 * made powerpc compiler compile after Daniels Tregister modification 2003-01-09 11:22:14 +00:00
daniel
fd4632c85b * Added register convesrion procedure 2003-01-08 22:32:36 +00:00
marco
97533b60f8 * Small fixes and quick merge with 1.0.x. At least the compiler builds now,
but it could crash hard, since there are lots of unimplemented funcs.
2003-01-08 22:32:28 +00:00
marco
4a0ec9ad00 * small fixes to prototypes to compile it 2003-01-08 21:56:54 +00:00
daniel
55a161bbbf * Tregister changed into a record 2003-01-08 18:43:56 +00:00
peter
bdb7c4f84f * add check if pos(ansistring) still works 2003-01-08 15:56:42 +00:00
mazen
9e5d6dc00b - space removed 2003-01-07 22:04:12 +00:00
mazen
c20be82919 * adding unequaln node support to sparc compiler 2003-01-07 22:03:40 +00:00
peter
250db0c29a * 1.1 2003-01-07 19:36:10 +00:00
peter
7c22c8184b * add test for charray=nil 2003-01-07 19:36:05 +00:00
peter
b49747a854 * removed some duplicate code when creating aktprocsym 2003-01-07 19:16:38 +00:00
daniel
061a7620bd * De "puntjes om bij het vertalen in het achterhoofd te houden" even
bijgewerkt.
    (Explanation how to translate fixed)
2003-01-07 17:09:07 +00:00
Jonas Maebe
0cb40fa70d * fixed ansistring+char and ansistring+shortstring optimizations (those
cases were always handled as ansistring+ansistring due to
    typeconversions inserted by the add-node)
2003-01-07 16:52:58 +00:00
peter
a5a815c133 * test should fail 2003-01-07 15:48:14 +00:00
pierre
916c207593 * fix some fields 2003-01-07 15:01:24 +00:00
pierre
640d361988 + win32 version infos 2003-01-07 00:29:13 +00:00
mazen
a5e2afbbb3 * functions headers modified in generic.inc to make it possible compiling sparc
RTL based on generic code
2003-01-06 23:04:21 +00:00
mazen
675f2770da + defining FPC_SYSTEM_HAS_DECLOCKED and FPC_SYSTEM_HAS_INCLOCKED to avoid
compilation error on generic.inc
2003-01-06 23:03:13 +00:00
mazen
a3aea23c2e * fixing bugs related to load_reg_ref 2003-01-06 22:51:47 +00:00
peter
116d2b3f53 * explicit name imports for win32 2003-01-06 21:37:21 +00:00
peter
22fad8dc71 * result=217 2003-01-06 21:26:48 +00:00
peter
cee2f4d791 * 1.1 only 2003-01-06 21:22:10 +00:00
peter
80b463da2e * po_addressonly added to retrieve the address of a methodpointer
only, this is used for @tclass.method which has no self pointer
2003-01-06 21:16:52 +00:00
peter
e670479146 * use findutil 2003-01-06 20:19:52 +00:00
peter
501b72a28e * don't prepend ./ to quoted filenames 2003-01-06 20:16:42 +00:00
florian
d94534348b + initial revision 2003-01-06 19:40:18 +00:00