marcus 141878978e AmiCommon: Missing UnLockDosList, DiskFree Bugfix 10 gadi atpakaļ
..
README.TXT 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 gadi atpakaļ
classes.pp 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 gadi atpakaļ
dos.pp 141878978e AmiCommon: Missing UnLockDosList, DiskFree Bugfix 10 gadi atpakaļ
osdebug.inc 2fba1540c4 amicommon: removed the accidental leftovers of experiments for the last syscall fix for MorphOS 11 gadi atpakaļ
osdebugh.inc 55d85fffad amicommon: basic common debug facilities, influenced by Debug/DebugLn of the AROS port 11 gadi atpakaļ
rtldefs.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 gadi atpakaļ
sysdir.inc ef5f1b7ed2 amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS 11 gadi atpakaļ
sysfile.inc 3cdf2d0e53 AROS: fixed the new do_filesize() code to build on AROS. 11 gadi atpakaļ
sysheap.inc 785a1690a2 amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start with ASYS, to avoid confusion on AmigaOS, so more to come 11 gadi atpakaļ
sysos.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 gadi atpakaļ
sysosh.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 gadi atpakaļ
sysutils.pp 141878978e AmiCommon: Missing UnLockDosList, DiskFree Bugfix 10 gadi atpakaļ

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)