Károly Balogh
|
23cf551bf3
m68k-amiga: fixed wrong define to test against softfpu (oops...)
|
před 9 roky |
Károly Balogh
|
7fff76d936
m68k-amiga: only compile softfpu code into system unit, when FPU_SOFT is defined
|
před 9 roky |
marcus
|
e38e051425
Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS
|
před 9 roky |
Károly Balogh
|
c5907d5f71
it's now possible to compile the RTL again for AmigaOS/PowerPC. entirely untested, but it builds at least
|
před 9 roky |
Károly Balogh
|
5eea4b2846
amicommon: support for init/exit procedures for threads. will be used by Sockets unit for example, because bsdsocket.library needs to be reopened for each thread
|
před 10 roky |
Károly Balogh
|
846dd6b57b
m68k: use the Amiga-specific atomic ops on Amiga
|
před 10 roky |
Károly Balogh
|
f5bcb011ea
amicommon: properly arbitrate access to the open file list in a multithreaded environment
|
před 10 roky |
Károly Balogh
|
3edad2774a
Amiga: use stdout as stderr, so code which is wired to use stderr doesn't commit suicide
|
před 10 roky |
Károly Balogh
|
bbecfeed9e
Amiga: manually semaphore-protect the heap Pool, because classic Amiga has no MEMF_SEM_PROTECTED
|
před 10 roky |
svenbarth
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
před 10 roky |
sergei
|
3a5e6485b5
- RTL: removed InitVariantManager, it was an empty procedure since day 1.
|
před 11 roky |
Károly Balogh
|
27befd2375
amiga: reintroduced some of the exec debug functions, which were removed, but actually *DO* exist on classic Amiga and hooked the new SysDebug stuff into the Amiga RTL
|
před 11 roky |
Károly Balogh
|
ef5f1b7ed2
amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS
|
před 11 roky |
Károly Balogh
|
785a1690a2
amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start with ASYS, to avoid confusion on AmigaOS, so more to come
|
před 11 roky |
Károly Balogh
|
26d53cfa55
amicommon: Amiga/m68k RTL now uses the common code
|
před 11 roky |
Károly Balogh
|
b5d559dce1
Amiga: fixed FileNameCasePreserving flag to true
|
před 11 roky |
Károly Balogh
|
fbc7b3d89a
fixed some recently added external vs. public mixup, so Amiga binaries even link again
|
před 11 roky |
Károly Balogh
|
8a83037883
amiga: added some hacks to support the ancient code in amunits package. most of this will be gone after amunits package cleanup, but at least amunits package builds now
|
před 11 roky |
Károly Balogh
|
fb218fa671
require v37 libs (OS2.04+) instead of v50 (nextgen)
|
před 11 roky |
Károly Balogh
|
2f02fa6f16
fixed AllFilesMask for Amiga and some comment typos
|
před 11 roky |
Károly Balogh
|
e22228ca27
AMIGAOS4 is now defined in the compiler, not in the RTL
|
před 11 roky |
Károly Balogh
|
3137c6ac4a
answer the WBMsg on process exit, when run from Workbench
|
před 12 roky |
Tomas Hajny
|
27403b542b
+ FileNameCasePreserving added - see #18066 in Mantis
|
před 13 roky |
paul
|
1ccf16358c
rtl: init widestring and unitcodestring managers before initialization of Standard IO files (stdin,stdout,stderr)
|
před 14 roky |
Károly Balogh
|
f5930b0dfc
* MorphOS, Amiga: changed definition of sLineBreak to match other system units, fixes fcl-base build
|
před 15 roky |
Jonas Maebe
|
d4d7b695c7
- removed all "islibrary:=false;" assignments from system unit
|
před 17 roky |
florian
|
f97c2968f9
* fixed widestring/unicodemanager initialisiation
|
před 17 roky |
peter
|
f4f3ae84d0
* AllowDirectorySeparators and AllowDriveSeparators typed constants
|
před 17 roky |
peter
|
5acb3649df
* revert r9557, the performance impact is to big for an academic corner
|
před 18 roky |
yury
|
0dcad4d822
* Implemented late thread manager initialization. Thread manager code is not included to executable if thread stuff are not used. WinCE executable size is reduced by 4KB, Win32 executable size is reduced by 3KB. No testsuite regressions.
|
před 18 roky |