Károly Balogh eb3bd4648c amicommon: actually, not all filesystems (FTPMount, for example) support the ExamineFH method, so fall back to double-seek in that case 10 years ago
..
README.TXT 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 years ago
athreads.pp 57f8922448 amicommon: make AThreads call the thread init/exit chain 10 years ago
classes.pp 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 years ago
dos.pp 51a6c217c7 amicommon/dos: some warning fixes - use PtrInt instead of LongInt; do not check for less than zero values in unsigned variables 10 years ago
osdebug.inc eb692e46d2 amicommon: added ShortString version of SysDebug family of functions 10 years ago
osdebugh.inc eb692e46d2 amicommon: added ShortString version of SysDebug family of functions 10 years ago
rtldefs.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 years ago
sysdir.inc ef5f1b7ed2 amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS 11 years ago
sysfile.inc eb3bd4648c amicommon: actually, not all filesystems (FTPMount, for example) support the ExamineFH method, so fall back to double-seek in that case 10 years ago
sysheap.inc bbecfeed9e Amiga: manually semaphore-protect the heap Pool, because classic Amiga has no MEMF_SEM_PROTECTED 10 years ago
sysos.inc 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 10 years ago
sysosh.inc 1a53f6a799 AROS: in agreement with Marcus Sackrow, AThreads is now enabled for AROS, and the old AROS-specific threading implementation is zapped 10 years ago
sysutils.pp 32120a47f4 amicommon/sysutils: use THandle instead of Longint 10 years ago
tthread.inc 6e6b00377f amicommon: since system units now contain CREATE_SUSPENDED const, use that instead of a hardwired value 10 years ago

README.TXT


This is the common directory for RTL code which is shared among Amiga-like
platforms. That means AmigaOS on 68k, MorphOS and AROS on i386 currently.

All code which is committed to this directory must be compilable and working
on these systems. System specific implementations are possible to add via
include files, which are then included into these files at the right place.

Karoly Balogh (2014.08.22)