Commit Graph

17063 Commits

Author SHA1 Message Date
marco
7dcad07b60 * 1.9.x fixes 2004-07-18 11:57:11 +00:00
marco
f498e954a5 * small 1.0.x fix to earlier patch 2004-07-18 11:32:24 +00:00
marco
8bf63be7c6 * small fix for BSD getdomainname. BSD version is based on Sysctl 2004-07-18 11:27:54 +00:00
marco
5f8f040fdc * 1.9.x fixes 2004-07-18 11:04:29 +00:00
marco
3e7ae43113 * 1.9.x fixes 2004-07-18 10:00:29 +00:00
marco
2b2a998ce6 * typecast to get it compiling again 2004-07-18 09:54:39 +00:00
marco
1680140105 * added typecast to get it compiling again 2004-07-18 09:54:00 +00:00
marco
9f87239209 * running ex9.pp fixed 2004-07-18 09:49:19 +00:00
marco
7fb5f2cf1f * fix for EXEEXT 2004-07-18 09:47:56 +00:00
marco
92ff8042a1 * 1.9.x updates 2004-07-17 22:58:25 +00:00
marco
42e0038611 * 1.9.x updates 2004-07-17 22:36:05 +00:00
marco
b95908698f * 1.9.x updates 2004-07-17 22:26:42 +00:00
marco
fe840931ad * 1.9.x updates 2004-07-17 22:22:40 +00:00
marco
92ed8c2f77 * 1.9.x updates 2004-07-17 22:10:48 +00:00
marco
72fa25740f * 1.9.x updates 2004-07-17 22:03:43 +00:00
marco
5fac440240 * some 1.9.x fixes 2004-07-17 22:00:37 +00:00
marco
b0d7f0a9f3 * more architecture independance 2004-07-17 21:43:08 +00:00
marco
f4bbd23367 * fix for architecture dependance 2004-07-17 21:41:45 +00:00
marco
6fcd7583c1 * x86 dependancy fixed, reported by Claviola 2004-07-17 21:00:21 +00:00
michael
7ef820a990 + Added RTTIUtils unit 2004-07-17 18:37:13 +00:00
marco
93c356f300 * generalised the {$ifdef cpu_i386} ..powerpc stuff to FPC_BIG_ENDIAN and
FPC_LITTLE_ENDIAN
2004-07-17 16:02:58 +00:00
Jonas Maebe
75c3c8b259 * shell now returns an exitcode
* print an error if linking failed when linking was done using a script
2004-07-17 15:51:57 +00:00
Jonas Maebe
dbedc97141 * initialise StackLength (fixes stack checking in general, and tw2897 in
particular)
2004-07-17 15:31:03 +00:00
Jonas Maebe
0ba2497f24 * don't use O_CREATE when opening a file for appending (fixes tw1744) 2004-07-17 15:20:55 +00:00
Jonas Maebe
8e0fd21568 * fixed op_const_reg_reg for (OP_ADD,0,reg1,reg2) 2004-07-17 14:48:20 +00:00
Jonas Maebe
6dc5cfdb8d - removed useless maybe_pushfpu code for ppc 2004-07-17 14:47:16 +00:00
florian
b1dc8c5572 * function result location for syscalls on MOS hopefully correctly set now 2004-07-17 13:51:57 +00:00
Jonas Maebe
5ac21c998a * don't finalize typed consts (fixes bug3212, but causes memory leak;
they should be finalized at the end of the module)
2004-07-17 13:14:17 +00:00
Jonas Maebe
beedbae08a + added 2004-07-17 13:05:18 +00:00
Tomas Hajny
4e64f86456 + missing CVS logs added 2004-07-17 10:13:09 +00:00
marco
581c8a68e2 * reverted more changes regarding isatty 2004-07-16 22:14:34 +00:00
Jonas Maebe
fcbc2f1313 - disable node-based inlining of routines with special array parameters
for now (de indexes of open arrays have to be changed, because on the
    caller-side these routines are not necessarily 0-based)
2004-07-16 21:11:31 +00:00
Jonas Maebe
ddf175f171 + temps can now also hold fpu values in registers (take care with use,
bacause of the x86 fpu stack)
  * fpu parameters to node-inlined procedures can now also be put in
    a register
2004-07-16 19:45:15 +00:00
michael
027fdece6f + Fix in resync for empty table 2004-07-16 19:37:40 +00:00
Jonas Maebe
7cdc049df1 * the condition for when to use a temp in case of reference var/const
parameters was inverse
2004-07-15 21:02:05 +00:00
Jonas Maebe
705d5fdd89 * fixed complexity function so it doesn't always return infinity when a
load node is encountered
2004-07-15 20:59:58 +00:00
Jonas Maebe
c40e9f31ed - disabled temp-to-temp copy optimization, because it can cause errors
now that the local variables are temps as well (it can cause local
    variables to be "freed" in the middle of a procedure)
2004-07-15 20:47:53 +00:00
Jonas Maebe
c7fbf7b11b + (incomplete) node_complexity function to assess the complexity of a
tree
  + support for inlining value and const parameters at the node level
    (all procedures without local variables and without formal parameters
     can now be inlined at the node level)
2004-07-15 19:55:39 +00:00
olle
ef5ff3185b + added qd, the "QuickDraw globals" 2004-07-14 23:34:07 +00:00
olle
41bdd6178c + added external facilities for macpas 2004-07-14 23:19:21 +00:00
olle
e35eb9986b + added Ord(pointer) for macpas 2004-07-14 21:40:52 +00:00
olle
4ad33f01b6 - removed unused types 2004-07-14 21:37:41 +00:00
Jonas Maebe
9a9c17f078 + tw3210 2004-07-14 14:46:05 +00:00
Jonas Maebe
1f338ade0d * fix for web bug #3210 2004-07-14 14:38:35 +00:00
michael
c7c5594bcd + New example for base64 encoding 2004-07-14 07:22:33 +00:00
michael
072f6e4ec6 + Added some RxStrUtils functions for Rx compatibility 2004-07-13 18:42:39 +00:00
peter
e9f1e6f0d3 * only add -XP when binutilsprefix is set 2004-07-13 14:54:04 +00:00
peter
94aebf36f1 * updated for new refcnt 2004-07-13 14:40:34 +00:00
peter
f32221853d * 1.9.5 2004-07-12 18:09:09 +00:00
peter
b3e3030e6f * remove maxlen field from ansistring/widestrings 2004-07-12 17:58:19 +00:00