marcus 64769b847a amicommon: GetEnv improved, EnvCount and EnvStr implemented 11 년 전
..
README.TXT 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 년 전
classes.pp 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 년 전
dos.pp 64769b847a amicommon: GetEnv improved, EnvCount and EnvStr implemented 11 년 전
rtldefs.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 년 전
sysdir.inc ef5f1b7ed2 amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS 11 년 전
sysfile.inc cba1962284 amicommon: backported seeking fixes from AROS branch, which actually apply to all Am*ga platforms 11 년 전
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 년 전
sysos.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 년 전
sysosh.inc 65f13ac118 amicommon: a common Amiga RTL implementation based on the current AROS one, and made AROS port to use it 11 년 전
sysutils.pp 4ef87579eb amicommon: GetLocalTime correct millisecond value 11 년 전

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)