Commit Graph

18079 Commits

Author SHA1 Message Date
peter
46d1fc9546 * removed memavail 2004-11-22 17:52:19 +00:00
peter
295d18939a * moved to webtbf 2004-11-22 17:38:16 +00:00
Jonas Maebe
a7d7a49615 * fixed importing of cdecl routines for OS'es which have a cprefix 2004-11-22 12:22:25 +00:00
marco
e3812e3683 * fixed little 1.0.xism 2004-11-22 05:53:44 +00:00
peter
a20e4c2afe * bug is obsolete 2004-11-21 21:55:14 +00:00
peter
2985766e9d * manglednames for nested procedures include full parameters from
the parents to prevent double manglednames
2004-11-21 21:51:31 +00:00
peter
04e9ecba1c * move external to interface 2004-11-21 21:42:16 +00:00
peter
782801e42b * win32 only 2004-11-21 21:42:00 +00:00
peter
4764f61c57 * intel asm 2004-11-21 21:39:26 +00:00
peter
2ad2e252a3 * allow spaces before : of a label 2004-11-21 21:36:13 +00:00
peter
a827c692e2 * new bugs 2004-11-21 21:32:01 +00:00
peter
9a64d34d34 * add checks for filedef type to prevent crashes 2004-11-21 21:27:31 +00:00
peter
ac471f1b98 * Freemem(p,0) does nothing 2004-11-21 21:14:14 +00:00
peter
fb71fcc7f9 * fixed breakpoint dialog 2004-11-21 20:53:26 +00:00
marco
841e3b75aa * %x 64-bit support 2004-11-21 19:33:20 +00:00
peter
7d404ad72d * fix bootstrapping 2004-11-21 19:11:33 +00:00
peter
a29eab36c7 * fixed funcretloc for sparc 2004-11-21 18:13:31 +00:00
peter
89b1b583c9 * ttempcreatenode.create_reg merged into .create with parameter
whether a register is allowed
  * funcret_paraloc renamed to funcretloc
2004-11-21 17:54:59 +00:00
marco
c8335a9d75 * libc fixes 2004-11-21 17:49:28 +00:00
florian
18f7aa97dd * changed funcret location back to tlocation 2004-11-21 17:17:03 +00:00
marco
743ac811fb * %u 2004-11-21 16:44:01 +00:00
florian
43e425072b * fixed div by zero check for qword mod qword 2004-11-21 16:41:16 +00:00
peter
2633b4883f * external fixes 2004-11-21 16:33:55 +00:00
peter
29d3a94892 * fixed message methods
* fixed typo with win32 dll import from implementation
  * released external check
2004-11-21 16:33:19 +00:00
Jonas Maebe
b6a6e78db1 * fixed remaining compilation problems 2004-11-21 16:14:59 +00:00
michael
90b931e7d2 + Initial check-in 2004-11-21 16:08:00 +00:00
peter
4d8460ec2f * float routines all use internproc and compilerproc helpers 2004-11-21 15:35:23 +00:00
marco
859d1e05bb * fix for bug #2246, zero events surpressed by moving compression into handler 2004-11-21 15:24:35 +00:00
Tomas Hajny
af1ab052af + MacOS support 2004-11-21 14:45:17 +00:00
marco
1637c1e418 * commctrl initial version. Not in makefile yet to give Lazarus time to adapt 2004-11-21 13:26:49 +00:00
marco
24a0225b5f * altgr handling now gets OS information. Works for default layout, not for manually (tray) changed layouts 2004-11-21 12:38:45 +00:00
peter
b7d7736352 * fixed bootstrap with 1.0.10 and 1.9.4 2004-11-21 11:28:21 +00:00
florian
115bd8ae28 + added some float arrays 2004-11-21 09:32:54 +00:00
Jonas Maebe
cfeaa8aa65 * some compilation fixes for powerpc after all the internconst and
internproc changes, still crashes with internalerror(88) for ppc1
    on real2str.inc(193,39)
2004-11-20 15:49:21 +00:00
florian
1943e6a5ab * write nil entry after last entry to vmt table so the size of the vmt can be determined 2004-11-20 14:39:27 +00:00
florian
f95a1b6770 * implemented reload menu item
* increased file history to 9 files
2004-11-20 14:21:19 +00:00
florian
826564f0ff * reduced status updates by making them time dependend 2004-11-20 10:18:41 +00:00
florian
af2ca3d898 * renamed Delphi 2 extensions on to Object pascal support 2004-11-20 10:10:32 +00:00
peter
1f6d2f6ece * fixed setting of mangledname when importing 2004-11-19 16:30:24 +00:00
marco
c1ee8eed7b * cycle fix. 2004-11-19 14:21:44 +00:00
marco
d3cb19214b * external rework. Mostly done. 2004-11-19 13:15:14 +00:00
marco
7fa7a1f3da * fix for " Split po_public into po_public and po_global" 2004-11-19 08:33:02 +00:00
michael
180966c0aa * Split po_public into po_public and po_global (Peter) 2004-11-19 08:17:01 +00:00
Károly Balogh
3514a4c3d9 * Some cleanup, leap year calculation fixed 2004-11-18 22:30:33 +00:00
michael
4963306976 + Fix for win32 cycle 2004-11-18 10:06:19 +00:00
michael
5856d367b9 + Patch from peter to fix pasjpeg compile 2004-11-18 10:03:36 +00:00
peter
1687306d22 * make some checks EXTDEBUG only for now so linux cycles again 2004-11-17 22:41:41 +00:00
michael
a001387a3c + Initial check-in 2004-11-17 22:34:45 +00:00
peter
14d25d278b mangledname setting moved to place after the complete proc declaration is read
import generation moved to place where body is also parsed (still gives problems with win32)
2004-11-17 22:21:35 +00:00
peter
14eb8f59b4 internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00