Károly Balogh
|
bafefd52f6
morphunits: amigalib rework
|
há 9 anos atrás |
Károly Balogh
|
d196f8f341
morphunits: added some of the EmulHandle magic for exec unit, which will be required for some upcoming amigalib cleanup
|
há 9 anos atrás |
marcus
|
26e19330f5
Amiga: DoMethodA repaired (crashed always)
|
há 9 anos atrás |
marcus
|
fe87417345
Amiga: Added DoMethod varargs version
|
há 9 anos atrás |
nickysn
|
55a38bf895
* increased the default dosbox timeout to 60 seconds
|
há 9 anos atrás |
nickysn
|
61d76e837f
+ support specifying the dosbox timeout (the maximal amount of time a test is
|
há 9 anos atrás |
Károly Balogh
|
ddc387891b
amunits: removed pastoc dependency from workbench unit. this was the last unit which depend on pastoc in coreunits
|
há 9 anos atrás |
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)
|
há 9 anos atrás |
Károly Balogh
|
61e60bd46f
amunits: syscallified reqtools, and zapped dependency on pastoc unit
|
há 9 anos atrás |
Tomas Hajny
|
b48b758a23
* fix for bug #29158 - added definition of REMOTE_NAME_INFOW (and REMOTE_NAME_INFOA), the W version used in ExpandUNCFileName now
|
há 9 anos atrás |
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...
|
há 9 anos atrás |
Jonas Maebe
|
698ca04d90
* reset shiftval when transforming a paraloc into an llvm paraloc
|
há 9 anos atrás |
Jonas Maebe
|
0df558af36
* disabled pic
|
há 9 anos atrás |
Jonas Maebe
|
b4e857e9c4
* skip for darwin because it always requires/expects a 16 byte aligned stack
|
há 9 anos atrás |
Jonas Maebe
|
5f14029e74
* if a function result has been migrated to the parentfpstruct because it is
|
há 9 anos atrás |
Jonas Maebe
|
3c77214d4b
* fixed redirecting aliases for the function result to the
|
há 9 anos atrás |
Jonas Maebe
|
1dcd312ca5
* don't handle Objective-C or dispinterfaces like Pascal interfaces (we
|
há 9 anos atrás |
sergei
|
97eccd73b7
- Win32 RTL: removed assembler startup files, which are unused since version 2.0.x
|
há 9 anos atrás |
sergei
|
cdd4c8a854
* Use integer components of date/time directly, instead of converting them into floating-point TDateTime and immediately back.
|
há 9 anos atrás |
marcus
|
07ec703f24
MorphOS: Added SystemTags(), TMemChunk field names changed to match SDK
|
há 9 anos atrás |
marcus
|
e73de332aa
Amiga, AROS: fixed parameter _PDateTime type (broken in r32644)
|
há 9 anos atrás |
sergei
|
903ddf8403
- Cleaned out some more assembler PIC hacks around ExitCode variable
|
há 9 anos atrás |
nickysn
|
52402032ae
* handle exceptions when opening the exitcode.txt file as well, so that we write
|
há 9 anos atrás |
nickysn
|
6f490cc6b3
* write a message to stdout if dosbox is killed due to a timeout
|
há 9 anos atrás |
nickysn
|
66bad5a1cf
* pushf and popf are 8086 level instructions, not 186+
|
há 9 anos atrás |
Jonas Maebe
|
7a8079cfb4
* removed DLLsource global variable and replaced its uses with
|
há 9 anos atrás |
Jonas Maebe
|
f4f785b52e
- removed unused global variables usegnubinutils and forceforwardslash
|
há 9 anos atrás |
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.
|
há 9 anos atrás |
sergei
|
272e3db1db
* Fixed test on x86_64 ('nostackframe' modifier ensures that no prologue/epilogue code is added on fixed-stack targets).
|
há 9 anos atrás |
sergei
|
31623565cb
* Skip test for Win64, since *nix-style PIC is not supported on that system.
|
há 9 anos atrás |