Commit Graph

14808 Commits

Author SHA1 Message Date
peter
276688dbb4 * fixed memleak for initfinalcode
* exit from generatecode when there are already errors
2003-10-21 15:14:33 +00:00
peter
77c5f6485d * fix vecnode code that caused to much register conflicts 2003-10-21 15:13:27 +00:00
peter
925bc3bbad * remove memdebug code for rg 2003-10-20 19:30:08 +00:00
peter
10f32e68cd * fix check for register subscription of reference parameter 2003-10-20 19:29:35 +00:00
peter
6ec273a878 * fix check for typecasting wrong sizes in assignment left 2003-10-20 19:29:12 +00:00
peter
1becfc28b4 * disable inlining when nested procedures are found 2003-10-20 19:28:51 +00:00
peter
d0b13d33c5 * fixed inlining float parameters for i386 2003-10-20 19:28:17 +00:00
peter
d0b694e633 * 1.0.x test only 2003-10-20 16:55:26 +00:00
peter
907d811e2e * removed wrong object size checks in static methods 2003-10-20 16:32:06 +00:00
luk
753f08ae83 * added BMP writer in options
* create image with size 0,0 before reading (for correct calculation of transparency)
2003-10-19 21:11:28 +00:00
luk
bfa55a332c * made PNG read/Write a bit faster
* removed color conversion routines (except gray)
* memory image with size 0,0 trew an exception
* creation of a TMemoryImage of size 0,0 will have no color in palette
2003-10-19 21:09:50 +00:00
florian
13a4e41b0c * improved speed; reduced memory usage of the interference bitmap 2003-10-19 12:36:36 +00:00
Tomas Hajny
136a47429e * UnusedHandle value made the same as with other targets 2003-10-19 12:13:41 +00:00
Tomas Hajny
fd820bd71f * minor fix in non-default sbrk code 2003-10-19 09:37:00 +00:00
Tomas Hajny
fc7111ff4b * fixes from OS/2 merged to EMX 2003-10-19 09:35:28 +00:00
Tomas Hajny
c2a66502f0 * fix for terrible long-time bug in do_open 2003-10-19 09:06:28 +00:00
florian
05fcae577a * some ppc stuff fixed
* memory leak fixed
2003-10-19 01:34:30 +00:00
Tomas Hajny
c5df303517 * stdcall fixes again 2003-10-18 16:58:39 +00:00
Tomas Hajny
f659dc38f9 * longint2cardinal 2003-10-18 16:53:21 +00:00
peter
9f54e1b7c5 * made worklists dynamic in size 2003-10-18 15:41:26 +00:00
Tomas Hajny
42f14d3bfd * Wiktor Sywula: platform extensions updated 2003-10-18 09:48:00 +00:00
Tomas Hajny
97ed1cfdcf * Wiktor Sywula: environment and arguments support added 2003-10-18 09:31:59 +00:00
Tomas Hajny
6146042684 * Wiktor Sywula: transfer_buffer changed to tb 2003-10-18 09:18:29 +00:00
Tomas Hajny
f70561922d * Watcom patch by Wiktor Sywula 2003-10-18 09:16:45 +00:00
Tomas Hajny
4c5f5382a1 * upper limit for heapsize removed 2003-10-18 09:14:18 +00:00
Tomas Hajny
8980fce60a * Watcom target name didn't fit in name field length 2003-10-18 09:04:11 +00:00
olle
f326c832d9 + working direcory emulated
+ implemented directory handling procs
  + all proc which take a path param, now resolve it relative wd
2003-10-17 23:44:30 +00:00
olle
9451d191a6 + new include file containing portions of MacOS api, written in turbo dialect 2003-10-17 23:41:18 +00:00
olle
527a79b0dc * changed i386 to cpui386 2003-10-17 22:10:30 +00:00
olle
4b274401b8 * compiler now defines cpum68k instead of cpu68k (as is used in rtl) 2003-10-17 21:05:27 +00:00
olle
fe692f24aa * Changed m68k to cpum68k, i386 to cpui386 2003-10-17 20:52:12 +00:00
olle
8a1b525ff7 * Changed m68k to cpum68k 2003-10-17 20:49:02 +00:00
olle
a956097415 * Changed mapping of Sys_ETXTBSY to 5
* Changed m68k to cpum68k, i386 to cpui386
2003-10-17 20:45:58 +00:00
florian
cba0e5a447 * classes unit will be shared with os2 target for now 2003-10-17 17:49:47 +00:00
florian
a8fd741d23 * updated for new objpas directory structure 2003-10-17 17:34:56 +00:00
marco
110311804a * now crisscross is also possible 2003-10-17 16:25:58 +00:00
peter
ec7fb064d0 * fixed last commit 2003-10-17 16:16:08 +00:00
florian
5b33ab3643 * fixed more ppc stuff 2003-10-17 15:25:18 +00:00
peter
0939085ab1 * commented out more obsolete constants 2003-10-17 15:08:34 +00:00
marco
5c7fd847b3 * some fixes 2003-10-17 14:56:12 +00:00
peter
ec2e200e42 * fixed ppc build 2003-10-17 14:52:07 +00:00
peter
d0de3b3ea8 * 64k registers supported
* fixed some memory leaks
2003-10-17 14:38:32 +00:00
marco
68aae0de5e * better support for crosscompiling binaries install 2003-10-17 14:11:12 +00:00
marco
b9dd3b25cc * new locations for cross-compiler binaries 2003-10-17 14:10:53 +00:00
florian
4610b0f576 * cosmetic fix in console output 2003-10-17 08:08:07 +00:00
florian
eae63ec27d + DBDIGEST option added, it allows to pass additional parameters to dbdigest 2003-10-17 08:07:46 +00:00
florian
cfe8a014e0 * classes unit moved temporarily to i386 dependend section 2003-10-17 07:51:15 +00:00
marco
f5951d174c * the check for 1.0->1.1 was the wrong way around. asw kept appearing.
Fixed.
2003-10-17 04:05:24 +00:00
florian
6a01a7b4a6 * compilation of the powerpc compiler fixed 2003-10-17 01:22:08 +00:00
luk
8a4c312509 * expanded the test programs 2003-10-16 22:04:22 +00:00