Commit Graph

15969 Commits

Author SHA1 Message Date
marco
6309672d16 * linklibs fixed for new pthread mechanism on FreeBSD 2004-02-15 16:33:32 +00:00
peter
da60da7f06 * allow real_2_real conversion for realconstn, fixes 2971 2004-02-15 12:18:22 +00:00
peter
cf34a799aa * reset compiling_module, fixes crash in ide with second compile 2004-02-15 12:17:59 +00:00
michael
362e6cfa64 + Fixed notification in case of a clear 2004-02-15 11:27:28 +00:00
yuri
b1a8443699 * fixes for dosh.inc
* Executeprocess iverloaded function
* updated todo
2004-02-15 08:02:44 +00:00
marco
715bb087b0 * provisorische fix voor Michael's problemen 2004-02-14 21:12:14 +00:00
marco
ac1e951b17 * fpsystem, and some FPC_USE_LIBC fixes. (FreeBSD needs systypes.inc, also when FPC_USE_LIBC, it only contains types like statfs 2004-02-14 18:22:15 +00:00
marco
5d996da8ab * getosreldate 2004-02-13 15:56:11 +00:00
peter
326da54b3a * helper unit 2004-02-13 15:44:43 +00:00
peter
183f00b8fa * new bugs 2004-02-13 15:44:11 +00:00
peter
55a1a78094 * test depended on non standard dll 2004-02-13 15:43:48 +00:00
peter
3a3fdde6d1 * compare_defs_ext has now a options argument
* fixes for variants
2004-02-13 15:42:21 +00:00
peter
4f913922fa * overload directive checking for methods is now done
when the vmt is generated
2004-02-13 15:41:24 +00:00
peter
f619982607 * fixed protected checking in withsymtable 2004-02-13 15:40:58 +00:00
marco
4f6d200630 * addition of second executeprocess prototype 2004-02-13 13:02:21 +00:00
marco
c2d60c1a8b * Hopefully last large changes to fpexec and friends.
- naming conventions changes from Michael.
	- shell functions get alternative under ifdef.
	- arraystring function moves to unixutil
	- unixutil now regards quotes in stringtoppchar.
	- sysutils/unix get executeprocess(ansi,array of ansi), and
		both executeprocess functions are fixed
 	- Sysutils/win32 get executeprocess(ansi,array of ansi)
2004-02-13 10:50:22 +00:00
Károly Balogh
aec3ded0cf * quick hack from Linux system unit 2004-02-13 07:19:53 +00:00
pierre
06d493775e * fix for webbug 2940 2004-02-13 06:53:57 +00:00
pierre
38d932049c * try to fix webbug 2931 completely 2004-02-13 06:26:46 +00:00
Károly Balogh
be67726f8f * added powerpc-morphos target 2004-02-13 05:42:16 +00:00
marco
456911f7be * currentpath stuff fixed for fsearch 2004-02-12 16:20:58 +00:00
peter
393a1beffe * new bug 2004-02-12 16:20:12 +00:00
peter
2c1754a1b5 * new bug 2004-02-12 16:02:17 +00:00
peter
051778da12 * don't use the local longjmp for 1.9.x 2004-02-12 16:00:39 +00:00
peter
30795ad6f9 * linklib c only for unix 2004-02-12 15:59:27 +00:00
peter
ee569d7817 * make extcycle is working again 2004-02-12 15:54:03 +00:00
marco
75f4e0fea9 * First version of fpexec change. Still under ifdef or silently overloaded 2004-02-12 15:31:06 +00:00
florian
bde158d4b5 * small compilation fix 2004-02-12 13:24:44 +00:00
florian
be7067445a * fixed to compile the rtl again 2004-02-11 23:18:59 +00:00
peter
b9168c3cf0 * fixed compile with -CR 2004-02-11 22:00:10 +00:00
peter
f83e507fd0 * linklib c added 2004-02-11 20:50:48 +00:00
peter
7b04fdec2e * fix compilation without GDB 2004-02-11 19:59:06 +00:00
peter
99b68a7227 * test is wrong 2004-02-11 19:29:43 +00:00
daniel
d47da881ed * Better fix for case sensitive macro handling 2004-02-11 14:46:59 +00:00
daniel
ed76d1e17d * Compiler was partially case sensitive in macro expansion
* Multiple and/or preprocessor statements caused problems
2004-02-11 14:13:10 +00:00
peter
495c4cb13b * renamed 2004-02-10 22:31:19 +00:00
florian
366b09627c * updated to be compilable with win32 2004-02-10 22:25:50 +00:00
florian
c5fae16a0d no message 2004-02-10 22:10:18 +00:00
florian
96bff0fccb * new bug 2004-02-10 21:48:05 +00:00
pierre
0fa8bff988 * fix webbug 2932 2004-02-10 07:16:28 +00:00
pierre
2c782c1382 * fix for webbug 2870 2004-02-10 06:03:59 +00:00
florian
abc41f1c3c * several fixes to parameter handling on arm 2004-02-09 22:48:45 +00:00
florian
302d2d1442 * compilation fixed 2004-02-09 22:45:49 +00:00
peter
e6929a1a32 * more x86_64 parameter fixes
* tparalocation.lochigh is now used to indicate if registerhigh
    is used and what the type is
2004-02-09 22:14:17 +00:00
olle
d173a77b9f * macos: a_load_store fixed to only allocat temp reg if needed, side effect is compiler work for macos again. 2004-02-09 20:44:40 +00:00
peter
e741991cfc * support X86_64 and NOX86_64 flags 2004-02-09 20:30:48 +00:00
olle
4372f8ef91 * fixed global variable access in asm 2004-02-09 20:21:06 +00:00
olle
193e41b455 + check that register allocation is not made at the wrong moment 2004-02-09 20:12:23 +00:00
peter
302040cc98 * reg_2_opsize replaced with reg_cgsize 2004-02-09 19:23:48 +00:00
florian
715c546567 * compilation on ppc fixed 2004-02-09 18:53:09 +00:00