Commit Graph

18515 Commits

Author SHA1 Message Date
peter
0a1c6b36a4 * 1.9.6 2004-12-27 17:06:59 +00:00
peter
f0267daa4a * also don't call procvar when converting to procvar 2004-12-27 16:54:29 +00:00
peter
c1bf99c30a * fix crash with callnode.ppuload when symtableproc=nil 2004-12-27 16:36:10 +00:00
peter
2a20174317 * set flag if a procedure references a symbol in staticsymtable 2004-12-27 16:35:48 +00:00
florian
783a04af23 * another alignment fix 2004-12-27 16:16:24 +00:00
florian
d6ad150474 * fixed record alignment of field info 2004-12-27 16:12:55 +00:00
florian
e9676f56b8 no message 2004-12-27 15:55:32 +00:00
florian
5fb0678de2 * fixed class field info alignment 2004-12-27 15:54:54 +00:00
marco
cb75ebda02 * checksynchronize now in interface win32 uses the default impl.
unix uses systhrds, rest empty implementation.
2004-12-27 15:28:40 +00:00
Jonas Maebe
b2869b3c75 * fixed internalerror when cycling with -O3p3u 2004-12-27 15:20:03 +00:00
Jonas Maebe
99cffcc375 - disable inlining for any procedure that contains assembler. Could
be enabled again if the procedure has neither local variables nor
    parameters.
2004-12-27 14:41:09 +00:00
michael
5b6de75816 + Patch to raise exception when capacity set to value smaller than count. From Dean Zobec 2004-12-27 14:05:08 +00:00
michael
3eb1516253 + Patch for localization of string properties 2004-12-27 13:51:37 +00:00
florian
0a6f2109aa *** empty log message *** 2004-12-27 12:10:08 +00:00
Jonas Maebe
b7ba1ab6c4 * dllfuncs is also required for darwin
* glx is also supported under darwin
2004-12-27 10:56:28 +00:00
Tomas Hajny
e17fd8ffde * quiet unzipping 2004-12-26 22:32:21 +00:00
peter
272cf5b9f1 * also compare procoptions and proctype when searching interface
implementations
2004-12-26 20:16:44 +00:00
peter
0d4ba90aa8 * don't allow class methods in interfaces 2004-12-26 20:12:23 +00:00
peter
65501ac04c * fix invalid typecast 2004-12-26 20:11:39 +00:00
peter
04e7db0905 * typecast float to non-float needs a move to memory 2004-12-26 20:09:35 +00:00
peter
1f27423e32 * removed, compiler can compile the code 2004-12-26 20:09:00 +00:00
peter
83406cfac0 * separate tests 2004-12-26 16:42:24 +00:00
peter
717dce966e * mode delphi 2004-12-26 16:29:37 +00:00
peter
c30d55ce5e * new bug 2004-12-26 16:28:03 +00:00
peter
ced6bf20cd * fix lineinfo for with blocks 2004-12-26 16:22:01 +00:00
peter
a1c525a3e6 * resourcestring does not need exception frame 2004-12-26 16:21:39 +00:00
peter
90f0593a8d * restore rawmode only if not redirected 2004-12-26 16:15:44 +00:00
peter
5dfa8ca3d7 * force redraw tgroup after changebounds 2004-12-26 16:14:08 +00:00
peter
0569836b8c * remove crt dependency 2004-12-26 15:43:33 +00:00
peter
a3ab3bca9c * tthread uses systhrds 2004-12-26 13:46:45 +00:00
peter
96d29c3f2d * new bug 2004-12-26 13:44:40 +00:00
peter
a1a644cbb5 * remove phistrec usage 2004-12-26 13:26:52 +00:00
peter
cb255fffed * fix bugs 3477, 3478, 3479 2004-12-26 13:04:30 +00:00
peter
735a5ca27c * new bug 2004-12-26 12:36:38 +00:00
peter
51669cac6d * new bugs 2004-12-26 12:34:34 +00:00
peter
9bc5c71ed9 * cursorx,cursory 0 based, fixes 3468 2004-12-26 12:22:05 +00:00
Tomas Hajny
ff64d596e4 * list of OS/2 files updated 2004-12-25 17:06:11 +00:00
florian
f068e0c3da * fixed extended->double/single conversion when using sse 2004-12-25 12:29:08 +00:00
florian
cef9542133 * sse instructions should mask overflow by default 2004-12-25 11:50:46 +00:00
florian
0ad4b9d394 * optimized float to float conversion 2004-12-25 10:48:17 +00:00
Jonas Maebe
2f8040263d - removed unnecessary dependency on linux unit 2004-12-24 15:41:19 +00:00
Jonas Maebe
c3ad23c811 * fixed uninitialised variable 2004-12-24 15:21:50 +00:00
Jonas Maebe
d377cacc61 * fixed call-by-value passing of records with size 1, 2 or 4 for AIX abi
(using a hack, normally all records should by passed by value under the
     aix abi, but that's currently impossible)
2004-12-24 15:00:11 +00:00
michael
130721b581 New method raiseIndexError 2004-12-24 12:38:00 +00:00
Jonas Maebe
067c588089 - removed unused variables 2004-12-24 11:58:33 +00:00
Jonas Maebe
4c3b9ce6c3 * fixed a_jmp_name() for darwin 2004-12-24 11:51:55 +00:00
michael
f726e0fed6 * Exception in sub to avoid extra try/finally frame 2004-12-24 11:10:38 +00:00
michael
360f273759 + Changed FreeAndNil to simple free (From Mattias Gaertner) 2004-12-24 09:18:38 +00:00
michael
e5da7466d7 + Added psInsideFrame penstyle 2004-12-24 08:52:36 +00:00
michael
65de79d42b + Patch from Mattias Gaertner to rename TFPCanvasHelper.Color -> FPCOlor 2004-12-24 08:31:06 +00:00