Károly Balogh
|
d196f8f341
morphunits: added some of the EmulHandle magic for exec unit, which will be required for some upcoming amigalib cleanup
|
9 年 前 |
marcus
|
26e19330f5
Amiga: DoMethodA repaired (crashed always)
|
9 年 前 |
marcus
|
fe87417345
Amiga: Added DoMethod varargs version
|
9 年 前 |
nickysn
|
55a38bf895
* increased the default dosbox timeout to 60 seconds
|
9 年 前 |
nickysn
|
61d76e837f
+ support specifying the dosbox timeout (the maximal amount of time a test is
|
9 年 前 |
Károly Balogh
|
ddc387891b
amunits: removed pastoc dependency from workbench unit. this was the last unit which depend on pastoc in coreunits
|
9 年 前 |
Károly Balogh
|
49e4ea153a
amunits: removed pastoc dependency from icon unit. also removed two BumpRevision() overlays which were simply broken since day 1. (newname is an output buffer the caller must allocate, not an input parameter)
|
9 年 前 |
Károly Balogh
|
61e60bd46f
amunits: syscallified reqtools, and zapped dependency on pastoc unit
|
9 年 前 |
Tomas Hajny
|
b48b758a23
* fix for bug #29158 - added definition of REMOTE_NAME_INFOW (and REMOTE_NAME_INFOA), the W version used in ExpandUNCFileName now
|
9 年 前 |
Károly Balogh
|
62efd8c156
rtl-extra: actually, SocketBase should be a threadvar on AROS too. thanks to Marcus for finding this. lets hope everything else is in place for this to even work...
|
9 年 前 |
Jonas Maebe
|
698ca04d90
* reset shiftval when transforming a paraloc into an llvm paraloc
|
9 年 前 |
Jonas Maebe
|
0df558af36
* disabled pic
|
9 年 前 |
Jonas Maebe
|
b4e857e9c4
* skip for darwin because it always requires/expects a 16 byte aligned stack
|
9 年 前 |
Jonas Maebe
|
5f14029e74
* if a function result has been migrated to the parentfpstruct because it is
|
9 年 前 |
Jonas Maebe
|
3c77214d4b
* fixed redirecting aliases for the function result to the
|
9 年 前 |
Jonas Maebe
|
1dcd312ca5
* don't handle Objective-C or dispinterfaces like Pascal interfaces (we
|
9 年 前 |
sergei
|
97eccd73b7
- Win32 RTL: removed assembler startup files, which are unused since version 2.0.x
|
9 年 前 |
sergei
|
cdd4c8a854
* Use integer components of date/time directly, instead of converting them into floating-point TDateTime and immediately back.
|
9 年 前 |
marcus
|
07ec703f24
MorphOS: Added SystemTags(), TMemChunk field names changed to match SDK
|
9 年 前 |
marcus
|
e73de332aa
Amiga, AROS: fixed parameter _PDateTime type (broken in r32644)
|
9 年 前 |
sergei
|
903ddf8403
- Cleaned out some more assembler PIC hacks around ExitCode variable
|
9 年 前 |
nickysn
|
52402032ae
* handle exceptions when opening the exitcode.txt file as well, so that we write
|
9 年 前 |
nickysn
|
6f490cc6b3
* write a message to stdout if dosbox is killed due to a timeout
|
9 年 前 |
nickysn
|
66bad5a1cf
* pushf and popf are 8086 level instructions, not 186+
|
9 年 前 |
Jonas Maebe
|
7a8079cfb4
* removed DLLsource global variable and replaced its uses with
|
9 年 前 |
Jonas Maebe
|
f4f785b52e
- removed unused global variables usegnubinutils and forceforwardslash
|
9 年 前 |
sergei
|
84c33631ef
* Have the sysinit unit, if any, passed to the linker first (currently it is passed last). This is necessary to get the same linking order on targets with assembler startup and with Pascal startup. In particular, it allows to define global symbols like "data_start" in sysinit unit and expect that they will actually end up before other data in executable.
|
9 年 前 |
sergei
|
272e3db1db
* Fixed test on x86_64 ('nostackframe' modifier ensures that no prologue/epilogue code is added on fixed-stack targets).
|
9 年 前 |
sergei
|
31623565cb
* Skip test for Win64, since *nix-style PIC is not supported on that system.
|
9 年 前 |
sergei
|
eb86cd47c6
* tcgx86_64.g_proc_entry: Don't crash if 'list' is initially empty. Went unnoticed this far because ncgutil.gen_proc_entry_code adds some items before calling cg.g_proc_entry.
|
9 年 前 |