Commit Graph

17299 Commits

Author SHA1 Message Date
peter
d763f9e142 browser disabled
uf_local_symtable ppu flag when a localsymtable is stored
2004-08-27 21:59:26 +00:00
peter
222f04a1b2 don't run and win32 only 2004-08-27 21:15:43 +00:00
peter
83123fe654 new bug 2004-08-27 21:01:21 +00:00
peter
1654d9ad27 don't use .rodata, it doesn't work yet 2004-08-27 20:55:08 +00:00
peter
519bf9889e don't lowercase filenames in stabs 2004-08-27 20:53:52 +00:00
peter
82f90fcb13 support for .lpr files 2004-08-27 20:50:33 +00:00
marco
220d19cee7 *** empty log message *** 2004-08-27 18:59:48 +00:00
marco
05140bbb4e * $(SYSTEMUNIT) FIX 2004-08-27 18:58:43 +00:00
armin
8e7eb82e41 * aio.imp was listed twice 2004-08-27 17:24:25 +00:00
carl
04aca6df4b * bugfix with file sharing modes. They are now kept, as is the case in BP. 2004-08-26 22:58:01 +00:00
michael
96015a2467 + Some missing functions/defines as per bug #3270 from Frank Kintrup 2004-08-26 15:57:23 +00:00
mazen
7ab0f3f90c + add PBM (P4) support 2004-08-26 09:33:43 +00:00
Jonas Maebe
341d25bfb2 * fixed pthread type definitions for darwin and made them generic 2004-08-25 21:42:11 +00:00
Jonas Maebe
44f9089931 * fixed dependencies so the rtl can be built with make -j (saves only
about 25% on a dual processor machine though)
2004-08-25 21:35:06 +00:00
florian
5b2a1d9fdf * fixed absolute on sparc 2004-08-25 20:40:04 +00:00
peter
2db86fb67d use $(SYSTEMUNIT) instead of system 2004-08-25 19:12:27 +00:00
olle
8f25b1ad3a * redid prev commit, but with up to date fpcmake 2004-08-25 17:10:03 +00:00
olle
280ff73ccf * fix so that macpas.pp really is compiled 2004-08-25 16:57:22 +00:00
peter
2c9a986fa3 * fix crash with calling method pointer from class procedure 2004-08-25 15:58:36 +00:00
peter
d3545c4e4c * fix for tw3261 2004-08-25 15:57:19 +00:00
peter
db2ac3bc57 * allow only 1 default property 2004-08-25 15:57:04 +00:00
peter
b815890d49 * fix sqr() and abs() constant range check errors 2004-08-25 15:56:35 +00:00
peter
6663adfd50 * fixed win32 that was broken by previous fix 2004-08-25 15:55:32 +00:00
peter
04cce65ea2 * .rodata section support, disabled by default since it doesn't work
yet
2004-08-25 15:55:10 +00:00
peter
5906d4a967 * fix possible wrong typecast 2004-08-25 15:54:46 +00:00
peter
0caeea9e61 * disbaled error 900 that is out of range 2004-08-25 15:29:58 +00:00
Jonas Maebe
49b014379e * fixed rare case bug (see tests/test/tb0478.pp) 2004-08-25 11:51:31 +00:00
Jonas Maebe
172ffeac56 + added 2004-08-25 11:50:45 +00:00
michael
0576d558ce + Fix for relative pathnames in include files, and code cleanup 2004-08-25 09:32:39 +00:00
michael
abd581ac2b + Improved translation handling 2004-08-25 07:16:43 +00:00
florian
9cec4f847e * fixed i386 compilation 2004-08-24 21:23:11 +00:00
florian
1eb575fa22 * fixed longbool(<int64>) on sparc 2004-08-24 21:02:32 +00:00
Tomas Hajny
a3d82fd80f * binary writer fix for GO32v2 from Peter 2004-08-24 19:31:44 +00:00
michael
111ff2e6b2 + Translate now called correctly... 2004-08-24 14:48:25 +00:00
Jonas Maebe
28d5238dc1 * made strlen wrapper inline 2004-08-24 11:49:56 +00:00
florian
59a814d7e1 * fixed boolean(<int>) on sparc 2004-08-23 20:45:52 +00:00
michael
dd042a896b + Patch from Peter to fix debuginfo in constructor. 2004-08-23 11:00:06 +00:00
michael
7ddaad98cc + Fixes from joost van der sluis: tfieldsdefs.tdatafield and size, cancel of only record and dataset.fieldvalyes 2004-08-23 07:30:19 +00:00
olle
df2d2a847c + added flag to TMacro denoting mac style compiler variable
* fixed $DEFINEC
  * improved robustness of macro facility
2004-08-22 23:16:06 +00:00
olle
f125ee32d1 + added macro-lacks-content message
* fixed typos etc
2004-08-22 23:12:16 +00:00
florian
4b3ed28d07 * morphos now takes any pointer var. as libbase
* alignment for sparc fixed
  * int -> double conversion on sparc fixed
2004-08-22 20:11:38 +00:00
florian
241587174e * fixed fork for sparc 2004-08-22 12:34:11 +00:00
peter
877551b144 * new bugs 2004-08-22 12:05:29 +00:00
peter
9ab6f93a11 * don't insert result variables for constructor/destructors 2004-08-22 11:24:27 +00:00
peter
0d81be8dee * fix error when passing constant to var parameter 2004-08-22 11:24:09 +00:00
peter
bd1bd1ab20 * support hint directives in object declarations 2004-08-22 11:23:45 +00:00
marco
e1828acc9c * including in both messages and windows caused problems (expected
windows.msg, got message.msg and vice versa. Solved by aliasing
2004-08-22 11:12:24 +00:00
olle
6ad2b42765 + added DEFINEC for mode macpas, is equivalent to DEFINE
* fixed bug when macro without value is used in a compile time expr.
2004-08-22 10:50:19 +00:00
peter
1035b45833 * support $RESOURCE 2004-08-22 10:17:27 +00:00
peter
923569eee2 * fixed crash when passing array constructor to formal parameter 2004-08-22 10:17:13 +00:00