Commit Graph

19303 Commits

Author SHA1 Message Date
peter
724984f3f0 * put cvsfiles in outputdir 2005-02-20 13:21:25 +00:00
peter
339fed5022 * allow assignment to elements of constant dyn array in delphi mode 2005-02-20 13:12:22 +00:00
florian
00d9868260 * fixed constant insertation 2005-02-20 12:23:45 +00:00
michael
d2ec096991 + Keep CVS files for faster update 2005-02-20 11:11:33 +00:00
florian
cbfda37a26 + added -P:
allows to generate headers which load proc. dyn. from libs
2005-02-20 11:09:41 +00:00
michael
bfbc3c0a8f + Changed doc names so they resemble zip names 2005-02-20 00:40:53 +00:00
michael
4dca553ca0 + Changed tar.gz names to resemble zip names 2005-02-20 00:38:28 +00:00
peter
41546a62d8 * docs.tar.gz -> fpcdoc.tar.gz 2005-02-19 22:42:10 +00:00
peter
efcce9a2ad * updated html target 2005-02-19 22:24:47 +00:00
florian
9739ba710b * fixed fpc detection 2005-02-19 21:51:44 +00:00
peter
fc70da304e * updates from Ales Katona 2005-02-19 21:30:04 +00:00
florian
52337789b9 * -XP added 2005-02-19 18:50:20 +00:00
florian
83b04efbc3 * defaultreplacement expansion for -XP and -Xr 2005-02-19 18:32:16 +00:00
florian
16718b81e4 * cross compiliation defines 2005-02-19 18:10:57 +00:00
florian
6d9e8f5fbc + arm linux added 2005-02-19 17:48:09 +00:00
florian
f6e230d912 * cross installation fixed 2005-02-19 17:33:56 +00:00
florian
3513017a97 * cross packing fixed 2005-02-19 17:33:47 +00:00
Jonas Maebe
4b6030beb9 * fixed overflow detection, + some small optimizations 2005-02-19 14:16:02 +00:00
Jonas Maebe
706a87c2df * don't lose sign of ord types for register parameters 2005-02-19 14:04:14 +00:00
Jonas Maebe
6c38093871 * fixed spilling for several ppc instructions which only read registers
+ added support for registers in references that get changed (load/store
    with update)
2005-02-18 23:37:51 +00:00
Jonas Maebe
0e4f1738cd - removed a non-existing instruction (lcrxe)
* fixed an instruction (maffs_ -> mffs)
2005-02-18 23:05:47 +00:00
michael
dea6a4f3bc + 1.9.8 version of fpc 2005-02-18 23:04:34 +00:00
michael
8bd0baffd8 + Fixed psdist target zip names 2005-02-18 23:04:15 +00:00
michael
a21420401f + Patch from Luiz Américo to fix several issues 2005-02-18 22:34:38 +00:00
peter
24a0d113f9 * new script 2005-02-18 16:47:52 +00:00
peter
58613ed4a7 * 1.9.8 2005-02-18 16:34:01 +00:00
marco
83c90ab215 * noadress and friend, ipv4 changed to an enum. 2005-02-18 13:10:10 +00:00
peter
5c923a0fbd * parse global properties 2005-02-17 18:33:31 +00:00
peter
d0f3314818 * change order of if to prevent always stack overflow instead
of generic fpu error when multiple states are set
2005-02-17 18:05:57 +00:00
peter
68ebd537ed * fixed header 2005-02-17 17:55:06 +00:00
peter
af25f3544a * wrong name 2005-02-17 17:54:19 +00:00
peter
eeb657e5b2 * new bug 2005-02-17 17:53:39 +00:00
peter
0ae80eea41 * allow enum arithmetics inside an enum def, compatible with delphi 2005-02-17 17:52:39 +00:00
peter
047c28d993 * member call to constructor returns void to prevent
generating unexpected code. Otherwise the return value is always
    equal to self, which can also be directly accessed
2005-02-17 17:50:26 +00:00
marco
4e11c0ee5d * shiftstateenum 2005-02-17 12:14:10 +00:00
olle
562201e27b * made macos compile 2005-02-16 22:39:25 +00:00
florian
8305aa8781 * fixed storing of floating point registers for procedures with large temp. area
* fixed int64 comparisation
2005-02-16 22:02:26 +00:00
olle
ad87e5cf38 + new unit added: MacOS.pp 2005-02-16 21:38:04 +00:00
olle
b68e6f9eb6 + also installs compiler/utils 2005-02-16 20:43:12 +00:00
michael
fea9565cca - Remove TTimeField and TDateField GetDataSize functions since both are exactly
equal to their ancestor: TDateTimeField.GetDataSize
- TAutoInc fields are set to ReadyOnly on create
- In TFieldDef.CreateField the presence of faReadyOnly in Attributes is respected
2005-02-16 09:31:58 +00:00
peter
bc0c22df82 * back to 1.9.7 for head 2005-02-15 22:31:35 +00:00
peter
aa5b73f3ec * 1.9.8 2005-02-15 22:28:29 +00:00
Jonas Maebe
1ec1e7f2f8 * fixed wifexited and wstopsig 2005-02-15 22:27:45 +00:00
peter
05d54f3e7a * patch for Sergey to fix drawing and mouse 2005-02-15 21:44:40 +00:00
peter
5edffaf371 * remove is_single_reference
* revert loading of ref-to-ref para valu
2005-02-15 21:39:48 +00:00
florian
f3df72d1b1 * don't split indirect calls while inserting pc relative constants 2005-02-15 21:24:40 +00:00
florian
f3b711d3bf * don't generate overflow results if they aren't necessary
* fixed op_reg_reg_reg_reg on arm
2005-02-15 19:53:41 +00:00
florian
5812a84648 * another update from ik_5 2005-02-15 19:48:54 +00:00
peter
dd0664156d * fix passing of 64bit values when using -Or 2005-02-15 19:16:04 +00:00
peter
2ec108a9c7 * Handle Control-C exception more cleanly 2005-02-15 19:15:45 +00:00